Promote Dev to Live without promoting test customers / transactions
Posted: Tue Apr 17, 2018 12:08 am
I am developing a small website for a client. We are almost at the point where we are ready to go live. I have a clean install ready on the hosting site so I know that the database exists and works on the live system.
I have seen a number of articles and walk throughs for pushing an installation to live, and they all assume that _all_ of the data will be pushed to live. When I promote the code/database from Dev to Live, I do not want the test customers to go live, nor do I want any of their orders. (For some reason the client does not want Testy McTestface as a customer in the live server
) I could just upload everything and then delete the customers, but then the invoicing / order numbers would not be starting from scratch. Also, when I make future changes I want to make sure that I do not overwrite live customers with test data.
What set of tables should I _not_ be uploading to the live server if I do not wish to make the test customers and their orders live? I want everything in Catalog, but nothing from Customers, as you would see it on the admin site.
regards
Frugal
I have seen a number of articles and walk throughs for pushing an installation to live, and they all assume that _all_ of the data will be pushed to live. When I promote the code/database from Dev to Live, I do not want the test customers to go live, nor do I want any of their orders. (For some reason the client does not want Testy McTestface as a customer in the live server

What set of tables should I _not_ be uploading to the live server if I do not wish to make the test customers and their orders live? I want everything in Catalog, but nothing from Customers, as you would see it on the admin site.
regards
Frugal