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
create_additional_databases.yml
detect_existing_postgres_version.yml
migrate_db_to_postgres.yml Add support for executing additional DB migration statements 2020-12-15 23:18:29 +02:00