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)
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.
Did Neon roll out an update recently?
POSTGRES_URL vercel environment variable. Replacing postgres:// with postgresql:// fixes it, so I've got a patch out that overrides 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.
Did Neon roll out an update recently?