mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
Allow people to specify database location in database-save.sh
This commit is contained in:
parent
f3cea238b9
commit
c7d7bc0254
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
# $ sqlite3 homeserver.db < table-save.sql
|
||||
|
||||
sqlite3 homeserver.db <<'EOF' >table-save.sql
|
||||
sqlite3 "$1" <<'EOF' >table-save.sql
|
||||
.dump users
|
||||
.dump access_tokens
|
||||
.dump presence
|
||||
|
|
Loading…
Reference in a new issue