Re: Jira and PostgreSQL

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Jira and PostgreSQL
Дата
Msg-id AANLkTi=VuRsg17auRyP=3ZptFPwWZj_4WYGK_yvvass2@mail.gmail.com
обсуждение исходный текст
Ответ на Jira and PostgreSQL  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Feature proposal
Следующее
От: Vick Khera
Дата:
Сообщение: Re: MySQL versus Postgres