I want to migrate my iObeya server
When preparing an upgrade for example, it can be interesting to replicate the production environment on the pre-production one.
Be careful to contact the support@iobeya.com team because the license will not be valid on the new server (with a different serverID).
A\ Replication of the Production on the Pre-production
On the production server:
- Stop the Tomcat service
- Dump the iObeya database
- Save the assets directory in a zip file
- Start the Tomcat service.
On the pre-production server:
- New installation of iObeya and addons, with exactly the same versions of the pre-requisites, iObeya and addons as the Production
- Stop the Tomcat service
- Copy the assets to the assets folder (emptied)
- Import the Dump on the new server.
- Start the Tomcat service
- Quickly test that everything works
In principle, you can find this detailed procedure in the Backup & Restore documentation
Now that you have a replication of your production server, I strongly recommend that you perform a snapshot of the server.
B/ Upgrading iObeya
- Stop Tomcat
- Update the prerequisites (Java, Mysql, Tomcat) to meet the Techinical Requirements
- Packaging of the new version of the application
- Upgrade of the database
- Upgrade of the webapp/ configuration files
- Start Tomcat
Views: 83