Hello, i was able to solve the problem. I had installed pip on the wrong Python version (3.10). Not on the version that ran in the system standard (3.11). This meant that the pg8000 package was bound to Python version 3.10. That is why Bareos could not find the package. Solution: Python version 3.10 deleted pip installed on version 3.11 pg8000 package installed
Everything works now. Greetings from Stefan Harbich Andreas Rogge schrieb am Dienstag, 29. Oktober 2024 um 10:14:45 UTC+1: > Am 28.10.24 um 17:05 schrieb Stefan Harbich: > > ... > > Error message (The same as before): > > ... > > dsme01-fd JobId 2319: Fatal error: filed/fd_plugins.cc:665 PluginSave: > > Command plugin "python3:module_name=bareos-fd- > > postgresql:db_host=127.0.0.1:db_user=postgres:wal_archive_dir=/media/us > > b/backups/dsme01.intern.example.com/postgresql/wal_archives/" > > requested, but is not loaded. > > ... > > Does "status client" for that client show the python3 plugin? Otherwise > you're either missing the plugin package or your fd configuration > doesn't has plugins disabled. > > Best Regards, > Andreas > > -- > Andreas Rogge [email protected] > Bareos GmbH & Co. KG Phone: +49 221-630693-86 <+49%20221%2063069386> > 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, Jörg Steffens, Philipp Storz > > -- 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/abc4912d-0c50-4dee-b492-3fbfbb1be951n%40googlegroups.com.
