From 86c3dfc07a9450fa82c7490829b3189bdae85761 Mon Sep 17 00:00:00 2001 From: Div Arora Date: Fri, 8 Dec 2023 18:53:54 +0800 Subject: [PATCH 1/2] chore: enable the en_US.UTF-8 locale --- ebssurrogate/scripts/chroot-bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ebssurrogate/scripts/chroot-bootstrap.sh b/ebssurrogate/scripts/chroot-bootstrap.sh index ed3432f71..ed035b698 100755 --- a/ebssurrogate/scripts/chroot-bootstrap.sh +++ b/ebssurrogate/scripts/chroot-bootstrap.sh @@ -78,6 +78,10 @@ function update_install_packages { } function setup_locale { +cat << EOF >> /etc/locale.gen +en_US.UTF-8 UTF-8 +EOF + cat << EOF > /etc/default/locale LANG="C.UTF-8" LC_CTYPE="C.UTF-8" From 627dfc3cab9eb8b6082c31df65372a7f2fead56e Mon Sep 17 00:00:00 2001 From: Paul Cioanca Date: Fri, 8 Dec 2023 16:34:35 +0200 Subject: [PATCH 2/2] chore: bump pg version --- common.vars.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.vars.pkr.hcl b/common.vars.pkr.hcl index a0ee78e8f..ec11ba2a1 100644 --- a/common.vars.pkr.hcl +++ b/common.vars.pkr.hcl @@ -1 +1 @@ -postgres-version = "15.1.0.146" +postgres-version = "15.1.0.147"