Database Problems

Good day

I deployed an application created in cuba using MySQL database. I keep making changes to database tables and recreating war files that i redeploy onto the server and start the server again. This breaks the database and i will have to delete the database and recreate it which is bad practice for an application which is in production.

I want a better way i can redeploy my changes on the server without breaking the database or forced to delete database.

Thank you in advance.

Hi @Indileni,

You are probably looking for a way to migrate your DB by your application server. This is well explained in this part of the documentation.

Regards,
Aleksey

Thank you very much @stukalov
I will look into it.

1 Like