feat: bump to PostgREST v14.17 - #2363
Conversation
|
All the smoke tests are passing (Aug 14)...: https://github.com/supabase/supadev/actions?query=actor%3Alaurenceisla+branch%3Amaster++ Except for the pause-restore one: https://github.com/supabase/supadev/actions/runs/31774402391 This is only failing for https://github.com/supabase/supadev/actions/runs/31624786149 Hey @dliappis, do you have an idea why it would be failing? |
|
Hey @laurenceisla Yes, the problem you've noticed isn't due to your PR. Every run of supadev's pause-restore smoke tests since Aug 10 has failed the same way (the last green one was Jul 28), because the necessary platform pin bump (to unblock every other test) included platform#36092 ( The x86 variant failed for a different reason: the pause actually worked — the project went The oriole leg is a separate problem: OrioleDB pauses through a different code path that has no fallback when the dump fails, so that one really did get stuck. All these are supadev issues for us to fix, not yours — the two legs that passed in your run hit the exact same S3 error — so none of this blocks the PostgREST v14.17 bump. |
What kind of change does this PR introduce?
Upgrades PostgREST to v14.17