From 842bd62fa80e48330e44fee611a4315fb468d84e Mon Sep 17 00:00:00 2001 From: Dahuls <85846236+Dahuls@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:39:49 -0700 Subject: [PATCH 1/3] Update manifest.yml --- .cloud66/manifest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cloud66/manifest.yml b/.cloud66/manifest.yml index 1d02cac..d993642 100644 --- a/.cloud66/manifest.yml +++ b/.cloud66/manifest.yml @@ -2,3 +2,6 @@ rails: configuration: ruby_version: "2.7.2" node_version: "10" +postgresql: + configuration: + version: "12.9" From 6d8615ab4ce02a4abff65b0e72d835cb7033f4d3 Mon Sep 17 00:00:00 2001 From: Dahuls <85846236+Dahuls@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:11:59 -0700 Subject: [PATCH 2/3] update to groups --- .cloud66/manifest.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.cloud66/manifest.yml b/.cloud66/manifest.yml index d993642..c0b7cf1 100644 --- a/.cloud66/manifest.yml +++ b/.cloud66/manifest.yml @@ -3,5 +3,10 @@ rails: ruby_version: "2.7.2" node_version: "10" postgresql: - configuration: - version: "12.9" + groups: + default: + configuration: + version: 12.9 + secondy: + configuration: + version: 12.9 From 01d23f49f9644b46844b0732a6b2a4d9ee5aa238 Mon Sep 17 00:00:00 2001 From: Dahuls <85846236+Dahuls@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:16:43 -0700 Subject: [PATCH 3/3] Update manifest.yml --- .cloud66/manifest.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cloud66/manifest.yml b/.cloud66/manifest.yml index c0b7cf1..f439630 100644 --- a/.cloud66/manifest.yml +++ b/.cloud66/manifest.yml @@ -6,7 +6,8 @@ postgresql: groups: default: configuration: - version: 12.9 + version: "12.9" secondy: configuration: - version: 12.9 + version: "12.9" + operating_system: ubuntu2204