Does Prefect silently fall back to SQLite when things go wrong? #18030
Replies: 2 comments 3 replies
-
|
Hi @AmagicalFishy, can you share specifics of what you've tried? Prefect should not silently fall back to sqlite if a DB connection fails. |
Beta Was this translation helpful? Give feedback.
-
|
I've tried:
I'm running a pretty simple Dockerfile: ... where (Also: Apologies for not doing this earlier. I expected an AI response and hoped it would fire out some ideas I could run through 😂 ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling to get Prefect to connect to a PSQL DB; no matter what environment variable I set, what I put in a profile, what configuration I change, it always creates SQLite.db files and quietly goes on. There's no indication that it sees the PSQL settings or any other setting.
Is there a log level more verbose than DEBUG? Is there something I can do to absolutely force PSQL and disable SQLite entirely?
Beta Was this translation helpful? Give feedback.
All reactions