Hello team,
Here's the current situation:
I'm running Bacula Community 15.3.0/Bacularis 5.3.1 on an Ubuntu server (VM). Recently, I upgraded the OS from Ubuntu 22.04 LTS to 24.04 LTS. After encountering a few initial issues, I managed to access the Bacularis web interface. Prior to the upgrade, I made sure to create backups and a snapshot of the VM, so I can revert if necessary.
To clarify: getting Bacularis to work post-upgrade—especially with PHP 8.3—was a bit of a hit and miss. The solution was to manually add the necessary repositories (i registered to have acces) and reinstall the bacularis.deb
and bacularis-lighttpd.deb
packages. To context, i tried to upgrade the binaries manually, following the documentation.
Currently, everything appears to be functioning.Within Webmin interface i can confirm that the Bacula server is operational, and I can see clients, backups, and jobs.
However, I’m encountering a login issue with the Bacularis web interface at myserver:9097/web/login
. Credentials that previously worked now return an “Invalid user or password” error.
I verified the user list using: cat /etc/bacularis/Web/bacularis.users
My user accounts and hashed passwords are still present.
I then created a new user and restarted the service: sudo systemctl restart bacularis-lighttpd.service
I also rebooted the server and tried different browsers, but the login issue persists.
Checking again for the web.users users, only shows the last created user and the other two are missing. What gives?
Where should I start troubleshooting from here? What else can be done to regain access to the Bacularis web interface? How to reset ot get acces to the bacularis web and reconfigure the logins?
Thanks in advance.