So I have an internal non-production version of our site and I want to be able to transfer it to a live server on the fly. I wrote a script to do it, but obviously I don’t want to write everything every time. So my question is what files and tables should I care about.
Looks to me that I should dupe all the tables except system_settings since they will be slightly different and then clear the cache.
Am I missing something?