Skip to content
Snippets Groups Projects
Commit 3203001d authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

add warning about what cron backup does not cover

parent 23599e75
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -531,13 +531,15 @@ There, add the following line to schedule the backup for everyday at 2 AM:
 
You may also want to set a limited lifetime for backups to prevent regular
backups using all your disk space. To do this add the following lines to
`/etc/gitlab/gitlab.rb` and reconfigure:-
`/etc/gitlab/gitlab.rb` and reconfigure:
 
```
# limit backup lifetime to 7 days - 604800 seconds
gitlab_rails['backup_keep_time'] = 604800
```
 
NOTE: This cron job does not [backup your omnibus-gitlab configuration](#backup-and-restore-omnibus-gitlab-configuration) or [SSH host keys](https://superuser.com/questions/532040/copy-ssh-keys-from-one-server-to-another-server/532079#532079).
### Restoring an application backup
 
We will assume that you have installed GitLab from an omnibus package and run
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment