You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to start Symfony console I get Failed to parse DSN "sqlite:////*******/var/data.db"
So I tried to tweak the DSN, but the only way to make it work is by putting a single /, but then if I try the command enqueue:setup-broker, I get Failed to parse DSN "sqlite:////media/perso/PhpstormProjects/downloader/var/data.db"
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to setup the DBAL transport with SQLite in Symfony.
My enqueue.yml is:
An in my .env I have:
If I try to start Symfony console I get
Failed to parse DSN "sqlite:////*******/var/data.db"
So I tried to tweak the DSN, but the only way to make it work is by putting a single /, but then if I try the command enqueue:setup-broker, I get
Failed to parse DSN "sqlite:////media/perso/PhpstormProjects/downloader/var/data.db"
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: