Url: https://jira.nordix.org/

Server Access

ssh  $USER@91.123.202.89
sudo su - centos
ssh jira

5th May 2022

Running Version: v8.20.2
Upgrade Version: v8.20.8

https://www.atlassian.com/software/jira/update

Stop Service

sudo systemctl stop jira.service

Backup

cd /data
tar -zcvf "atlassian-$(date '+%Y-%m-%d').tar.gz" atlassian
 
pg_dump -h localhost -p 5432 -U infra -F c -b -v -f  "postgres-$(date '+%Y-%m-%d').backup" jira
# -F c  use custom binary format
# -b    include blobs
# -v    verbose
# -f    dump file name
# db password can be found in "/data/atlassian/application-data/jira/dbconfig.xml"

Installer

Follow the steps below to run the Jira installer.

wget https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-8.20.8-x64.bin
chmod +x atlassian-jira-software-8.20.8-x64.bin
sudo ./atlassian-jira-software-8.20.8-x64.bin

The existing installation directory is "/data/atlassian/jira"

  • No labels

3 Comments

  1. Is there a restart needed ?

    1. the JIRA installer binary "atlassian-jira-software-8.20.8-x64.bin" does auto service start/stop.

  2. Perfect then I'm happy with it.
    Just schedule a time and send a mail to the Nordix discuss to notify other