I have a database where every files are in a zope database. I have to change it. I want to use ExtFile, but what I have to do with old documents? In this documents are files. Now in the database I have about 1.5 thousand documents i every document has 2 or more files. When I include ExtFile in every documents I have an error. How migrate this files? How remove files from a database to a files storage? Please help me:) Sylwia asked 08 Aug '13, 03:49 Sylwia |
You'll need to learn the APIs for your existing document store and for ExtFile, and then write a script the reads the files from the documents and then created ExtFile objects from them. Sorry I'm not able to give you step-by-step instructions for this. You might have better luck asking about this on the Zope users' mailing list. answered 08 Aug '13, 11:00 seanf |