staging-sync/koji: don't set ON_ERROR_STOP=1 postgres variable

This commit is contained in:
Mikolaj Izdebski 2019-03-08 09:17:06 +01:00
parent 6edc8d918f
commit b6bcde72d6

View file

@ -80,7 +80,8 @@
mbuffer -q -s 16M -m 256M -l /tmp/mbuffer-xz-to-sed.log |
sed '/COPY buildroot_listing /,/\./d' |
mbuffer -q -s 16M -m 512M -l /tmp/mbuffer-sed-to-psql.log |
psql -v ON_ERROR_STOP=1 koji
psql koji
# psql -v ON_ERROR_STOP=1 koji
- name: repoint all the prod rpm entries at the secondary volume (and other stuff)
shell: psql -1 -v ON_ERROR_STOP=1 koji </var/lib/pgsql/koji-reset-staging.sql
- name: vacuum database