Fixed install of postgres client on Amazon Linux 2023
All checks were successful
AWS Deploy on Push / build (push) Successful in 7m55s

This commit is contained in:
2025-05-29 16:37:42 -05:00
parent eaab1ef998
commit b0d98551b8
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"autoflush",
"autoupdate",
"autouse",
"awscli",
"awscliv",
"boto",
"botocore",

View File

@@ -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