Fixes
- Fix for the wrong data directory, causing data not to be persisted when the DB container is restarted, see: #313
Read carefully before upgrading ⚠️
If you stop your DB before applying the steps below, you will lose all of your data.
Here's a way how you can still persist your data when running the application with the wrong path:
1. docker cp <db_container_nama_or_id>:/home/postgres/pgdata/data ./backup_pg_data
2. cp -a ./backup_pg_data/. ./data/jtl_reporter_v5/
** Make sure the backup folder is not empty! **
3. Update the docker compose file with the correct volume path
4. docker compose up -d