app-gn-publicatie 1.2.0

Fixed

  • only submit decisions for specific administrative bodies

  • whitelist gebruikerssessie domain in fastboot

Enhancements

  • include task metrics service

  • melding service: added cron to submit resources that we did not receive a delta message for

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

  6. modify/set cron pattern of melding service in docker-compos.override.yml

          RESCHEDULE_CRON_PATTERN: '0 6 * * *'
  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. verify it's up

Deployments

Last updated