Stop using patched synapse_port_db script

The non-working script is supposed to be fixed
by https://github.com/matrix-org/synapse/pull/2375

To have it work, we'd need an updated Docker image
of `silviof/matrix-riot-docker:latest`, which is not yet available
at the time of this commit.

Still, the previous patched synapse_port_db didn't work well either,
so it's not like we're regressing much by getting rid of it.
This commit is contained in:
Slavi Pantaleev
2017-10-04 20:10:18 +03:00
parent 7133418dc3
commit 1c2d59ae91
3 changed files with 1 additions and 954 deletions

View File

@ -210,8 +210,6 @@ Feel free to re-run this any time you think something is off with the server con
### Restoring an existing SQLite database (from another installation)
**WARNING**: while this Ansible playbook supports importing an SQLite database from a previous installation, the actual program doing the migration (`synapse_port_db`, part of Matrix Synapse) may be buggy and not work for you.
Run this if you'd like to import your database from a previous default installation of Matrix Synapse.
(don't forget to import your `media_store` files as well - see below).
@ -286,5 +284,3 @@ However, if you've installed this on some server where you have other stuff you
This Ansible playbook can be improved in the following ways:
- setting up automatic backups to one or more storage providers
- [importing an old SQLite database](#Restoring-an-existing-SQLite=database-from-another-installation) likely works because of a patch, but may be fragile until [this](https://github.com/matrix-org/synapse/issues/2287) is fixed