Difference between revisions of "MOR 8 Upgrade"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 3: | Line 3: | ||
To upgrade already installed MOR 0.8 to it's newest state (to apply current bugfixes), execute following commands: | To upgrade already installed MOR 0.8 to it's newest state (to apply current bugfixes), execute following commands: | ||
/usr/src/mor/sh_scripts/upgrade_install_script.sh | rm -fr /usr/src/mor2 | ||
mv /usr/src/mor/ /usr/src/mor2 | |||
/usr/src/mor2/sh_scripts/upgrade_install_script.sh | |||
/usr/src/mor/upgrade/0.8/fix_0.8.sh | /usr/src/mor/upgrade/0.8/fix_0.8.sh |
Revision as of 07:46, 2 October 2009
NEVER UPGRADE BOTH SERVERS AT THE SAME TIME IF YOU HAVE RUNING REPLICATION LINK, UPGRADE THEM ONE BY ONE, otherwise replication will brake 100%
To upgrade already installed MOR 0.8 to it's newest state (to apply current bugfixes), execute following commands:
rm -fr /usr/src/mor2 mv /usr/src/mor/ /usr/src/mor2 /usr/src/mor2/sh_scripts/upgrade_install_script.sh /usr/src/mor/upgrade/0.8/fix_0.8.sh