Re: pgbackrest check info fails without success

2025-08-13 Thread Ruben Morais
downtime in production (just make sure beforehand that, in a production environment, if you don't need the backups already done with old stanza name). BR *Rúben Morais* On Wed, Aug 13, 2025 at 9:48 AM KK CHN wrote: > > > > > > On Wed, Aug 13, 2025 at 1:24 PM Ruben Morais >

Re: pgbackrest check info fails without success

2025-08-13 Thread Ruben Morais
Hi, All seems ok, but in your check command you use a different stanza name from the configuration and from what you have in postgres.log file. Created stanza successfully :on my Repo server [root@db01 ~]# sudo -u pgbackrest pgbackrest --stanza=K_Repo --log-level-console=info stanza-create s

Re: WAL replication and Archive command for pgbackrest on same server conf

2024-08-19 Thread Ruben Morais
hi, you can combine: archive_command = 'pgbackrest --stanza=Demo archive-push %p && cp %p /data/archive/%f ' You need to change your standby replica to consume the wals from pgbackrest if you want instead to use both commands. *Rúben Morais* *(+351) 965775713*

Re: PgbackRest and EDB Query

2024-07-18 Thread Ruben Morais
In the documentatio you have how to do it: https://pgbackrest.org/user-guide.html#repo-host/setup-ssh On Thu, Jul 18, 2024, 14:10 KK CHN wrote: > > > Hi list, > > Thank you all for your inputs, I am trying pgbacrest with > Enterprised DB. Locally pgbackrest works for EDB but when I am trying

Re: Upgrading from v12.7 to v15.7

2024-07-08 Thread Ruben Morais
Hi, Cstore -https://github.com/citusdata/cstore_fdw Oracle_fdw - https://github.com/laurenz/oracle_fdw/releases/tag/ORACLE_FDW_2_6_0 On Mon, Jul 8, 2024, 19:52 Yongye Serkfem wrote: > Hello Engineers, > After upgrading from v12.7 to v15.7, I ran the following command and got > this error mess