Raise verbosity of psql in Bodhi's staging sync script.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-07-17 21:10:48 +00:00
parent 64ab5e3d57
commit f10f0e44a7

View file

@ -46,7 +46,7 @@
- command: sed -i "s/CREATE DATABASE bodhi2.*/SET bdr.permit_ddl_locking = true;/" /var/tmp/bodhi2.dump
- command: sed -i "s/connect bodhi2/connect bodhi2\nSET bdr.permit_ddl_locking = true;/" /var/tmp/bodhi2.dump
- shell: >
psql -e --set ON_ERROR_STOP=on bodhi2 <<< "
psql -e --set ON_ERROR_STOP=on --set VERBOSITY verbose bodhi2 <<< "
BEGIN;
SET LOCAL bdr.permit_ddl_locking = on;
DELETE FROM alembic_version;