Difference between revisions of "MOR 0.7 Upgrade"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: To upgrade already installed MOR 0.7 to it's newest state (to apply current bugfixes), execute following commands: svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/sr...) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
To upgrade already installed MOR 0.7 to it's newest state (to apply current bugfixes), execute following commands: | = Notes = | ||
'''NEVER UPGRADE BOTH SERVERS AT THE SAME TIME IF YOU HAVE RUNING REPLICATION LINK, UPGRADE THEM ONE BY ONE, otherwise replication will brake 100%''' | |||
'''BACKUP ALL CUSTOM CHANGES YOU MADE TO MOR!''' | |||
<br><br> | |||
= Process = | |||
To upgrade already installed MOR 0.7 to it's newest state (to apply current bugfixes), execute following commands in bash: | |||
svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/src/mor | svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/src/mor | ||
/usr/src/mor/upgrade/0.7/fix_0.7.sh | /usr/src/mor/upgrade/0.7/fix_0.7.sh | ||
=== Errors === | |||
If you get something like: | |||
[root@localhost ~]# /usr/src/mor/upgrade/0.7/fix_0.7.sh | |||
Username, database, password and host were found | |||
svn: '/home/mor' is already a working copy for a different URL | |||
Stopping httpd: [ OK ] | |||
Starting httpd: [ OK ] | |||
Then: | |||
cd /usr/src/mor/upgrade/0.7 | |||
./gui_upgrade.sh |
Latest revision as of 05:07, 26 August 2009
Notes
NEVER UPGRADE BOTH SERVERS AT THE SAME TIME IF YOU HAVE RUNING REPLICATION LINK, UPGRADE THEM ONE BY ONE, otherwise replication will brake 100%
BACKUP ALL CUSTOM CHANGES YOU MADE TO MOR!
Process
To upgrade already installed MOR 0.7 to it's newest state (to apply current bugfixes), execute following commands in bash:
svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/src/mor /usr/src/mor/upgrade/0.7/fix_0.7.sh
Errors
If you get something like:
[root@localhost ~]# /usr/src/mor/upgrade/0.7/fix_0.7.sh Username, database, password and host were found svn: '/home/mor' is already a working copy for a different URL Stopping httpd: [ OK ] Starting httpd: [ OK ]
Then:
cd /usr/src/mor/upgrade/0.7 ./gui_upgrade.sh