DCD-686: Install Postgres only if restoration is required.

This commit is contained in:
Steve Smith
2019-10-10 09:30:45 +11:00
parent 0400d8943d
commit 72659de9ad
3 changed files with 10 additions and 2 deletions

View File

@@ -4,9 +4,7 @@ set -e
source /etc/os-release
if [[ $ID = "amzn" ]]; then
amazon-linux-extras enable postgresql9.6
yum install -y \
postgresql \
python3-devel \
python3-pip \
python2-boto3 \