cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DB restoration from one environment to another environment.

kundan1986
Explorer
0 Likes
918

Dear Experts,

I want to take the DB dumps from QA environment and restore it into DEV environment, we are using the the mySQL DB. Kindly mentioned all the steps that i need to perform. Also mentioned the steps that is required post db restoration in hybris.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor
0 Likes

There are no additional steps required after you have restored the data; but just make sure you point to the correct database name in the local.properties file and restart the Hybris server. Follow https://stackoverflow.com/questions/105776/how-do-i-restore-a-dump-file-from-mysqldump for the process of restoring the data from the dump.

Answers (1)

Answers (1)

kundan1986
Explorer
0 Likes

Thanks for the support, was able to connect with new DB dump

arvind-kumar_avinash
Active Contributor
0 Likes

You are most welcome.