How do I put Plone into read-only mode?
Up to Table of ContentsThis FAQ applies to: Any version.
To set Zope into read-only mode, do the following:
- In your
etc/zope.conf, add:enable-product-installation offread-only-database on
- If you are running a ZEO setup, make sure the above settings are in all clients, and that the server has the following in 'zeo.conf':
read-only true
- Restart the Zope instance (remember to restart both the clients and the server if you are running a ZEO setup)
Your Plone setup should now be fully functional, but you can't add any content or change any settings while you are in read-only mode, obviously.