I’ve been working on deployment mode overrides for configurations of Production, QA, and Dev. I wanted to override the Gateway system name depending what deployment mode we are in, but I’m now thinking this may not be a good idea since many systems rely on the System Name remaining the same to operate (docs). Are other people avoiding overriding the system name? And also if you are not overriding how are you setting things up to more easily distinguish what deployment mode the gateway you are working with is in (via the designer and gateway webpage)?
You definitely should override the system name if you will use the same writable databases for multiple deployment modes, as you will get clashes in the historians.
But if you want to use history copied from production to test with in dev, you don't want to override the system name.
If other considerations clash with those two rules, it gets really complicated.
1 Like