Possible impact for migrating Bonita while MySQL is on a dedicated server

1
0
-1

Hello,

I plan to upgrade my Bonita version from 6.3.2 to 7.3.3. Currently, in my environment, I have an application server that includes the Bonita installation and configuration as well as the MySQL installation on a Wins 2008 OS. As part of the upgrade, I'm moving the Bonita files to a Wins 2012 OS. I'm thinking about installing MySQL on a dedicated server instead of installing it on the same server as the Bonita installation. Since I'm using the migration script to upgrade Bonita, will this affect the migration by Bonita and MySQL not being on the same server as it is currently?

1 answer

1
0
-1
This one is the BEST answer!

Hello,

These two operations are independents, but you can take advantage of the migration to do it.

Migration update the database.

If you want to move your database on another server, just :

* stop the application

* backup/restore the database on a different server

* change the Bonita configuration to use your new server

* restart

Hope this help

Notifications