Adjust a little the documentation in playbooks/manual/staging-sync/db-sync.yml
This commit is contained in:
parent
e9da02b311
commit
8e3813c952
1 changed files with 6 additions and 3 deletions
|
@ -3,10 +3,13 @@
|
|||
|
||||
# Usage:
|
||||
# --extra-vars="dbhost='db01' server='pkgdb01.stg' db='pkgdb2'"
|
||||
# dbhost => The hostname for the database server (db01, db01.stg...), the
|
||||
# .phx2.fedoraproject.org part is automatically added
|
||||
# dbhost => The hostname for the database server (db01, db02...), the
|
||||
# .phx2.fedoraproject.org part is automatically added.
|
||||
# Since this playbook syncs from stg to prod only, it is assumed you
|
||||
# are migrating from dbX to dbX.stg)
|
||||
# server => The application server where apache will be turned off during the
|
||||
# sync.
|
||||
# sync. /!\ it should be the *stg* server, not prod (the one you want
|
||||
# to load the new DB for)
|
||||
# Can be a full hostname (foo01.phx2.fp.o) or a group, foo-stg
|
||||
# db => The database name on both database server (must be the same)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue