If by “better” you mean “will this mean that I won’t break our existing site and leave it in a state where it will never work again?”, the answer is yes.
That’s what you want. The place you restore from has to be the same or newer than the backup version. It’ll migrate the database after it’s restored.
This might be all you need to know and we’re happy to help here for free. If you’d like hands-on your-setup-specific attention, you can contact me or ask for help in Marketplace.
Also, another option would be to build images and launch those in k8s. I’ve done that a few times and used github to build the images.
If it wasn’t already your plan, I’d move to a new database (on the same server) for the migration so you don’t break your existing site.
If by “better” you mean “will this mean that I won’t break our existing site and leave it in a state where it will never work again?”, the answer is yes.
That’s what you want. The place you restore from has to be the same or newer than the backup version. It’ll migrate the database after it’s restored.
This might be all you need to know and we’re happy to help here for free. If you’d like hands-on your-setup-specific attention, you can contact me or ask for help in Marketplace.
Also, another option would be to build images and launch those in k8s. I’ve done that a few times and used github to build the images.