Re: database problem..

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: database problem..
Дата
Msg-id 200203051735.g25HZeLx001856@www1.translationforge
обсуждение исходный текст
Ответ на Re: database problem..  (tony <tony@animaproductions.com>)
Список pgsql-general
Le Mardi 5 Mars 2002 17:13, tony a écrit :
> If your postgresql version is older than 7.1 then say adieu to your data
> now...

I experienced a crash on a Linux station (power-failure) and noticed that
some row-level locking prevented PostgreSQL from starting up.

After backup, you may need to start the single-user version of postgreSQL.
This will unlock rows :

1) Copy /var/lib/pgsql/data/ to another computer. The other computer should
run the exact same version of PostgreSQL. Otherwize, wait for a more detailed
help from this forum.

2) postgresql DATABASE_NAME will start PostgreSQL in single-user mode.

Can anyone confirm, I am not  familiar with database recovery.

/Jean-Michel POURE

В списке pgsql-general по дате отправления:

Предыдущее
От: Jeff Boes
Дата:
Сообщение: Re: Migration problem - serial fields
Следующее
От: Tom Lane
Дата:
Сообщение: Re: storing intermediate results in recursive plpgsql functions