Closed anesbit closed 10 months ago
Hey there !
Can't be sure, as I'm not one of the contributor/maintainer, but could you share a little bit more details about your installation ?
By my experience, No such file or directory
at this level would mean that it can't get access to the port/socket of your MySQL/MariaDB.
Are you using the DB provided with the containers ?
Good luck !
So I have tried it in multiple setups.. I have tried with the built-in DB and external DB.
With the internal DB, I have literally only changed the DOMAIN = Config value to match the domain.... everything else was left alone. This produces a 403 Forbidden and the /setup route... it is not disabled in the routes.ini file.
On the External DB, I keep getting a connection refused when trying to connect with an external DB but the setup route works and loads the UI. I tried checking the logs for the docker container but had no luck finding any errors to try and trace to get anything running. Also I have tried a Maria DB hosted by the OS and an external DB hosted on another server both had no luck to connect because it couldn't determine the DB Driver.
UPDATE: So after restarting the container.... I got the UI to load on the default config file ... This is what it said... Still refusing to connect to the DB.
FIXED IT....
So for future refrence, I had to manually set the Root DB Password in the docker-compose.yml and make the password match in the .env config file.
This sounds like an issue with Docker version and quotation in the .env
file. This can be quite tricky in some cases.
At first though, it was failing due to you changing the host for the DB. At that point, based on the first pictures - the password was fine. Only after were there issues with the password. Thus, somewhere along the line, you broke it.
I have been working on this for hours now and this has been an issue on multiple peice of hardware... I cant get the "DB Driver" to be recognized and every time I try to use an external DB it cant find the host... I know that the container includes a DB... this is starting to piss me off cause IDK what else to do to get it working. Any help would be amazing.
Thanks!