I\'m currently working on a fairy large project (active members is about hundreds K) and was strongly lean to Plone solutions.
I have a test environment which I am trying to restore my data into. I backed up my live site using repozo, but the zope documentation has disappeared on their new site.
I\'m using an object database (ZODB) in order to store complex relationships between many objects but am running into performance issues. As a result I started to construct indexes in order to speed u
We have a reasonably large Plone instance running on its own mount point.The ZMI interface lists the size of the database as 7101.4M.We run a weekly pack of the database using the Relstorage zodbpack.
I am currently trying to configure collective.xsendfile, Apache mod_xsendfile and Plone 4. Apparently the Apache process does not see blobstrage files on the file system because they contain permissi
I am using ZODB first time. Just trying to commit the data with FileStorage. But when I do the same script second time I am not able to commit the new object. Here is my script
Im using Plone 4.0.4, Postgresql 9.0.3 and RelStorage 1.5.0b2. Currently Im using \"da_DK.ISO8859-1\" encoding in PostgreSQL - would \"da_DK.UTF-8\" be better since Plone is using UTF-8 internally? PS
I have a problem with a plone-instance. On startup i get this CRITICAL Message 2011-03-25 10:23:06 CRITICAL ZODB.FileStorage /srv/plone/var/filestorage/Data.fs Database records 1258954454 seconds in
Looking at plone.org to find a way to periodically pack my instance\'s ZODB I could on开发者_运维技巧ly find http://plone.org/documentation/faq/how-do-i-pack-the-zodb that doesn\'t talk about automate
Current ZMI management \"Pack database\" functionality is little rough. 1) Could it be possible to have some kind of progress indicator for web UI? E.g. one telling how many minutes/hours are left gi