Commit bdd50674397350d8cd6d8ebe3fcba731911f44df
1 parent
b285fdd5
Exists in
master
and in
4 other branches
Change backup retention time docs to use 7 days as example
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -389,8 +389,8 @@ backups using all your disk space. To do this add the following lines to | @@ -389,8 +389,8 @@ backups using all your disk space. To do this add the following lines to | ||
389 | `/etc/gitlab/gitlab.rb` and reconfigure:- | 389 | `/etc/gitlab/gitlab.rb` and reconfigure:- |
390 | 390 | ||
391 | ``` | 391 | ``` |
392 | -# limit backup lifetime to 4 days - 345600 seconds | ||
393 | -gitlab_rails['backup_keep_time'] = 345600 | 392 | +# limit backup lifetime to 7 days - 604800 seconds |
393 | +gitlab_rails['backup_keep_time'] = 604800 | ||
394 | ``` | 394 | ``` |
395 | 395 | ||
396 | ### Restoring an application backup | 396 | ### Restoring an application backup |