Ok.. so I figured out how to compile it... And it seems to be working.. the archiver is coping the WAL files into /tmp, I see entries in pgsql_archivelogs with status = 3, and I am able to status the client from bconsole. I have set up the two jobs (:wal and :db).
What is happening is that the jobs show "Success" status, but everything is 0 bytes (no data being saved). On Mon, Feb 22, 2016 at 5:05 PM, Ben <[email protected]> wrote: > Hi. > > First time Bareos user here... > I have got Bareos 15.2.2 installed on Debian jessie using binary packages > from bareos.org, and it seems to be working well. > > Now I want to set up backup jobs for my postgres servers (not the Bareos > Catalog but my production data), and I see contrib-psql-plugin, which does > exactly what I want.. so I want to use it :) > > I cannot find a binary package for this.. but searching around, I see that > some people in the last year have compiled it from source with success, so > I get the source: > > git clone https://github.com/bareos/bareos.git > git clone https://github.com/bareos/contrib-pgsql-plugin.git > > First, I built bareos, with success. > > Then, following instructions found at > https://github.com/inteos/pgsql-plugin/wiki/Install , I went to compile > the psql plugin. > > I copied Makefile.Linux to Makefile > Then went to edit Makefile, and noticed that everything in there still > references Bacula and Bacula directories. > > I understand the history and that Bareos is the open fork of Bacula.. so > it's not the references to Bacula that concern me, but the number of lines > of the Makefile I would have to change to get it to build. > > Am I using the wrong source for the psql plugin? > Am I going about this the wrong way? > Are there binary packages I am not aware of? > Has this plugin simply fallen behind and is not useable at the moment > without more work? > > In short, please set me straight as to the status of the psql-plugin with > Bareos.. where should I be starting? Any hints appreciated! > > Thanks very much > Ben > > -- > You received this message because you are subscribed to a topic in the > Google Groups "bareos-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/bareos-users/VcA0FMa4wS4/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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.
