Skip to content

Commit

Permalink
Merge pull request #76 from supabase-community/upgrade-202311
Browse files Browse the repository at this point in the history
chore: update default postgres version
  • Loading branch information
mats16 authored Nov 14, 2023
2 parents 6890166 + 7418c46 commit aee285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/supabase-db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class SupabaseDatabase extends Construct {
const { vpc, highAvailability } = props;

/** Database Engine */
const engine = rds.DatabaseClusterEngine.auroraPostgres({ version: rds.AuroraPostgresEngineVersion.of('15.3', '15') });
const engine = rds.DatabaseClusterEngine.auroraPostgres({ version: rds.AuroraPostgresEngineVersion.of('15.4', '15') });

/** Parameter Group */
const parameterGroup = new rds.ParameterGroup(this, 'ParameterGroup', {
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/main.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aee285e

Please sign in to comment.