Adjust a little the documentation in playbooks/manual/staging-sync/db-sync.yml

This commit is contained in:
Pierre-Yves Chibon 2016-12-02 17:41:57 +01:00
parent e9da02b311
commit 8e3813c952

View file

@ -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)