Обсуждение: pg_receivewal compressed partial file problem

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

pg_receivewal compressed partial file problem

От
Grigory Smolkin
Дата:
Hello!
When trying to uncompress compressed partial WAL segment, produced by 
pg_receivewal, I`m getting the following error:

gzip: unexpected end of file"

pg_receivewal started using the following command:
pg_receivewal --synchronous -Z 1

What can I do to avoid this?

-- 
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company




Re: pg_receivewal compressed partial file problem

От
Grigory Smolkin
Дата:
On 10/31/20 1:24 PM, Grigory Smolkin wrote:
> Hello!
> When trying to uncompress compressed partial WAL segment, produced by 
> pg_receivewal, I`m getting the following error:
>
> gzip: unexpected end of file"
>
> pg_receivewal started using the following command:
> pg_receivewal --synchronous -Z 1
>
> What can I do to avoid this?

PostgreSQL version 12.4


-- 
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company