G Jo <g.johnston <at> kainos.com> writes: > > 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 I guess you build your plugin using the code at:
https://github.com/bareos/contrib-pgsql-plugin As that is the only one that might actually work on Bareos as our plugin interface has been updated overtime to actually fully work so the original code will not work as it won't get any events as on Bareos you need to register your events while on the older Baculas you always got all events even the ones you are not interested in. Currently this plugin is not fully supported hence it being in a contrib git repository. Last time I tried it worked though. > > pgsql:/opt/bacula/etc/pgsql.conf:db" requested, but is not loaded. > Ok what does a status client=ip-172-31-72-8-fd show in bconsole ? It should show what plugins are loaded and should inlude the pgsql one if it does not the the plugin is not loaded and the above error is correct. Check your bareos-fd.conf on the client and make sure the PluginDir is set. e.g. Plugin Directory = ... Plugin Names = "pgsql" The Plugin Names will only try to load pgsql-fd.so and not any other plugin. > 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. > -- Marco van Wieringen [email protected] Bareos GmbH & Co. KG Phone: +49-221-63069389 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz, M. v. Wieringen -- 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.
