Hi Team,
I am trying to automate the deprod confluence after refreshing the non prod environments, as after refresh application comes up pointing to prod url, application is using postgres DB.
Need a postgres query to manually change base url before application comes up.
Hi @sudhakar yala,
I wonder if using a reverse proxy would help you along the process, though that is mainly used with Jira data center, however pointing it to one instance or the other you could alternate between the two (first one being prod then the second one).
Would that help?
Hmm dint get that, if I can get some query to check what baseurl is pointing to and a query to change that query in postgres database.
Like we have below query for jira.
select propertyvalue from propertyentry PE
join propertystring PS on PE.id=PS.id
where PE.property_key = 'jira.baseurl';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to start your application and change the baseurl fom the interface.
No need for changing it in the database.
Regards
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dave Bosman [Realdolmen]Thanks for your quick reply, Yes we can do that and we are doing that currently but however we need that to happen even before application comes up as we do not want to take chances it being pointed to prod url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.