From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Andrus <kobruleht2(at)hot(dot)ee>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How to recover from compressed wal archieve in windows |
Date: | 2020-05-20 23:06:18 |
Message-ID: | e4232c0c-c54e-6167-9af8-80fde429d8c1@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 5/20/20 12:09 PM, Andrus wrote:
> Hi!
>
>> I'm guessing:
>> restore_command='copy "D:\\wallog\\%f.gz" "%p"'
>> will get you the file.
>> The next problem is that I'm pretty sure a WAL file with *.gz
>> extension will not be able to be processed directly by the server. So
>> you are going to have to uncompress it at some point before it gets
>> restored.
>
> How to decompress it automatically in windows ?
> In Linux
> restore_command = 'gunzip < "archived_wal/%f" > "%p"'
>
> maybe works.
>
> Will wal_compression=on will produce compressed wal files to additional
> compression is not needed?
Yes. Not sure how it will play with the streaming that pg_receivewal does.
Maybe the best thing is to back up a bit and let us know what it is you
are trying to achieve?
>
> Andrus.
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-05-21 01:27:38 | Re: How to recover from compressed wal archieve in windows |
Previous Message | Adrian Klaver | 2020-05-20 23:03:29 | Re: How to recover from compressed wal archieve in windows |