Raise verbosity of psql in Bodhi's staging sync script.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
64ab5e3d57
commit
f10f0e44a7
1 changed files with 1 additions and 1 deletions
|
@ -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/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
|
- command: sed -i "s/connect bodhi2/connect bodhi2\nSET bdr.permit_ddl_locking = true;/" /var/tmp/bodhi2.dump
|
||||||
- shell: >
|
- shell: >
|
||||||
psql -e --set ON_ERROR_STOP=on bodhi2 <<< "
|
psql -e --set ON_ERROR_STOP=on --set VERBOSITY verbose bodhi2 <<< "
|
||||||
BEGIN;
|
BEGIN;
|
||||||
SET LOCAL bdr.permit_ddl_locking = on;
|
SET LOCAL bdr.permit_ddl_locking = on;
|
||||||
DELETE FROM alembic_version;
|
DELETE FROM alembic_version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue