matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev f472c1b9e5 Ensure psql returns a failure exit code when it fails
Until now, if the .sql file contained invalid data, psql would
choke on it, but still return an exit code of 0.
This is very misleading.

We need to pass `-v ON_ERROR_STOP=1` to make it exit
with a proper error exit code when failures happen.
2019-01-01 14:05:11 +02:00
..
self_check Make well-known self-check not depend on Content-Type: application/json 2018-12-31 11:19:59 +02:00
setup Make Postgres version detection logic reusable to ease maintenance 2019-01-01 13:43:51 +02:00
util Make Postgres version detection logic reusable to ease maintenance 2019-01-01 13:43:51 +02:00
import_media_store.yml Do not restart matrix-nginx-proxy during media store import 2018-12-14 16:34:23 +09:00
import_sqlite_db.yml Add unintentionally removed quote 2018-12-13 14:44:27 +09:00
main.yml A simple idea to allow playbooks to control which bit of the role to run 2018-10-30 20:49:39 +00:00
register_user.yml Do not assume /usr/local/bin is always on the PATH 2017-09-08 10:47:12 +03:00
start.yml Add mautrix-whatsapp 2018-10-24 17:09:23 +02:00
upgrade_postgres.yml Ensure psql returns a failure exit code when it fails 2019-01-01 14:05:11 +02:00