Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actionlogrecord: document need to perform a full table vacuum #11213

Open
donsizemore opened this issue Feb 4, 2025 · 0 comments · May be fixed by #11216
Open

actionlogrecord: document need to perform a full table vacuum #11213

donsizemore opened this issue Feb 4, 2025 · 0 comments · May be fixed by #11216
Assignees

Comments

@donsizemore
Copy link
Contributor

https://guides.dataverse.org/en/latest/admin/troubleshooting.html recommends regularly deleting entries, which will reduce the size of a database dump in text format. The doc also mentions Postgres' custom format, which offers far better performance and affords per-table restores but performs a table copy. When the custom format is used, to reduce the storage consumed by actionlogrecord one must perform a vacuum full actionlogrecord to write a new copy of the table prior to dumping the database. I'd like to add that last bit to the troubleshooting page.

@donsizemore donsizemore self-assigned this Feb 4, 2025
donsizemore pushed a commit to uncch-rdmc/dataverse that referenced this issue Feb 4, 2025
@donsizemore donsizemore linked a pull request Feb 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant