Skip to content

How to update JTLReporter on a standalone workplace #119

Answered by ludeknovy
MoritzSalein asked this question in Q&A
Discussion options

You must be logged in to vote

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

  1. shut the app down, docker-compose down
  2. Update the docker-compose.yml file
  3. Run docker-compose pull
  4. Run 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 and jtl_reporter_v4 folder in ./data?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@MoritzSalein
Comment options

@ludeknovy
Comment options

@MoritzSalein
Comment options

@ludeknovy
Comment options

Answer selected by MoritzSalein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants