I've got an installation of Orion NPM, APM, and NTA on a test server running a SQL server on the same machine. We're thinking of moving the NPM and modules to a different server, and adding memory to the current machine. Should I get all the modules installed before pointing the new server at the database, or should I go ahead and install the NPM, point that at the new database, and then install the other two modules?
Thanks