Hi @michaeldolzani,
OK, thanks for sharing your feedback.
As I am not able to reproduce on my side this problem, that you experiece, this can be difficult to prepare any sure steps to fix the original problem.
But I would propose to try the following:
1) Please remove existing Bacula packages and PostgreSQL packages:
apt remove --purge bacula-* postgresql-*
On questions about removing/clearing database, please answer yes
.
2) Try to install Bacula Director
apt install bacula-director
If you will be asked about questions for installing Bacula Database. Usually default values are the best onces.
In question about password, please set a database password.
3) If the installation process fails, try to start Bacula Director
systemctl start bacula-director
4) Check if connection from Bconsole works:
bconsole
5) Once the Director is working, you can install bconsole and FD and/or SD if needed:
apt install bacula-fd bacula-sd bacula-console
6) Add this connection to /etc/postgresql/17/main/pg_hba.conf
PostgreSQL configuration:
host bacula bacula 127.0.0.1/32 scram-sha-256
7) Restart PostgreSQL
systemctl restart postgresql
8) Go to Bacularis wizard and do installation with this option selected in the first wizard step:
Yes. I already have Bacula component(s) installed on this host. I would like to use Bacularis with them.
====
Please let us know if these steps worked. Good luck!
Best regards,
Marcin Haba (gani)