Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a note saying you need to manually reclaim disk space #4200

Merged
merged 2 commits into from
Nov 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/4200.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a note saying you need to manually reclaim disk space after using the Purge History API
8 changes: 8 additions & 0 deletions docs/admin_api/purge_history_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ the following:
}

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