I have a bit of an odd situation.

I have a public sandbox ZC 2.0.1 site that is almost 100% done as a clean upgrade. To RECREATE this same site on my live site would take a very long time as I have been working on it for well over a month. We have had very little traffic since I last updated the db so I am not losing any orders IF I do what I am thinking about below.

Backup the sandbox database...
Backup the sandbox store contents..
Backup the actual database...
Backup the actual store contents...

Drop tables out the current store db and upload the sandbox db.
Copy the sandbox store contents into the actual store contents.
Restore the two configure files from the actual store.

Does this sound correct? Or am I asking for more trouble?