Hello Ron,
Thank you so much for quick response.
here is my configuration.
[postgres@oralnx v2demo4448]$cat
/etc/pgbackrest/pgbackrest.conf
[v1demo]
pg1-path=/oradbaudit/pg_data_dir
pg1-port=5400
[v2demo]
pg1-path=/oratrace/11_2_data
pg1-port=4448
# Backup repository configuration
[global]
repo1-path=/orabackup/WORM/PGBACKUP/visdemo5400
repo1-retention-full=2
repo2-path=/orabackup/WORM/PGBACKUP/v2demo4448
repo2-retention-full=2
[postgres@oralnx v2demo4448]$
[postgres@oralnx v2demo4448]$ pgbackrest --stanza=v2demo
--log-path=/oratrace/pg_alert_log
--repo-path=/orabackup/WORM/PGBACKUP/v2demo4448
--log-level-console=detail --log-level-file=detail
stanza-create
WARN: configuration file contains invalid option
'repo2-path' >>>>>>>>
*************
WARN: configuration file contains invalid option
'repo2-retention-full' >>>>>> *********
2019-06-05 19:35:05.351 P00 INFO: stanza-create command
begin 2.14: --log-level-console=detail
--log-level-file=detail --log-path=/oratrace/pg_alert_log
--pg1-path=/oratrace/11_2_data --pg1-port=4448
--repo1-path=/orabackup/WORM/PGBACKUP/v2demo4448
--stanza=v2demo >>>>> ***** for some reason
it took repo1- path
2019-06-05 19:35:06.674 P00 INFO: stanza-create command
end: completed successfully (1324ms)
[postgres@oralnx v2demo4448]$
It got errored out when I check stanza
[postgres@oralnx v2demo4448]$pgbackrest --stanza=v2demo
--log-level-console=info check
WARN: configuration file contains invalid option
'repo2-path'
WARN: configuration file contains invalid option
'repo2-retention-full'
2019-06-05 19:36:31.188 P00 INFO: check command begin
2.14: --log-level-console=info
--pg1-path=/oratrace/11_2_data --pg1-port=4448
--repo1-path=/orabackup/WORM/PGBACKUP/visdemo5400
--stanza=v2demo >>>> *** why it is not taking
repo2-path
ERROR [055]: : unable to open
/orabackup/WORM/PGBACKUP/visdemo5400/backup/v2demo/
backup.info
or
/orabackup/WORM/PGBACKUP/visdemo5400/backup/v2demo/backup.info.copy
ERROR [055]: :
/orabackup/WORM/PGBACKUP/visdemo5400/backup/v2demo/
backup.info
does not exist and is required to perform a backup.
HINT: has a stanza-create been performed?
ERROR [055]: :
/orabackup/WORM/PGBACKUP/visdemo5400/backup/v2demo/
backup.info
does not exist and is required to perform a backup.
HINT: has a stanza-create been performed?
2019-06-05 19:36:32.826 P00 INFO: check command end:
aborted with exception [055]
[postgres@oralnx v2demo4448]$
here is my configuration