Truenas Scale Custom App #1492
|
Hello Everyone, I tried to install Koillection as a Truenas Scale Custom App. An exception occurred in the driver: SQLSTATE[08006] [7] could not translate host name "postgresql" to address: Name or service not known Yet in my environment variables I have well indicated DB_HOST, DB_NAME, DB_PORT I am wondering if the Truenas Scale Custom App is not updating some env variable properly and thus Symfony is not updated accordingly? Anyone else tried this kind of deployment and succeeded? |
Replies: 1 comment
|
Actually I managed to dig deeper and Symfony was using a . Env.local.php that was not updated. |
Actually I managed to dig deeper and Symfony was using a . Env.local.php that was not updated.
Removing it and checking that .env.local and .env has the right values then clear cache and warm up did the trick