The Postgres VACUUM instruction allows cleaning up the server transactions. vacuum is a time-consuming procedure; it may take up to several hours to complete!
Enter the psql server:
psql hsphere wwwuser and type in the password set in hsphere.properties.
In the psql command line, type the ‘vacuum full’ command:
vacuum full;
Leave a Reply
You must be logged in to post a comment.