diff --git a/playbooks/manual/staging-sync/db-sync.yml b/playbooks/manual/staging-sync/db-sync.yml index a39f2f3c7c..2af66ef3c3 100644 --- a/playbooks/manual/staging-sync/db-sync.yml +++ b/playbooks/manual/staging-sync/db-sync.yml @@ -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)