diff options
author | grahhnt <46821216+grahhnt@users.noreply.github.com> | 2024-03-21 11:07:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:07:21 +0000 |
commit | 6cf23febb998db1c7857ee87cbd2ddaac94700fc (patch) | |
tree | 5211bb6b83cd2c88e35fbe22ddd7542e1376af3e | |
parent | Update link, in installation guide, for docker hub synapse images (#17001) (diff) | |
download | synapse-6cf23febb998db1c7857ee87cbd2ddaac94700fc.tar.xz |
Add note to using --curses under sqlite porting (#17012)
-rw-r--r-- | docs/postgres.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index ad7c6a0738..921bae9877 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -182,7 +182,7 @@ synapse_port_db --sqlite-database homeserver.db.snapshot \ --postgres-config homeserver-postgres.yaml ``` -The flag `--curses` displays a coloured curses progress UI. +The flag `--curses` displays a coloured curses progress UI. (NOTE: if your terminal is too small the script will error out) If the script took a long time to complete, or time has otherwise passed since the original snapshot was taken, repeat the previous steps with a |