When the backup is executed right after the client service restart, the
debug log is following:
it-fd (100): filed/fileset.cc:271-150 P
python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos
it-fd (150): filed/fd_plugins.cc:542-150 plugin
cmd=python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos
it-fd (150): filed/fd_plugins.cc:441-150 plugin_ctx=7f3964015250 JobId=150
it-fd (150): filed/fd_plugins.cc:229-150 IsEventForThisPlugin?
name=python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos
len=6 plugin=python3-fd.so plen=7
it-fd (150): filed/fd_plugins.cc:261-150 IsEventForThisPlugin: yes, without
last character: (plugin=python3-fd.so,
name=python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos)
it-fd (150): python/python-fd.cc:992-150 python3-fd: Trying to load module
with name bareos-fd-postgres
it-fd (150): python/python-fd.cc:1006-150 python3-fd: Successfully loaded
module with name bareos-fd-postgres
it-fd (100): module/bareosfd.cc:1442-150 python3-fd-mod: Constructor called
in module BareosFdPluginPostgres with
plugindef=postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos:
it-fd (100): module/bareosfd.cc:1442-150 python3-fd-mod: Constructor called
in module BareosFdPluginLocalFilesBaseclass with
plugindef=postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos:
it-fd (100): module/bareosfd.cc:1442-150 python3-fd-mod: Constructor called
in module BareosFdPluginBaseclass with
plugindef=postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos:
it-fd (150): module/bareosfd.cc:1495-150 python3-fd-mod:
PyBareosRegisterEvents registering event 2
it-fd (150): filed/fd_plugins.cc:2266-150 fd-plugin: Plugin registered
event=2
it-fd (150): module/bareosfd.cc:1495-150 python3-fd-mod:
PyBareosRegisterEvents registering event 4
it-fd (150): filed/fd_plugins.cc:2266-150 fd-plugin: Plugin registered
event=4
it-fd (150): module/bareosfd.cc:1495-150 python3-fd-mod:
PyBareosRegisterEvents registering event 16
it-fd (150): filed/fd_plugins.cc:2266-150 fd-plugin: Plugin registered
event=16
it-fd (150): module/bareosfd.cc:1495-150 python3-fd-mod:
PyBareosRegisterEvents registering event 19
it-fd (150): filed/fd_plugins.cc:2266-150 fd-plugin: Plugin registered
event=19
it-fd (150): module/bareosfd.cc:1495-150 python3-fd-mod:
PyBareosRegisterEvents registering event 3
it-fd (150): filed/fd_plugins.cc:2266-150 fd-plugin: Plugin registered
event=3
it-fd (150): module/bareosfd.cc:1495-150 python3-fd-mod:
PyBareosRegisterEvents registering event 5
it-fd (150): filed/fd_plugins.cc:2266-150 fd-plugin: Plugin registered
event=5
*But, when the backup is started **repeatedly **for the same client, the
log consists of following:*
it-fd (100): filed/fileset.cc:271-151 P
python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos
it-fd (150): filed/fd_plugins.cc:542-151 plugin
cmd=python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos
it-fd (150): filed/fd_plugins.cc:441-151 plugin_ctx=7f39641d1b60 JobId=151
it-fd (150): filed/fd_plugins.cc:229-151 IsEventForThisPlugin?
name=python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos
len=6 plugin=python3-fd.so plen=7
it-fd (150): filed/fd_plugins.cc:261-151 IsEventForThisPlugin: yes, without
last character: (plugin=python3-fd.so,
name=python:module_path=/usr/lib/bareos/plugins:module_name=bareos-fd-postgres:postgresDataDir=/var/lib/postgresql/10/main:walArchive=/var/lib/postgresql/10/wal_archive/:dbuser=bareos:dbname=bareos)
it-fd (150): python/python-fd.cc:992-151 python3-fd: Trying to load module
with name bareos-fd-postgres
it-fd (150): python/python-fd.cc:1000-151 python3-fd: Failed to load module
with name bareos-fd-postgres
it-fd (150): include/python_plugins_common.inc:124-151 bareosfd: Traceback
(most recent call last):
File "/usr/lib/bareos/plugins/bareos-fd-postgres.py", line 40, in <module>
import BareosFdPluginPostgres
File "/usr/lib/bareos/plugins/BareosFdPluginPostgres.py", line 30, in
<module>
import psycopg2
File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 51, in
<module>
from psycopg2._psycopg import ( # noqa
SystemError: initialization of _psycopg raised unreported exception
it-fd (150): filed/fd_plugins.cc:480-151 Cancel return from
GeneratePluginEvent
it-fd (100): filed/fileset.cc:271-151 N
it-fd (100): filed/dir_cmd.cc:462-151 <dird: getSecureEraseCmd
On Wednesday, May 5, 2021 at 8:13:48 PM UTC+3 Oskars Ribulis wrote:
> I will appreciate any comments or suggestions regarding this issue.
>
> On Wednesday, May 5, 2021 at 7:05:52 PM UTC+3 Oskars Ribulis wrote:
>
>> Fatal error: bareos-fd on the following backup after the successful
>> backup of postgresql database using the PostgreSQL Plugin.
>> When the Client daemon is restarted, the backup of Postgresql database
>> goes without the error, but just once. On the second attempt, there is an
>> error again.
>>
>> it-fd JobId 118: Fatal error: bareosfd: Traceback (most recent call last):
>> File "/usr/lib/bareos/plugins/bareos-fd-postgres.py", line 40, in
>> import BareosFdPluginPostgres
>> File "/usr/lib/bareos/plugins/BareosFdPluginPostgres.py", line 30, in
>> import psycopg2
>> File "/usr/local/lib/python3.5/dist-packages/psycopg2/__init__.py", line
>> 51, in
>> from psycopg2._psycopg import ( # noqa
>> SystemError: initialization of _psycopg raised unreported exception
>>
>>
>>
--
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 on the web visit
https://groups.google.com/d/msgid/bareos-users/4e54e4f7-00e9-4beb-a6c2-200da2da5949n%40googlegroups.com.