Hello,
i updated my Bareos to version 25.0.2.
Since then, when backing up PostgreSQL using the 
"bareos-filedaemon-postgresql-python-plugin" plugin,
no *.backup file is created in the pg_wal or wal_archives directory.
This worked before. 
I was able to create a trace file of the backup process. See the Attachment.
The Bareos Director and the PostgreSQL Server are running on different 
machines:
- Bareos Director => bareos.intern.example.com
- PostgreSQL Server => dsme0.intern.example.com
I have installed the PostgreSQL plugin on both machines.
I think I only need it on the machine where the PostgreSQL Server is 
running, right?
Here is my "plugin-postgresql.conf":
...
root@bareos:~# cat /etc/bareos/bareos-dir.d/fileset/plugin-postgresql.conf 
FileSet {
    Name = "plugin-postgresql"
    Include  {
        Options {
            compression=LZ4
            signature = XXH128
        }
        Plugin = "python"
                 ":module_name=bareos-fd-postgresql"
                 ":db_host=postgresql.intern.example.com"
                 ":db_user=postgres"
                 ":db_password=###########"
                
 
":wal_archive_dir=/media/backups/dsme01.intern.example.com/postgresql/wal_archives/"
    }
}
...

Regards, Stefan Harbich

-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/bareos-users/056e8513-b131-438c-a663-e7a823ce5002n%40googlegroups.com.

Attachment: dsme01-fd.trace
Description: Binary data

Reply via email to