|
# Database migration
|
|
|
|
To migrate the database to another DBMS (e.g. SQLite -> Postgres):
|
|
|
|
1. Stop the bridge
|
|
2. Back up old database
|
|
3. Update config to point to new database
|
|
4. Run `mautrix-whatsapp --migrate-db <old type> <old uri>`
|
|
5. Start the bridge
|