Re: Jira and PostgreSQL - Mailing list pgsql-general

From Vick Khera
Subject Re: Jira and PostgreSQL
Date
Msg-id AANLkTi=VuRsg17auRyP=3ZptFPwWZj_4WYGK_yvvass2@mail.gmail.com
Whole thread Raw
In response to Jira and PostgreSQL  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
List pgsql-general
On Mon, Aug 30, 2010 at 5:26 AM, Jayadevan M
<Jayadevan.Maymala@ibsplc.com> wrote:
> The question is - "Jira on MySQL or Jira on PostgreSQL?" Any
>

We have Jira on postgres for project development work.  Only about a
dozen users.  Jira uses the DB as basic storage -- there are no
foreign keys, constraints, etc.  Just a few indexes.  Any DB would
work fine, really.  We use Pg because that's what we're used to using.

I don't see why you couldn't use it for 24x7 work -- it *never* goes down.

The only issue is that the official upgrade path for Jira requires
turning off your current instance, copying everything into a dump
file, and re-loading on the new instance of jira.  Even for minor
releases, eg, moving from 4.1.0 to 4.1.1 process is the same as moving
from 4.1 to 5.0.  That is the only downtime it requires, and that's
nothing to do with the DB engine.

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Feature proposal
Next
From: Vick Khera
Date:
Subject: Re: MySQL versus Postgres