Skip to content
Snippets Groups Projects
Unverified Commit b7dec300 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Fix vacuum instructions for sqlite

parent 51b8a21f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
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
database (see the related
operating system, the server admin needs to run `VACUUM FULL;` (or
`VACUUM;` for SQLite databases) on Synapse's database (see the related
[PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-vacuum.html)).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment