matrix-docker-ansible-deploy/roles/matrix-postgres/tasks/util
Slavi Pantaleev 1bd5c240e5 Add support for executing additional DB migration statements
In cases where pgloader is not enough and we need to do some additional
migration work after it, we can now use
`additional_psql_statements_list` and
`additional_psql_statements_db_name`.

This is to be used when migrating `matrix-registration`'s data at the
very least.
2020-12-15 23:18:29 +02:00
..
create_additional_database.yml Use "password" for additional Postgres databases, not "pass" 2020-12-14 00:43:03 +02:00
create_additional_databases.yml Ensure matrix-postgres.service is started before creating additional users/databases 2020-12-14 00:59:59 +02:00
detect_existing_postgres_version.yml Add support for postgres 13 2020-09-30 16:50:59 -05:00
migrate_db_to_postgres.yml Add support for executing additional DB migration statements 2020-12-15 23:18:29 +02:00