Neon/Vercel: POSTGRES_URL uses postgres:// URI scheme instead of postgresql://
As of ~20 hours ago, we're entirely unable to connect to our database via the Neon-set (uneditable)
POSTGRES_URL
POSTGRES_URL
vercel environment variable. Replacing
postgres://
postgres://
with
postgresql://
postgresql://
fixes it, so I've got a patch out that overrides
POSTGRES_URL
POSTGRES_URL
accordingly.
It also seems like our replication user is no longer able to connect to the database. We have performed no relevant database operations / code changes / config changes to my knowledge, so I'm not sure what's going on.