app-gn-publicatie 1.3.0

Fixed

  • Attachments are now available on the publications

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.0

  6. Add to docker-compose.override.yml

    file: volumes: - ../PATH_TO_GN/data/files/:/share/

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

  8. start the stack docker-compose up -d

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

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

  11. verify it's up

Deployments

environment

deployment date

QA

01/09/2021

Sandbox (gebruikerssessie)

24/09/2021

PROD

24/09/2021

Last updated