Hi!
The database endpoint of an outsystems environment is changing and configuration tool is forcing a republish of all my factory.
Is there any other option? Database is the same, only the endpoint is changing.
Trying to save a few hours republishing everything.
We have a working solution!
Meaning we are able to change the database endpoint without needing to redeploy all the modules.
Solution was around changing the appSettings.config file for each app and using the configuration tool command line version to apply settings.
Reach out for more details via LinkedIn (https://www.linkedin.com/in/fmfcs/)
Here's what we're going to test:
Inside each deployed module there's a appSettings.config - "C:\Program Files\OutSystems\Platform Server\running\MyModule.936943614"
In this config file we have the encrypted connection string to the database, let's try to change it to the correct endpoint, reset IIS and see what happens :)