Re: Vacuum Full (PG 8.1) - Urgent help needed - Cancel & transaction "liberation"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum Full (PG 8.1) - Urgent help needed - Cancel & transaction "liberation"
Дата
Msg-id 9048.1271429162@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum Full (PG 8.1) - Urgent help needed - Cancel & transaction "liberation"  (Alexandre Leclerc <aleclerc@ipso.ca>)
Ответы Re: Vacuum Full (PG 8.1) - Urgent help needed - Cancel & transaction "liberation"  (Alexandre Leclerc <aleclerc@ipso.ca>)
Re: Vacuum Full (PG 8.1) - Urgent help needed - Cancel & transaction "liberation"  (Alexandre Leclerc <aleclerc@ipso.ca>)
Список pgsql-admin
Alexandre Leclerc <aleclerc@ipso.ca> writes:
> *Background:*
> - PostgreSQL 8.1 on Windows Server
> - The customer has disabled regular VACUUM jobs for backup to be taken,
> a year or two ago.
> - They didn't told us (as far as I can remember).
> - Wednesday morning at 10:55:50: database is shut down to avoid
> wraparound data loss in database *db*

> *What has been done:*
> - The message requested a VACUUM FULL so we stopped the postmaster and
> started postgres.exe to launch a VACUUM FULL.

You misread it.  You do NOT need a VACUUM FULL here, you should just run
a plain VACUUM (across the whole database, ie not one per table).  It
will take a lot less time.

After you get out of this, you really need to do something about
upgrading from 8.1, or else moving the server off Windows.  8.1 on
Windows is unsupported and is full of known problems for that platform.

            regards, tom lane

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: How can I find a broken row in a table
Следующее
От: Jose Berardo
Дата:
Сообщение: Re: PostgreSQL with SSL