If you love your plone data, set it free...
This post was written 5 years ago.
Tue, 21 Nov 2006
If you can get it back into version 2.5 then the data belongs to plone, otherwise it never belonged to plone in the first place..
I'm still undecided and a bit lost about how i'm going to get www.dfrskatezine.com upgraded from 2.1 to plone 2.5
To recap:-
Obviously I need to handle the images and other files seperately - so far I have used a skin script to generate a file containing wget statements for each visible/published image on the site and download the images with a mirrored folder structure, along with an accompanying xml file with the captions, descriptions and paths. I intend to rebuild my products from scratch (pop my zope 3 cherry even?) so I don't necessarily need my existing products to be 2.5 compatible.
Think i'm going about this the wrong way? Please let me know! Please also bear in mind that while I am a keen student, I am mostly a GUI guy (+ basic archetypes development), and am easily confused by your crazy python talk, and have been made weak by your excellent installers, to the point that I haven't got a clue how you would go about installing or upgrading zope if it requires me to do anything more than click buttons ;-)
I'm still undecided and a bit lost about how i'm going to get www.dfrskatezine.com upgraded from 2.1 to plone 2.5
To recap:-
- I can't really upgrade it in situ (although could be persuaded to try it if people think this is the best bet)
- portal zexp import didn't work for me
- smaller zexp imports left me with broken stuff.
- it is on a shared instance so the data.fs file is too big to move realistically (once again, still an option if encouraged)
Obviously I need to handle the images and other files seperately - so far I have used a skin script to generate a file containing wget statements for each visible/published image on the site and download the images with a mirrored folder structure, along with an accompanying xml file with the captions, descriptions and paths. I intend to rebuild my products from scratch (pop my zope 3 cherry even?) so I don't necessarily need my existing products to be 2.5 compatible.
Think i'm going about this the wrong way? Please let me know! Please also bear in mind that while I am a keen student, I am mostly a GUI guy (+ basic archetypes development), and am easily confused by your crazy python talk, and have been made weak by your excellent installers, to the point that I haven't got a clue how you would go about installing or upgrading zope if it requires me to do anything more than click buttons ;-)
This post was written 5 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments
Also check out CMFFolderExport: http://palladion.com/home/tseaver/software/CMFFolderExport
Good luck.
skeeter 2006-11-21 17:23:40
Just remember to pack the database from the control panel before transferring it, and it should be a decent size (depending on the content, of course).
Alexander Limi 2006-11-21 18:06:21
FWIW, one thing I did last week was bulk import about 500 links into a Plone portal from an unordered list of links on a single HTML page. I parsed the page with BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/) and used a Plone Link template (download any Link content type via WebDAV to get the template) to create individual link files that I could just upload via WebDAV.
Shane
Shane Graber 2006-11-21 19:41:38
Alexander Limi 2006-11-22 12:44:23
Rick Hurst 2006-11-22 14:14:58