tool for testing add-on products before migrating them?

2 messages Options
Embed this post
Permalink
Asen QUINTANA

tool for testing add-on products before migrating them?

Reply Threaded More More options
Print post
Permalink

Hi to everyone,
I'm starting with the fantastic task of migrating my site from 2.1.2 to
2.5.3..and if I can to 3.0. I have a lot of customized archetypes and
scripts, and I'm not sure they are going to work, I wonder if a tool exists
to test code to be sure of compatibility?

I'm also using ExternalFile for saving docs outside my ZODB, but it's no
longer supported !!.Any suggestions about which product  I can use instead
of this ???
Thanks in advance

Asen Quintana


_______________________________________________
NGO mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ngo
George L

Re: tool for testing add-on products before migrating them?

Reply Threaded More More options
Print post
Permalink
Asen QUINTANA wrote:
I'm starting with the fantastic task of migrating my site from 2.1.2 to
2.5.3..and if I can to 3.0. I have a lot of customized archetypes and
scripts, and I'm not sure they are going to work, I wonder if a tool exists to test code to be sure of compatibility?
Most likely the products are not compatible in one way or another. The best things to do are:
  * Copy your data.fs file to a test server where you set up Plone 3.0, and try to upgrade
  * If the products have tests, install them in a test server with Plone 3.0 and run the tests

The changes may be small or big -- also see

http://plone.org/documentation/manual/upgrade-guide/version/2.5-3.0/products

Peace,
George