Hi there,
I've been trying to migrate the openfire-database (mysql based in my case) to a new database host.
Right now it's running on a win2k3 based vm that was build for testing.(with openfire 3.8.2) DB is mysql 5.6.
Now I'd like to move the database to a new database host. The vm is based on ubuntu 12.04 LTS - x64.
mysql-server in repo is 5.5.34-0ubuntu0.12.04.1. So it's a downgrade from 5.6(windows) to 5.5(linux).
I've exported and tried to move the openfire database several times, each time a differen way.
(via mysqldump, mysql workbench with migration assistant, heidisql...) But without luck.
If i start openfire pointing to the new database host i get a message like:
Missing database schema for openfire. updating database schema: successfull
Missing database schema for gateway. updating database schema: successfull
After this "update" i can't login to the webinterface any more. Also no user is able to log in.
Could someone help on this one? It would be very nice.
Kind regards
Exact Messages:
2013.11.26 15:46:53 org.jivesoftware.database.SchemaManager - Missing database schema for openfire. Attempting to install...
2013.11.26 15:46:58 org.jivesoftware.database.SchemaManager - Database update successful.
2013.11.26 15:47:04 org.jivesoftware.database.SchemaManager - Missing database schema for gateway. Attempting to install...
2013.11.26 15:47:05 org.jivesoftware.database.SchemaManager - Database update successful.