How to update JTLReporter on a standalone workplace #119
-
Hi, My failed steps are:
Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @MoritzSalein. Always make a backup of your DB first, eg:
In the scenario you described, it looks like you deleted your DB. You are asked to create a new user only when there is none in the DB. Do you have both |
Beta Was this translation helpful? Give feedback.
Hi @MoritzSalein.
Always make a backup of your DB first, eg:
docker exec -t your-db-container pg_dumpall -c -U postgres > dump_
date +%d-%m-%Y""%H%M_%S.sql
docker-compose down
docker-compose pull
docker-compose up -d
In the scenario you described, it looks like you deleted your DB. You are asked to create a new user only when there is none in the DB.
Do you have both
jtl_reporter
andjtl_reporter_v4
folder in./data
?