How do I pack the ZODB?
Up to Table of ContentsThis FAQ applies to: Any version.
This FAQ assumes you have manager role and proper permissions to work in the ZODB.
- Packing the ZODB removes old copies of objects, so once it is done, you can no longer undo them.
- There may be a little performance benefit.
- There is a disk space benefit.
Go Direct
On your local machine, click
http://localhost:8080/Control_Panel/Database/main/manage_main (you might have different port number)
- choose how many days of undo-data you wish to leave in the system in the box provided
- click pack
On your Server
go to yourSite/Control_Panel/Database/main/manage_main)
- choose how many days of undo-data you wish to leave in the system in the box provided
- click pack
Plone 3.0.x from the controlpanel
- click 'site setup' (or go to yourSite/plone_control_panel)
- click maintenance (or go to yourSite/@@maintenance-controlpanel
- choose how many days of undo-data you wish to leave in the system in the box provided
- click 'Pack database now' (wait for it to finish the pack as it may take a little while)
From The Top
Starting from the Plone UI (user interface):
- sign in with your 'admin' role
- click 'site setup' (or go to yourSite/plone_control_panel)
- click 'Zope Management Interface' (or go to yourSite/manage_main)
- click on the '/' at the top left where it says 'Plone Site at'
- click 'Control_Panel' (or go to yourSite/Control_Panel/manage_main)
- click 'Database Management' (or go to yourSite/Control_Panel/Database/manage_main)
- click 'main' (or go to yourSite/Control_Panel/Database/main/manage_main)
- choose how many days of undo-data you wish to leave in the system in the box provided
- click 'pack' (wait for it to finish the pack as it may take a little while)