Support

Forums

Wiki

  • Visit the Wiki extensive and up to date documentation at your fingertips.

Contact Me

JIRA update from 3.13 to 4.0

User Rating:  / 0
PoorBest 

jira.waltercedric.comI did update my bug tracker to the latest release of JIRA

Press release

“ The Atlassian JIRA team is delighted to present a brand new version of one of the world's favourite issue-trackers.

We have improved the UI to provide contextual awareness, improving the navigation and usability with features like activity streams and issue history. We have also added the most powerful searching capabilities ever seen in a bug tracker, called JIRA Query Language (JQL). The simple auto-complete entry system makes it incredibly easy for any user to create sophisticated queries.

We have completely overhauled the JIRA dashboards to make it quick and easy for anyone to create and add gadgets, move them around using drag & drop, and share dashboards with other team members. Using the new Plugins 2.0 architecture, we built new dashboards using OpenSocial. This means each JIRA dashboard is an OpenSocial container allowing you to consume any OpenSocial compliant gadgets from either Atlassian tools or other external sources. Conversely, JIRA gadgets can be exposed in any OpenSocial container (like iGoogle, and soon, Confluence).”

 

JIRA 4.0 - Standalone (TAR.GZ Archive)
55.8 MB • Released 06-Oct-2009 (Release notes | Upgrade notes

A small update how to is following

Small JIRA update How to

I’ve made a small script to automate JIRA update as it required most of the time repetitive steps

Update Script

Usage

./update.sh 3.13.3 4.0 /home/jira jiradb

Code

update.sh script

#!/bin/sh

old=$1
new=$2
jirahome=$3
db_name=$4

cd $jirahome

echo Stopping old instance
./atlassian-jira-enterprise-$old-standalone/bin/shutdown.sh

echo dumping old database version
mysqldump --opt $db_name > $db_name.sql

echo Retrieving latest version
wget
http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-enterprise-$new-standalone.tar.gz

echo Copy old customization. db, port and ajp from server.xml
cp $jirahome/atlassian-jira-enterprise-$new-standalone/conf/server.xml $jirahome/atlassian-jira-enterprise-$new-standalone/conf/server.xml.ori
cp $jirahome/atlassian-jira-enterprise-$old-standalone/conf/server.xml $jirahome/atlassian-jira-enterprise-$new-standalone/conf/server.xml

echo Copy database settings
cp $jirahome/atlassian-jira-enterprise-$old-standalone/atlassian-jira/WEB-INF/classes/entityengine.xml $jirahome/atlassian-jira-enterprise-$new-standalone/atlassian-jira/WEB-INF/classes/entityengine.xml

echo Copy mysql library
cp $jirahome/atlassian-jira-enterprise-$old-standalone/common/lib/mysql-*.jar $jirahome/atlassian-jira-enterprise-$new-standalone/common/lib/mysql-*.jar

echo edit manually and set jira.home
echo edit ./atlassian-jira-enterprise-$new-standalone/atlassian-jira/WEB-INF/classes/jira-application.properties

Note that you will have to update the DB schema manually

You might also like:
Happy Holidays from Cédric Walter
148 days ago
Happy Holidays from Cédric Walter
I  would like to wish all our readers Happy Holidays, Season's Greetings, Merry Christmas or wh
Today is my Birthday!
598 days ago
Today is my Birthday!
I am now 38 years old!
default thumbnail image alt
676 days ago
Deleting the site demo-joomla-1.0.waltercedric.com
  </life> I am not any more providing support for Joomla! 1.0. Since Jul
Improving the download section
758 days ago
Improving the download section
In order to help you find the right download, I’ve added some new stuff to my blog that should hel
default thumbnail image alt
872 days ago
Happy New Year 2011
Another year has passed and this is the time when I thank all readers for continuing to follow www.w
Merry Christmas to all my friends and visitors all around th
881 days ago
Merry Christmas to all my friends and visitors all around th
I would like to wish everyone a Merry Christmas or a happy whatever other holiday you might celebrat
blog comments powered by Disqus

Donations

Thank You for supporting my work