mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 20:55:18 -05:00
Merge pull request #4200 from aaronraimist/vacuum-full-note
Add a note saying you need to manually reclaim disk space
This commit is contained in:
commit
65b793c5a1
1
changelog.d/4200.misc
Normal file
1
changelog.d/4200.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add a note saying you need to manually reclaim disk space after using the Purge History API
|
@ -61,3 +61,11 @@ the following:
|
|||||||
}
|
}
|
||||||
|
|
||||||
The status will be one of ``active``, ``complete``, or ``failed``.
|
The status will be one of ``active``, ``complete``, or ``failed``.
|
||||||
|
|
||||||
|
Reclaim disk space (Postgres)
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
To reclaim the disk space and return it to the operating system, you need to run
|
||||||
|
`VACUUM FULL;` on the database.
|
||||||
|
|
||||||
|
https://www.postgresql.org/docs/current/sql-vacuum.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user