Recommended way to test major changes
Permalink
I may want to make some major changes to an application that is live. Since the changes could span several days, how do most developers accomplish this?
I seems moving changes from one site to another is not very easy with Concrete5.
Thank you...
Todd
I seems moving changes from one site to another is not very easy with Concrete5.
Thank you...
Todd
When you are ready to deploy ask the following questions:
--Have I changed the structure of the database to add / delete tables, and fields? If not, its an easy thing... use the structure of the new site, with the original production database.
--If you have changed the database its a bit tricker, but overall not all that bad (phpmyadmin is your friend!!)
Make the change over when you think your customers won't be using the site... Errors do happen, stupid stuff will crash the site, your CSS files get hidden from the program at the worst possible moment, (don't ask me why I used that particular example, ouch!)
Good luck with it...