Synching Production to Local Dev #1261
Unanswered
Digital-Pig-LLC
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Definitely a lot to consider but here is a quick get it up and running sync. These are typically the steps I perform on a general level:
When the site loads, I then QA everything locally starting with the critical path while tailing debug.log and exceptions.log: Critical Path Test Scenarios:
Hope that helps, there is probably more involved but I can help if you need it! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for some advice for the given title.
The contract I'm just starting on has a couple of Magento instances for prod and staging. I've used the work Mark has done here to create a local docker environment (PHP 8.2, Magento 2.4.2 (2.4.7 on staging site)), and I'd like to start getting it in sync with the client's site.
It's been a number of years since I dealt with Magento. I wasn't given the contract as a Magento dev, but as a PHP engineer, as they have other non-Magento issues.
So, to that end, I'm wondering if anyone here has done something similar and has any thoughts on the least painful way to go about this.
Any tips, tricks, thought, ideas, gotchas, etc. would be welcome. I'm not opposed to scripting this either, as I imagine there's no single route to success, but probably lots of exporting etc., installing stuff the previous dev installed (Bss_AjaxCart is one that's broken)
Thank you kindly.
Paul
Beta Was this translation helpful? Give feedback.
All reactions