By AntiThesis on
I'm hoping you fine people can give me some guidance here.
I've got a project where we've done major work on the codebase and have simultaneously been running a 'dev' server (old code) where semi-live transactions, node creation and such have been building up as well as a 'live' server with the
It's time to take the whole thing live and I'm trying to figure out the best way to get the data from the 'dev' site onto the 'live' site without breaking everything.
That includes:
- Users
- User Content
I know I can use the Node Export module to export nodes but will that work well with the backup_migrate if I just export the Users?