do backups for upstreamfirst pagure instance
This commit is contained in:
parent
2fd1d5e10e
commit
f4544647cf
2 changed files with 13 additions and 0 deletions
|
@ -25,3 +25,4 @@ nuancier01.phx2.fedoraproject.org
|
|||
piwik.fedorainfracloud.org
|
||||
#magazine.fedorainfracloud.org
|
||||
communityblog.fedorainfracloud.org
|
||||
upstreamfirst.fedorainfracloud.org
|
||||
|
|
|
@ -37,6 +37,18 @@ tcp_ports: [ 22, 25, 80, 443, 9418,
|
|||
|
||||
external_hostname: 'upstreamfirst.fedorainfracloud.org'
|
||||
|
||||
############################################################
|
||||
# Backup
|
||||
############################################################
|
||||
|
||||
dbs_to_backup:
|
||||
- postgres
|
||||
- pagure
|
||||
|
||||
host_backup_targets:
|
||||
- '/backups'
|
||||
- '/srv/git'
|
||||
|
||||
############################################################
|
||||
# PostgreSQL configuration
|
||||
############################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue