mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 03:03:50 +01:00
add more comments
This commit is contained in:
parent
6f9f08005c
commit
6362e3af14
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
Building full schema dumps
|
Building full schema dumps
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
These schemas need to be made from a database that has had all background updates run.
|
||||||
|
|
||||||
Postgres
|
Postgres
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -11,4 +13,7 @@ SQLite
|
||||||
|
|
||||||
$ sqlite3 $DATABASE_FILE ".schema" > full.sql.sqlite
|
$ sqlite3 $DATABASE_FILE ".schema" > full.sql.sqlite
|
||||||
|
|
||||||
|
After
|
||||||
|
-----
|
||||||
|
|
||||||
Delete the CREATE statements for "sqlite_stat1", "schema_version", "applied_schema_deltas", and "applied_module_schemas".
|
Delete the CREATE statements for "sqlite_stat1", "schema_version", "applied_schema_deltas", and "applied_module_schemas".
|
Loading…
Reference in a new issue