Don't try to match the \ from \connect.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
e99a5bfe15
commit
8523b4cb2a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
- command: unxz /var/tmp/bodhi2.dump.xz
|
||||
creates=/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: >
|
||||
psql bodhi2 <<< "
|
||||
BEGIN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue