You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment of up to 5 read replicas now supported on larger compute sizes
Previously, each project could only deploy up to 2 read replicas, but we're now raising this limit to 5 for projects on larger compute sizes (XL and above).
Catch queries that contains an update query without a where clause in SQL Editor
Another effort to safeguard against running queries with unintended side effects - this time, we're checking for UPDATE queries without a WHERE clause - this check kicks in prior to running the query. We've also consolidated this warning with our existing warning against destructive operations to catch both cases if they exist in the same query.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Deployment of up to 5 read replicas now supported on larger compute sizes
Previously, each project could only deploy up to 2 read replicas, but we're now raising this limit to 5 for projects on larger compute sizes (XL and above).
PR: #29250
Link: https://supabase.com/dashboard/project/_/settings/infrastructure
Catch queries that contains an update query without a where clause in SQL Editor
Another effort to safeguard against running queries with unintended side effects - this time, we're checking for
UPDATE
queries without aWHERE
clause - this check kicks in prior to running the query. We've also consolidated this warning with our existing warning against destructive operations to catch both cases if they exist in the same query.PR: #28458
Link: https://supabase.com/dashboard/project/_/sql
Other bug fixes and improvements
General
Table Editor
SQL Editor
Storage Explorer
Auth
Database
Logs Explorer
Beta Was this translation helpful? Give feedback.
All reactions