The dbconfig.xml should point to correct IP (new server) as the above states but, when i see in, it points to rather local path (H2 proprietary DB) which team used on old and which now is running on new server.
<url>jdbc:h2:file:C:\Program Files\Atlassian\Application Data\Jira/database/h2db</url>
Creating new user etc on new server creates automated email flow that point however to old server.
Anywhere i can stop the redirection to stick all commands to new server ?
Thanks.