Hi,

We have a Drupal 9.4.9 from a Bitnami image running in a Docker container:
linux debian buster 4.19.232-1
php 8.1.13,
apache,
10.3.29-MariaDB.

It runs perfectly.

But, if we add a database in databases[] in settings.php though, Drupal won't startup after stopping with error: "ERROR ==> Could not connect to the database".

As it turned out after testing, Drupal won't start again after any setup changes to the array databases[].

The same changes were tested and do work in other installations that not make use of the Bitname image.

Could anyone shine a light on what could be the matter with the Bitnami image or how to find the solution/work-around?

Thanks !