matrix-docker-ansible-deploy/roles/matrix-postgres/tasks
Slavi Pantaleev 6a72e3fa54 Try to make importing SQLite from older Synapse version work
If the SQLite database was from an older version of Synapse, it appears
that Synapse would try to run migrations on it first, before importing.
This was failing, because the file wasn't writable.

Hopefully, this fixes the problem.
2020-10-07 08:54:46 +03:00
..
util Add support for postgres 13 2020-09-30 16:50:59 -05:00
import_postgres.yml Try to avoid Docker logs growing too much for one-off containers 2020-09-01 09:03:48 +03:00
import_sqlite_db.yml Try to make importing SQLite from older Synapse version work 2020-10-07 08:54:46 +03:00
init.yml
main.yml
migrate_postgres_data_directory.yml
run_synapse_janitor.yml
run_vacuum.yml
setup_postgres.yml Surface certain messages at the end of playbook execution 2020-09-01 13:12:35 +03:00
upgrade_postgres.yml Try to avoid Docker logs growing too much for one-off containers 2020-09-01 09:03:48 +03:00
validate_config.yml