From b0d98551b8e5200a83a22b84095a509362e9b2ba Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 29 May 2025 16:37:42 -0500 Subject: [PATCH] Fixed install of postgres client on Amazon Linux 2023 --- .vscode/settings.json | 1 + infrastructure/userdata.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2403527..e7f6f06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,7 @@ "autoflush", "autoupdate", "autouse", + "awscli", "awscliv", "boto", "botocore", diff --git a/infrastructure/userdata.sh b/infrastructure/userdata.sh index c5d0b7e..6d0b389 100644 --- a/infrastructure/userdata.sh +++ b/infrastructure/userdata.sh @@ -2,7 +2,7 @@ # Update system and install required packages dnf update -y -dnf install -y python3-pip git cronie nginx certbot python3-certbot-nginx postgresql awscli +dnf install -y python3-pip git cronie nginx certbot python3-certbot-nginx postgresql15.x86_64 awscli # Start and enable crond service systemctl start crond