We’re in the process of upgrading from 10.1.400 to 10.2.300, but want the 10.2.300 system to be on a new servers (new App and new SQL servers).
I’ve followed the New Installation Guide and have 10.2.300 setup on our new App server, with a Pilot DB on the new SQL server. Everything seems good so far.
Now I need to move and upgrade the Production DB.
The Release Upgrade Guide assumes the new version of the App will be placed on the same server as the version being upgraded. This is not my case.
I’m thinking, that “all I need to do” is:
- Backup the 10.1.400 Prod DB (on SQL_1)
- Restore that backup to the new SQL server (SQL_2), as DB named “TST_102300”
- Skip the “Upgrade Database Server”, as my DB Server (SQL_2) is already setup for 10.2.300.
- Upgrade the TST_102300 DB (section 2.6 in the Release Update Guide).
- Skip the “Upgrade Epicor Application Server” (section 2.7), as I’ll be creating a new App for the TST_ environment
- Add the new App Server for the TST environment.
Ignoring customizations and reporting (like if my DB from 10.1.400 was totally vanilla), am I missing anything?