Hello,
Just update the Openfire installation from Openfire 3.8.2 to 3.9.0 with the tar.gz method.
The server is running ClearOS 6.5 and used the upgrade guide included in the tar.
ZIP or TAR.GZ
- Stop Openfire.--> done
- Backup the Openfire installation directory. This step is critical because the data will be overwritten with the new .tar.gz install. --> done
- Backup the Openfire database. Note that the embedded database is backed up in step 2. --> done
- Install the .tar.gz file (extract it over the current directory). --> done
- Copy the conf directory from the backup to the installation directory. --> done
- Copy the embedded-db directory from the backup to the installation directory. --> using mysql
- Copy the enterprise directory from the backup to the installation directory, if it exists. --> not having this directory so I asume I can ignore this
- Copy the plugins directory from the backup to the installation directory except for _plugins/admin_. --> done
- Copy modified files located in resources/security from the backup to the installation directory. --> done
- Start Openfire --> done
But when loggin in the console it still is running 3.8.2 instead of 3.9.0.
Is there MySQL upgrade script I missed?
How to upgrade correctly?
Thanks!