Pip Posted June 9 Share Posted June 9 Hi guys. Sorry reliving my appreciation with Processwire after a really long break. I have a test environment and production. Test is where I play and when things are final, I put it in Production. Problem is how do I migrate the structures and fields to Production? 😕 What's your best practice to ensure that live data is not ruined? Thanks in advance and sorry for the noob q.  1 Link to comment Share on other sites More sharing options...
BrendonKoz Posted June 10 Share Posted June 10 Hey there, Pip! Welcome back. 🙂 If you're only going to migrate once, developing up until it's ready to be launched, you can typically just get a backup of your SQL and move it to the production's database (along with your /site/ files and related structure). If you're going to be doing development after the website is launched, and you need to make sure that the development you do does not affect data created on the production website, you'll want to look into something like RockMigrations, or any of the other migration modules. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now