summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-06-06 04:20:35 +1000
committerAmber Brown <hawkowl@atleastfornow.net>2019-06-06 04:20:35 +1000
commit6362e3af14cff28bc51d0e66d207b84bae7fd422 (patch)
treee791c6f03ca1dcaef37b59cc582f3422f058e999
parentMerge remote-tracking branch 'origin/develop' into hawkowl/full-schema-v1 (diff)
downloadsynapse-6362e3af14cff28bc51d0e66d207b84bae7fd422.tar.xz
add more comments
-rw-r--r--synapse/storage/schema/full_schemas/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/synapse/storage/schema/full_schemas/README.txt b/synapse/storage/schema/full_schemas/README.txt

index df49f9b39e..d3f6401344 100644 --- a/synapse/storage/schema/full_schemas/README.txt +++ b/synapse/storage/schema/full_schemas/README.txt
@@ -1,6 +1,8 @@ Building full schema dumps ========================== +These schemas need to be made from a database that has had all background updates run. + Postgres -------- @@ -11,4 +13,7 @@ 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". \ No newline at end of file