1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Merge pull request #68 from overleaf/msm-remove-backup-info

Remove backup info and linked developer documentation
This commit is contained in:
Miguel Serrano 2021-08-19 16:57:24 +02:00 committed by GitHub
commit 6888da8ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,4 @@ Because docker runs as `root`, the data directories will end up being owned by t
## Backups
The recommended backup procedure is as follows:
- Shut down the docker services with `bin/stop`
- For each of the data directories, make a copy of that directory
to another safe location
- (We recommend using `rsync` for this)
- Start the services again with `bin/start`
Documentation for creating a backup on data can be found in the [Developer Wiki](https://github.com/overleaf/overleaf/wiki/Backup-of-Data).