1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 07:18:06 +02:00
This commit is contained in:
Leopold Talirz 2024-11-29 09:48:37 +01:00 committed by GitHub
parent 6aa0e04ded
commit 9687f4772a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ If you want to move the data directory of an existing deployment to a different
1. `bin/stop` to stop the overleaf service
2. `bin/docker-compose rm mongo sharelatex redis` to remove the containers
3. adjust the paths in the `config/overleaf.rc` configuration file (or leave the relative paths and just move the entire `overleaf-toolkit` directory)
3. adjust the paths in the `config/overleaf.rc` configuration file and move the data directory (or leave the relative paths and just move the entire `overleaf-toolkit` directory)
4. `bin/init` and `bin/start` to start the overleaf service again
Note: Step 2 is required, since the old mount path of the data directory is stored in the stopped containers and will not update when they are restarted.