Forums / Install & configuration / 3.6.0 upgrade documentation page is incomplete
James Somerman
Friday 17 March 2006 3:23:53 pm
Refering to this page:http://ez.no/doc/ez_publish/technical_manual/3_6/installation/upgrading
At the end of the page, it says to refer to the next section, but the next section is for a 3.5.x to 3.6.x upgrade. I'm just trying to go up from 3.6.2 to 3.6.6.
What is the procedure? Does anyone have a link?
risto CMS user
Saturday 18 March 2006 6:33:26 am
Im dupgradeing from 3.4.1 to 3.7.4 and I need a complete list of what/how to doo this.
this is ehat I have in the sripts folder:
generateoverridesettings.php updateremoteid.php updateattributefilter.php updatesearchindex.php updatecontentobjectname.php updatesession.php addorderemail.php updatecrc32.php updatetoplevel.php cleanup.php updateiscontainer.php updatetranslations.php convertxmllinks.php updateniceurls.php updatexmltext.php flatten.phpupdaterelatedobjectslinks.php
doo I deen to use them all?
Heiner Wurbs
Saturday 18 March 2006 7:46:38 am
Hi,for upgrading you need to run the following:
update/common/scripts/convertxmllinks.php -s your_siteaccessupdate/common/scripts/updaterelatedobjectslinks.php -s your_siteaccess
and of course before the database update scripts
Heiner
Saturday 18 March 2006 7:59:02 am
but doo I need to run this for all the versions?
3.4.1->3.4.2
and what about 3.4.2->3.5.0
??
Betsy Gamrat
Sunday 19 March 2006 5:22:17 pm
These are the steps I have used to update 4 eZ sites from 3.4 straight to 3.7.3.
Create database Copy database from live site Install eZ Use eZ upgrade tool and phpMyAdmin to synchronize the old data to the new database structure Manually set the "container" flag on the custom classes and folders for the system (there is probably a script for this) Copy the templates from the live site, change ownership and permissions Update override.ini Update template priorities Copy the stylesheetsIntegrate new CMS into existing site
The only odd thing was that the variable name $name didn't work well with 3.7.3 and I used $nname instead
Sunday 19 March 2006 11:53:48 pm
Install eZ you mean the setup? Or what are we talking about?
Manually set the "container" flag on the custom classes and folders for the system (there is probably a script for this) But where is this done?
/usr/bin/php update/common/scripts/convertxmllinks.php -s news_admin /usr/bin/php update/common/scripts/updaterelatedobjectslinks.php -s news_admin
Ćukasz Serwatka
Sunday 19 March 2006 11:58:26 pm
Look at this topic:http://ez.no/community/forum/install_configuration/upgrade_from_older_versions_than_3_5_documentation_missing
Read carefully all upgrade documents. For 3.4 -> 3.5 yes you need to upgrade to 3.4.4What scripts to run and in which order are described in upgrade docs.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Monday 20 March 2006 7:44:48 am
Thanks for the help and pointers everyone. I'm on my way! ;-)