Replies: 1 comment 1 reply
-
Hi, could you please try this: #517 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
A fresh (non-docker) installation using postgres as the DB.
.env is correctly setup (DB_CONNECTION=pgsql, DB_PORT=5432) with a remote database
artisan migrate successfully run, and there are tables in the database
registeruser has been run (and I can see the entry in the db)
But when you access the site it always goes to the check requirements page (and it needed the pdo_mysql driver to pass the test) to get this correct and when you try and set up the database you get
[2022-12-26 14:44:22] production.ERROR: SQLSTATE[HY000] [2006] MySQL server has gone away
in the error log.
It feels as if it's ignoring the DB_CONNECTION entry in the env file but it is being read as if you set that to a non sensical value it errors.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions