Hi,
I've updated jira and bitbucket to the latest version,
now I'm ready to move them both to a new server.
How should I do it - while keeping the links between them ?
Also - I want to use postgresql 10 on the new server - is it possible ?
Thanks,
Dani
Hi Dani,
we are running Jira, Confluence and Bitbucket (in Data Center edistions) on PostgreSQL 10 without problems for last 2~3 months. But still it's not in supported platforms so keep it in your mind.
Migration is not big deal and it's not so hard.
Thank you for the accurate answer.
Can you elaborate more on the 6th step-
how do I make them auto-restart and what do you mean with tail -f ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Step 6 depends on your operating system. If you are running on OS with systemd and on your old server starting you apps automatically after boot then copy init script from old server to new one (for example /etc/systemd/system/jira.service)
You can get inspiration from this: https://confluence.atlassian.com/confkb/run-confluence-as-a-systemd-service-on-linux-937177781.html
With "tail -f" I mean live watching of logs for error or warning which can indicate some problem like this one "tail -f /opt/atlassian/jira/jira-install-7/logs/catalina.out".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Petr ,
can you please tell me for step 3 you used XML import/export or you used native DB tool , pg_dump & pg_restore? I'm having hard time to migrate confluence from psql 9.3 to 10
which confluence version you are using and which psql JDBC driver version?
Regards,
Hassan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian will start working on adding PostgreSQL 10 support for Jira Server in the near future and will be reflecting the status on JRASERVER-65910.
Please join there, vote for it and set yourself as a watcher. You'll receive an update there on our progress going forward.
We've also planned adding support for PostgreSQL 11. See JRASERVER-68578 for updates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Migrate both separately and then establish the integration. For latest jira 7.9, postgres versions till 9.6 is supported.
https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html
Logically, this doesnt mean that 9.10 isn't supported on latest jira but its not tested by the Atlassian team
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.