We are deploying two FME servers, one for production, and one for testing (staging).
The workflow I've built (7-8 separate workspaces) all refer to one MS/SQL database and one external HTTP service endpoint. There's one "connection set" for production, and another for testing.
Using the same set of workspaces, what is the best practice to maintain identical workflows on the two servers, each with its own "connection set".
I've streamlined all database connections to a single linked database connection, and know that it can be replaced quite easily in Workbench. But this will require me to publish twice every time, which is not optimal.
And what about the HTTP endpoints, is there a way to store these on each separate FME server, so they automagically work ?
Any ideas and insights on making the maintenance as simple as possible ?
Cheers
Lars I