Fix vacuum instructions for sqlite
This commit is contained in:
parent
51b8a21f0c
commit
b7dec300b7
|
@ -185,7 +185,7 @@ host. However, even though the database engine won't free up the disk
|
||||||
space, it will start writing new data into where the purged data was.
|
space, it will start writing new data into where the purged data was.
|
||||||
|
|
||||||
If you want to reclaim the freed disk space anyway and return it to the
|
If you want to reclaim the freed disk space anyway and return it to the
|
||||||
operating system, the server admin needs to run `VACUUM FULL;` on the
|
operating system, the server admin needs to run `VACUUM FULL;` (or
|
||||||
database (see the related
|
`VACUUM;` for SQLite databases) on Synapse's database (see the related
|
||||||
[PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-vacuum.html)).
|
[PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-vacuum.html)).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue