From: | David Steele <david(at)pgmasters(dot)net> |
---|---|
To: | Pavan Kumar <pavan(dot)dba27(at)gmail(dot)com> |
Cc: | Jakub Olczyk <jwo(at)disroot(dot)org>, pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: pg_backrest build dependencies rpm's |
Date: | 2019-05-24 19:55:22 |
Message-ID: | 60ff9d04-1462-c4ee-1559-6859d15c4a15@pgmasters.net |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On 5/24/19 1:12 PM, Pavan Kumar wrote:
>
> I was able to install pgbackrest tool. when I tried to create stanza,
> I got below error. kindly help us on this.
>
> [root(at)oralnx1 ~]# su - postgres
> -bash-4.2$ source pg_5400_env.sh >>>> I have sourced my 11.2 version
> environment variables
>
>>>>>> tried to created stanza
>
> postgres(at)oralnx1 ~> pgbackrest --stanza=visa-demo
> --log-path=/oratrace/pg_alert_log
> --repo-path=/orabackup/WORM/PGBACKUP/visa-demo-5400
> --log-level-console=detail --log-level-file=detail stanza-create
> 2019-05-24 16:44:52.671 P00 INFO: stanza-create command begin 2.14:
> --log-level-console=detail --log-level-file=detail
> --log-path=/oratrace/pg_alert_log --pg1-path=/oradbaudit/pg_data_dir
> --repo1-path=/orabackup/WORM/PGBACKUP/visa-demo-5400 --stanza=visa-demo
> ERROR [058]: : version '10' and path '/oratrace/pgdata_10.8' queried
> from cluster do not match version '11' and pg1-path
> '/oradbaudit/pg_data_dir' read from
> '/oradbaudit/pg_data_dir/global/pg_control'
> HINT: the pg1-path and pg1-port settings likely reference different clusters
> 2019-05-24 16:44:53.906 P00 INFO: stanza-create command end: aborted
> with exception [058]
>
> problem Is I do have postgres version 10 and 11 on same server. why
> pgbackrest is taking version 10 ?
It looks like you need to set pg1-port=5400 (This is a guess from your
directory name);
The servers are running on different ports -- you'll need to let
pgBackRest know which one.
--
-David
david(at)pgmasters(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Anjul Tyagi | 2019-05-27 07:58:34 | User management |
Previous Message | Pavan Kumar | 2019-05-24 18:29:18 | Re: pg_backrest build dependencies rpm's |