How to update? Data lost? #319
Unanswered
h0jeZvgoxFepBQ2C
asked this question in
Q&A
Replies: 1 comment
-
Hi, to get the latest version you will need to pull the latest commit from the repository. If you've cloned the repository all you need to do is run the following in your project root. git fetch
git pull Once you've pulled the latest commit you need to rebuild your docker image and restart the service docker-compose build
docker-compose up Your data shouldn't be lost because the docker-compose file uses a volume to persist data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can i upgrade a rallly installation which I did via docker compose up?
Will my previous data be lost during upgrade?
Beta Was this translation helpful? Give feedback.
All reactions