Testing your setup may help too
https://www.bacula-web.org/docs/install/test
Best,
Davide
On Thu, Nov 28, 2024 at 13:32 D. wrote:
>
> Daniel,
>
> Maybe try installing the "php-pdo" package...???
>
> # dnf install php-pdo
>
>
> If it is already installed, maybe you have a SELinux problem. You
Daniel,
Maybe try installing the "php-pdo" package...???
# dnf install php-pdo
If it is already installed, maybe you have a SELinux problem. You can
temporarily disable SELinux with the command:
# setenforce permissive
If it works after disabling SEL, you probably need to turn on the SE
Hi Daniel,
You need to update the pg_hba.conf on the postgres server side.
Here's below an extract of one of my postgreSQL server pg_hba.conf
# TYPE DATABASEUSERADDRESS METHOD
...
hostbacula bacula 192.168.1.0/24 md5
...
You mu
Hi Daniel,
Am 27.11.2024 um 21:43 schrieb White, Daniel E. (GSFC-764.0)[AEGIS] via
Bacula-users:
... about bacula-web, which I have not looked at for a *very* long time.
But:
200~Bacula-Web logo Bacula-Web
Oops, it looks like something went wrong somehow :(
Database error
SQLSTATE[0800
Community Bacula 15.0.2 on RHEL 9 from https://www.bacula.org/packages//rpms/15.0.2/el9/x86_64/
Bacula-web installed with Composer
I set up "authentication":
--
sudo -u apache php bwc setupauth
It's now time to setup the application back-end databas