We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d33d7b commit 9ff2608Copy full SHA for 9ff2608
ansible/vars.yml
@@ -2,6 +2,7 @@ supabase_internal: true
2
ebssurrogate_mode: true
3
async_mode: true
4
5
+# versions listed here will have an image built for them.
6
postgres_major:
7
- "15"
8
- "17"
@@ -14,7 +15,6 @@ postgres_release:
14
15
postgres15: "15.8.1.114"
16
postgres14: "14.18.1.001-test-2"
17
-# Note, postgres14 AMI image is not built on every release, but is available in the nix cache.
18
# postgres14 is included here to support upgrading from postgres14 to newer versions.
19
# an image can be created with a special workflow that builds postgres14 image.
20
# Supabase will not create and release postgres14 images other than as a utility for internal use.
0 commit comments