Merge "Reduce local db backup retention to 10 days"
This commit is contained in:
commit
44838b01e8
@ -41,6 +41,7 @@ class openstack_project::etherpad (
|
||||
database_host => $mysql_host,
|
||||
database_user => $mysql_user,
|
||||
database_password => $mysql_password,
|
||||
num_backups => '10',
|
||||
require => Class['etherpad_lite'],
|
||||
}
|
||||
|
||||
|
@ -203,6 +203,7 @@ class openstack_project::gerrit (
|
||||
database_user => 'gerrit2',
|
||||
database_password => $mysql_password,
|
||||
dest_dir => '/home/gerrit2/mysql_backups',
|
||||
num_backups => '10',
|
||||
require => Class['::gerrit'],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user