Error connecting to database in Postgres #2709
-
@loganmarchione asked: Running into a similar error, except I run Postgres on a separate VM server. I'm running
Interestingly, I don't know why it's trying to do SQLite stuff, since I'm using a separate Postgres database. It even populated the DB with tables, so it's obviously able to connect to the DB.
Originally posted by @loganmarchione in #2687 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@loganmarchione I've pulled out your error into a separate issue, hope you don't mind. Don't worry about the SQLite warning, that's just because it has the option and Rails warns in productrion if it even notices the gem; it's not actually using it. That database connection failure is coming from the background worker; do the other processes have the same thing? Do you see the same from the |
Beta Was this translation helpful? Give feedback.
-
I switched to the |
Beta Was this translation helpful? Give feedback.
I switched to the
solo
image and it's working now. Not worth troubleshooting, probably an issue on my end.