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

Remove SP backup info and linked developer documentation

This commit is contained in:
Miguel Serrano 2021-08-19 16:32:20 +02:00 committed by GitHub
parent 81ceec071c
commit d0eb0c7c91
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).