diff options
author | Aaron Raimist <aaron@raim.ist> | 2020-07-29 09:35:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 10:35:44 -0400 |
commit | 2184f61faeb5ce88c05d28913e3f881813c0c5dd (patch) | |
tree | d4bda7da6465c1087cab52b46053d4e65e94f25a /docs/postgres.md | |
parent | Convert storage layer to async/await. (#7963) (diff) | |
download | synapse-2184f61faeb5ce88c05d28913e3f881813c0c5dd.tar.xz |
Various improvements to the docs (#7899)
Diffstat (limited to 'docs/postgres.md')
-rw-r--r-- | docs/postgres.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index 70fe29cdcc..e71a1975d8 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -188,6 +188,9 @@ to do step 2. It is safe to at any time kill the port script and restart it. +Note that the database may take up significantly more (25% - 100% more) +space on disk after porting to Postgres. + ### Using the port script Firstly, shut down the currently running synapse server and copy its |