getting this erroring while trying to backup a newly configured postgres system.
ERROR: backup failed for server 'xxxxxxxxxxx'
You have to create a configuration file. About the configuration file, the following will be helpful:
https://www.enterprisedb.com/docs/en/2.0/bart/EDB_Postgres_Backup_and_Recovery_Guide.1.13.html
you can create a new configuration file and pass it to bart binary something like given below:
bart -c bart_10.cfg ...
In a new configuration file, you can use pg_basebackup of higher version.
Is there documentation on how to do this.
matt
You have to create a configuration file. About the configuration file, the following will be helpful:
https://www.enterprisedb.com/docs/en/2.0/bart/EDB_Postgres_Backup_and_Recovery_Guide.1.13.html