Hi all,
I have an application running in production, and I have made changes in development which includes new and modified tables and record versioning among others.
I'm planning to backup and production database and restore it onto development so that I have the latest data.
What would be the best way to handle DB migration?
Thank you.