Answer the question
In order to leave comments, you need to log in
PdoSessionHandler Database not found?
I'm not sure yet what caused this, I did everything according to the dock, identically.
https://symfony.com/doc/current/doctrine/pdo_sessi...
Connecting to pgsql is happening
<service id="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" public="false">
<argument>pgsql:dbname=test, host=localhost</argument>
<argument type="collection">
<argument key="db_username">%app.database_user%</argument>
<argument key="db_password">%app.database_password%</argument>
</argument>
</service>
Answer the question
In order to leave comments, you need to log in
1 - order
2 - it was necessary to specify the exact port
Without this, it did not work.
It's missing from the documentation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question