Hi guys, I've got a Rocky 9 Linux VM with a predeployed PostgreSQL-DB (14.11) via ansible. The name, dbname, dbuser & dbpassword are set correctly in "/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf" and the bconsole seem to work also.
I encounter the following error everytime I run "bareos-dbcheck" OR "bareos-dir -t" with the bareos system user: [bareos@storage-test01 ~]$ bareos-dir -t bareos-dir: /usr/pgsql-14/lib/libpq.so.5: no version information available (required by /usr/lib64/bareos/libbareossql.so.23) the commands also dont work as root or postgres user. ps aux | grep postgres output: [root@storage-test01 ~]# ps aux | grep postgres postgres 39294 0.0 0.7 1162756 57780 ? Ss 13:59 0:00 /usr/pgsql-14/bin/postmaster -D /var/lib/pgsql/14/data/ postgres 39295 0.0 0.0 65268 5776 ? Ss 13:59 0:00 postgres: logger postgres 39297 0.0 0.2 1162972 19516 ? Ss 13:59 0:00 postgres: checkpointer postgres 39298 0.0 0.1 1162756 13300 ? Ss 13:59 0:00 postgres: background writer postgres 39299 0.0 0.3 1162756 23228 ? Ss 13:59 0:00 postgres: walwriter postgres 39300 0.0 0.0 66144 5724 ? Ss 13:59 0:00 postgres: stats collector postgres 39301 0.0 0.0 1163188 7232 ? Ss 13:59 0:00 postgres: logical replication launcher Im hoping someone can help me since I dont know anymore what to check. best regards Max -- 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/6b441319-cb58-4349-9e94-179f87686988n%40googlegroups.com.
