| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | aslı cokay <aslicokay(at)gmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: WAL-G shipping to the cloud |
| Date: | 2021-03-18 21:24:47 |
| Message-ID: | 20210318212447.GA3566@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Mar 18, 2021 at 05:18:30PM -0400, aslı cokay wrote:
> Hi all,
>
> I'd like to get postgres log files to the cloud but i want this process going
> live i want to automate test process and after that i want it go live.
>
> What i have in my mind is setting archive_mode is on and archiving_command with
> a script. After that i want to execute pgbench to get more WAL files and
> trigger with pg_switch_wal() to change WAL files.
>
> Is there any idea do you have about it or is there anyone shipped their log to
> the cloud to give me an idea?
Well, there is Wal-E and Wal-G, which archive to the cloud.
pg_backreset also supports cloud WAL storage.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Franz-Josef Färber | 2021-03-18 21:39:06 | https://wiki.postgresql.org/wiki/Pg_depend_display and custom types as function parameters |
| Previous Message | Adrian Klaver | 2021-03-18 21:21:24 | Re: WAL-G shipping to the cloud |