Fixed install of postgres client on Amazon Linux 2023
All checks were successful
AWS Deploy on Push / build (push) Successful in 7m55s
All checks were successful
AWS Deploy on Push / build (push) Successful in 7m55s
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -13,6 +13,7 @@
|
||||
"autoflush",
|
||||
"autoupdate",
|
||||
"autouse",
|
||||
"awscli",
|
||||
"awscliv",
|
||||
"boto",
|
||||
"botocore",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user