What is the best procedure to get to a newer postgres version (10, 11, 12) if running JIRA SD 3.16.1? Is it better to upgrade JIRA SD itself to 8.x, leave it on postgres 9.6 and then run a db upgrade later? Postgres 9.6 is EOL so we need to get off this.
Thanks!
I was in the same situation like you are. I decided to move postgresql from 9.6 to 11.
I based on this tutorial - https://gist.github.com/Clark-G/01fcb84c658c44dcec4af1a965e2c3b4
You need to replace 9.5 to 9.6 :)
Right now I'm working on postgresql 11 :)
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.