Hi,
Recently we've taken over an account which has a ecommerce website on server A. We're planning to migrate website and database to our server (B) but the website is very frequently visited. As part of the migration I've come up with the following plan:
- Restore database from server A to server B.
- Setup website on server B, set connectionstring to database on server A.
- Change DNS records to point to server B.
- Close shoppingcart (is this possible??).
- Copy all possibly added information (tables EcomOrders and EcomOrderLines for orders?) to the database on server B.
- Change connectionstring for database.
- Re-open shoppingcart (if possible)
Is this a migration plan that could work for Dynamicweb? Are there people who have different / better ways of migrating to a new server?
Thanks!
Tom