Skip to content
Snippets Groups Projects
Unverified Commit f6cbef63 authored by Aaron's avatar Aaron
Browse files

Add a note saying you need to manually reclaim disk space


People keep asking why their database hasn't gotten smaller after using this API.

Signed-off-by: default avatarAaron Raimist <aaron@raim.ist>
parent 4285c818
No related branches found
No related tags found
No related merge requests found
...@@ -61,3 +61,11 @@ the following: ...@@ -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
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