By Hamza
I’m trying to deploy a PHP application (Symfony 6), I attached to it a Dev Database but ever time the deployment fails and, I receive this error:
An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi there,
This might be caused by one of these two reasons:
DATABASE_URL
which you can use in your application code. You should see this it in the details for your service resource, set to a value such as:postgres://${db.USERNAME}:${db.PASSWORD}@${db.HOSTNAME}:${db.PORT}/${db.DATABASE}
Also note that this will not be available during the build stage, so if you are running any database migrations you need to run the during the deploy stage.
Let me know how it goes!
If you are still seeing the issue, feel free to share more details on the PHP framework that you are using or the connection string that you are using.
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.