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 ed2f38a commit d4cc448Copy full SHA for d4cc448
ansible/vars.yml
@@ -4,13 +4,13 @@ ebssurrogate_mode: true
4
async_mode: true
5
6
postgres_major:
7
- - "15"
8
- - "17"
+ # - "15" # only building orioledb-17 for rewind feature
+ # - "17" # only building orioledb-17 for rewind feature
9
- orioledb-17
10
11
# Full version strings for each major version
12
postgres_release:
13
- postgresorioledb-17: "17.5.1.049-orioledb"
+ postgresorioledb-17: "17.5.1.051-orioledb-rewind"
14
postgres17: "17.6.1.028"
15
postgres15: "15.14.1.028"
16
0 commit comments