Hi, I'm trying to get the pgsql-plugin configured to do hot postgres backup and test PITR but without much joy to date.
I've copied the example fileset configurations given at https://github.com/inteos/pgsql-plugin/wiki/FileSet-configuration and the entires from my bareos-dir.conf file are shown below. Job { Name = "Vormetric1-PostgresDb" JobDefs = "DefaultJob" Client = ip-172-31-72-8-fd Level = Full FileSet="Vormetric1DbFiles" } Job { Name = "Vormetric1-ArchiveLogs" JobDefs = "DefaultJob" Client = c Level = Full FileSet="Vormetric1WALFiles" } #1. Backup of archived WAL files, you should use a following FileSet for that: File Set { Name = "Vormetric1WALFiles" Include { Options { Signature = MD5 } Plugin = "pgsql:/opt/bacula/etc/pgsql.conf:wal" } } #2. Database files backup (online) with a following FileSet: File Set { Name = "Vormetric1DbFiles" Include { Options { Signature = MD5 } Plugin = "pgsql:/opt/bacula/etc/pgsql.conf:db" } } However every time i try to run the any of the 2 jobs above from my director server via the remote file daemon client p-172-31-72-8-fd i get the following error pgsql:/opt/bacula/etc/pgsql.conf:db" requested, but is not loaded. I've checked everything i can think of. Permissions to the pgsql.conf file are ok etc. Any pointers gratefully received and if you need me to expand on my configuration then let me know. Regards, George Johnston -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
