Hi, We some problems with versioning of files and blob The versioning for files is turned on.
1. We pack the ZODB database. 2. Install plone.app.blob 1.5. 3. Then we convert the file and image storage to blob. (instruction from plone.app.blob site) We got following problems: 1. Older versions of the files are lost. 2. After updating the file we can see the version information. But the file-size of older versions is zero. By reverting the version, the file is lost. 3. Sometimes we get something like caching-problem. We update the file. But when we download the file we get the older version. Also when we the delete the File-Object and add a new File-Object with the same ID. *Our setup:* *Setup of 3 plone instances (use CMFEditions 1.2.6):* ... extends = http://dist.plone.org/release/3.3.5/versions.cfg ... eggs= ... plone.app.blob == 1.5 Products.Contentmigration == 2.0.1 ... [versions] ZODB3=3.8.4 plone.app.imaging=1.0.5 uuid = 1.30 zope.proxy = 3.6.1 ... *Setup zeo server:* ... [versions] ZODB3 = 3.8.4 [zope2] recipe = plone.recipe.zope2install url = http://www.zope.org/Products/Zope/2.11.8/Zope-2.11.8-final.tgz [zeoserver] .... eggs = plone.app.blob==1.5 ... Thank you in advance. Tristan -- View this message in context: http://plone.293351.n2.nabble.com/Versioning-of-files-don-t-work-with-Plone-3-3-5-plone-app-blob-1-5-tp6763434p6763434.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
