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
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
init.yml
main.yml
migrate_postgres_data_directory.yml
run_synapse_janitor.yml
run_vacuum.yml
setup_postgres.yml
upgrade_postgres.yml
validate_config.yml