app-gn-publicatie 1.4.3

Bug Fix

  • #35 Remove broken publication date from overview

  • #34 bump fastboot-app-server

  • #33 Fix overflow on chrome and safari

deployment guide

  1. set up the maintenance frontend in docker-compose.override.yml (note that this should replace the identifier, as that is the entrypoint in this stack)

  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 maintenance

  5. git fetch && git checkout v1.3.2

  6. start virtuoso and the migrations service docker-compose up -d virtuoso migrations

  7. start the stack docker-compose up -d

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

  9. start the stack docker-compose up -d --remove-orphans(remove orphans removes the maintenance frontend)

  10. 11.verify it's up

Deployments

environment

deployment date

QA

20/10/2021

Sandbox

20/10/2021

Prod

20/10/2021

Last updated