Confused about the Supabase email I have received regarding the connection string
Hello,
I have received an email indificating that I have to update my connection string before 15th of January.
My backend is on Java Spring Boot, so if I go to the Supabase dashboard for my database settings, and go to the Connection string -> JDBC settings, it shows the same url I am currently using:
jdbc:postgresql://db.XXXXXXXX.supabase.co:5432/postgres?user=XXXX&password=XXXXX
Do I have to change anything?11 Replies
That is the direct database port and is not involved with the pooling port.
@garyaustin meaning I will be able to keep using it after 15th of january without having to perform any change?
correct.
kk cause the email also mentions:
But I was unsure if this was refering to the direct database connection I am using
That is something I've not seen asked. That is sort of what it sounds like.
@garyaustin How can I be sure? Is there someone from Supabase I can ask to?
I'll look around a bit and see if it is made clear. If not I'll ask them for clarifications.
You could also post here: https://github.com/orgs/supabase/discussions/17817
GitHub
PGBouncer and IPv4 Deprecation · supabase · Discussion #17817
We recently announced Supavisor, our new connection pooler. Supavisor is now enabled for all projects created on or after Wednesday September 27th. All existing projects will have Supavisor enabled...
This seems pretty clear it does impact if you can't handle IPv6
When it says:
Does it refer to the connection string from the "Connection Pooling" section?¿
Yes that is what is implying.