Paul Cioanca
Paul Cioanca
## What kind of change does this PR introduce? - adds scripts in support of database upgrade oeprations
### Summary We've noticed that restoring Postgres dumps created when using older versions of pg_cron (namely 1.4.2 in our case) against a database where pg_cron 1.5+ is installed break due...
* Blocked by user-defined triggers/fkeys * Context: https://supabase.slack.com/archives/C01D6TWFFFW/p1705482136318409?thread_ts=1702959923.630909&cid=C01D6TWFFFW
Please go the the `Preview` tab and select the appropriate sub-template: * [Default](?expand=1&template=default.md) * [Extension Upgrade](?expand=1&template=extension_upgrade.md)
* Moving everything out of `/tmp` to avoid sadness * Still needs testing more in-depth before merging
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
* Fixes GoTrue losing its config on subsequent restarts * Replaces gotrue's and fail2ban's commands to ensure external processes don't restart the service's process itself * Adds flag to disable...
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? * Depending on API response, it only displays compute addon variants supported by...
Introduces: * `.cancel(jobId, data)` * `.failWithoutRetry(jobId, data)` * current implementation of `.fail()` queues up a retry if `retrycount < retrylimit`, giving no option of marking job as explicitly failed without...
* ensures the default entrypoint path runs if delegated entry execution fails