You are here
Upgrading focmm
Upgrade preparation
Before you start with the upgrade you should do a backup of your focmm
schema first. A simple command like this should do the job:
mysqldump --user=root --password --single-transaction --databases focmm >focmm_dump.sql
Your current used version of Ops Center you can find under: Configuration -> Repository -> FromDual Ops Center version.
Upgrading v0.3 to v0.9
Upgrading from Ops Center v0.3 to v0.9 and newer happens automatically. Please do a backup of your Ops Center Instance before you upgrade!
Copy the .htaccess
file from the old to the new version.
Upgrading v0.9 to v1.0
Upgrading from Ops Center v0.9 to v1.0 and newer happens automatically. Please do a backup of your Ops Center Instance before you upgrade!
Copy the .htaccess
file from the old to the new version.
Downgrading focmm
In the case you hit a serious bug after upgrade you have to downgrade focmm
again. To do a downgrade is quite simple: Install your old Ops Center version and restore your backup done above:
mysql --user=root --password < focmm_dump.sql