We are upgrading one of our pre-production machine from 6.9 to 6.9.1 wherein we import production database dump on daily basis.
Production is still 6.9 so will each import will requires to run migrate.sh on pre-production machine after the upgrade? correct?
Any challenges in this activity?
You are importing a dump that is older than the server code version, it will need to be migrated. If you try to start the server on an older dump, it will detect that the migration is required and will prompt for the migration password when you access the application.