Skip to content
Snippets Groups Projects

Feature disable backup

+ 26
1
Compare changes
  • Side-by-side
  • Inline
Files
+ 1
0
@@ -269,6 +269,7 @@ default['gitlab']['monitrc']['emergency_email'] = nil
default['gitlab']['monitrc']['emergency_events'] = ['timeout']
# backups
default['gitlab']['backup']['enable'] = true
default['gitlab']['backup']['cron']['action'] = :create
default['gitlab']['backup']['cron']['minute'] = 0
default['gitlab']['backup']['cron']['hour'] = 2
Loading