Re: Postgres Wal Full

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: Postgres Wal Full
Дата
Msg-id 20220303.172215.717210688663246493.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Postgres Wal Full  (pgdba pgdba <postgresdba12@outlook.com>)
Ответы Ynt: Postgres Wal Full  (pgdba pgdba <postgresdba12@outlook.com>)
Список pgsql-general
At Thu, 3 Mar 2022 07:46:45 +0000, pgdba pgdba <postgresdba12@outlook.com> wrote in 
> I have a problem from pg_wal. I am using postgresql version 11 and taking backup and writing archive_command in
postgresql.confbut did not archive wal and my disk ise full from pg_wal. I research why is my wal is full and dont
foundanything could  you help me please ?
 

The immediate cause of the WAL retension is the archive failure.
PostgreSQL, while archiving is enabled, won't remove a WAL file until
it is successfully archived.

You will see the lines like the following in sergver log if archive
failure happened.

> 2022-03-03 17:15:21.314 JST LOG:  archive command failed with exit code 1

If the archive command emitted some error messages, it can be caught
in the server log together.  The follwoing error is emitted by the
archive_command "cp %p /archive/%f".

> cp: cannot create regular file '/archive/000000010000000000000001': No such file or directory

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Postgres Wal Full
Следующее
От: pgdba pgdba
Дата:
Сообщение: Ynt: Postgres Wal Full