Skip to content

v26.05

Latest

Choose a tag to compare

@fracz fracz released this 13 May 21:11
· 3 commits to master since this release

Manual steps required before the update

In .env file, rename:

  • DB_PASSWORD to DATABASE_PASSWORD
  • DB_IMAGE to DATABASE_IMAGE
  • CLOUD_DOMAIN to SUPLA_HOST_ADDRESS
  • SECRET to APP_SECRET

In .env file, add:

  • DATABASE_VERSION=mariadb-11.8.2 (it must match the version from DATABASE_IMAGE

In .env file, delete:

  • SUPLA_FIRST_USER_EMAIL
  • SUPLA_FIRST_USER_PASSWORD

In .env file, if you have COMPOSE_PATH_SEPARATOR=; (semicolon):

  • delete COMPOSE_PATH_SEPARATOR=; line
  • change path separator in COMPOSE_FILE to colon, e.g. COMPOSE_FILE=docker-compose.yml:docker-compose.standalone.yml
SUPLA-Cloud SUPLA-Core
SUPLA-Cloud v26.05 SUPLA-Server v26.05