Re: transactoin id wraparound problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: transactoin id wraparound problem
Дата
Msg-id 7335.1157550041@sss.pgh.pa.us
обсуждение исходный текст
Ответ на transactoin id wraparound problem  ("Sriram Dandapani" <sdandapani@counterpane.com>)
Ответы Re: transactoin id wraparound problem  (<alex.cotarlan@thomson.com>)
Список pgsql-admin
"Sriram Dandapani" <sdandapani@counterpane.com> writes:
> I get error messages on the console that says
> WARNING:  database "xxx" must be vacuumed within 10094646 transactions

> I shutdown, restart pg and issue a vacuumdb -f <database>

The shutdown/restart was a waste of typing, and -f doesn't really help
here either.

> I still get messages saying database must be vacuumed and the
> transaction count keeps decreasing.

I'll bet a nickel you did not run the vacuum as superuser.  It has to be
done by a superuser to have permission to vacuum every table in the
database (including system catalogs).

            regards, tom lane

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: transactoin id wraparound problem
Следующее
От: "Sriram Dandapani"
Дата:
Сообщение: Re: transactoin id wraparound problem