app-gelinkt-notuleren 4.0.0

Release information

Frontend

App

Editor

No changes

Plugins

Executive summary

Improved the configuration of the plugins, and solved several small bugs

Deploy guide

  1. set up the maintenance frontend in docker-compose.override.yml

  2. optional: create a backup of the database with /data/useful-scripts/virtuoso-backup.sh ${name-of-container}

  3. bring down everything with docker-compose down

  4. bring up just the maintenance frontend with docker-compose up -d editor

  5. git fetch && git checkout v4.0.0

  6. Double check that you have EMBER_ZONAL_LOCATION_CODELIST_URI, EMBER_NON_ZONAL_LOCATION_CODELIST_URI and EMBER_ROADSIGN_IMAGE_BASE_URL set to the correct values in the environment for the frontend

  7. production only: make sure to bump the version of controle-editor to the correct frontend version (4.0.0)

  8. start the database and migrations service with docker-compose up -d virtuoso migrations

  9. verify the migrations have completed successfully

  10. remove (comment out) maintenance frontend from docker-compose.override.yml

  11. start the stack docker-compose up -d

  12. verify it's up

Deployments

Last updated