Add note to using --curses under sqlite porting (#17012)
This commit is contained in:
parent
159536d525
commit
6cf23febb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue