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
PostgREST v12 adds many new features such as aggregation functions (count, sum, avg, etc.) as well as several bugfixes
What is the feature you are proposing to solve the problem?
adding a containers/bitnami/postgrest/12 folder that holds the PostgREST v12 config as there are a couple of potentially changes that may be incompatible with v11 which is used now
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
Thank you so much for the feature request. Postgrest is used mainly for the supabase helm chart, it would be important to first check if this is compatible with the solution.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Update Postgrest to latest version it works fine for me.
supabase chart values.yaml
rest:
image:
registry: public.ecr.aws
repository: supabase/postgrest
tag: v12.0.1
extraEnvVars:
# enable db aggreates for postgrest
- name: PGRST_DB_AGGREGATES_ENABLED
value: 'TRUE'
javsalgar
added
on-hold
Issues or Pull Requests with this label will never be considered stale
and removed
stale
15 days without activity
labels
Jun 26, 2024
Name and Version
bitnami/postgrest
What is the problem this feature will solve?
PostgREST v12 adds many new features such as aggregation functions (
count
,sum
,avg
, etc.) as well as several bugfixesWhat is the feature you are proposing to solve the problem?
adding a
containers/bitnami/postgrest/12
folder that holds the PostgREST v12 config as there are a couple of potentially changes that may be incompatible with v11 which is used nowWhat alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: