Обсуждение: pg_xlog error on the master

Поиск
Список
Период
Сортировка

pg_xlog error on the master

От
Venkata B Nagothi
Дата:
I just did did a "git pull" to test one of my patches and i get the following error :

2016-10-23 18:51:47.679 AEDT [31930] FATAL:  could not open archive status directory "pg_xlog/archive_status": No such file or directory
2016-10-23 18:51:47.679 AEDT [31841] LOG:  archiver process (PID 31930) exited with exit code 1

is it expected ?

I notice that pg_xlog's name has been changed to pg_wal. I am not sure about this.

Regards,

Venkata B N

Database Consultant / Architect 
 

Re: pg_xlog error on the master

От
Michael Paquier
Дата:
On Sun, Oct 23, 2016 at 5:05 PM, Venkata B Nagothi <nag1010@gmail.com> wrote:
> I just did did a "git pull" to test one of my patches and i get the
> following error :
>
> 2016-10-23 18:51:47.679 AEDT [31930] FATAL:  could not open archive status
> directory "pg_xlog/archive_status": No such file or directory
> 2016-10-23 18:51:47.679 AEDT [31841] LOG:  archiver process (PID 31930)
> exited with exit code 1
>
> is it expected ?

No.

> I notice that pg_xlog's name has been changed to pg_wal. I am not sure about
> this.

WAL archiving works correctly here, and tests in src/test/recovery/
work. Are you sure that you cleaned up up your source tree before
recompiling?
-- 
Michael



Re: pg_xlog error on the master

От
Venkata B Nagothi
Дата:

On Sunday, 23 October 2016, Michael Paquier <michael.paquier@gmail.com> wrote:
On Sun, Oct 23, 2016 at 5:05 PM, Venkata B Nagothi <nag1010@gmail.com> wrote:
> I just did did a "git pull" to test one of my patches and i get the
> following error :
>
> 2016-10-23 18:51:47.679 AEDT [31930] FATAL:  could not open archive status
> directory "pg_xlog/archive_status": No such file or directory
> 2016-10-23 18:51:47.679 AEDT [31841] LOG:  archiver process (PID 31930)
> exited with exit code 1
>
> is it expected ?

No.

> I notice that pg_xlog's name has been changed to pg_wal. I am not sure about
> this.

WAL archiving works correctly here, and tests in src/test/recovery/
work. Are you sure that you cleaned up up your source tree before
recompiling?

Oops. My bad. All works fine now. Sorry for the confusion.

Thanks,
Venkata B N