Best practice upgrading Postgres

I've received the message to upgrade my Postgres, but at infrastructure tab there's a message:
A newer version of Postgres is available The following objects are not supported and must be removed before upgrading. Learn more replication slot powersync_4210b373ce52b3aba94874fd_3_f13b must be dropped
When I run "SELECT * FROM pg_replication_slots;", it says the connection is active. My app is on production and I fear of doing something wrong. Can I safely drop this replication slot?
1 Reply
garyaustin
garyaustin4h ago
At a minimum I would do no upgrades right now or for a few days at least with the AWS issues. Powersync is something you have added. It is not part of Supabase. Are you going from 15 to 17? https://docs.powersync.com/integration-guides/supabase-+-powersync

Did you find this page helpful?