mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
DCD-686: We need postgres installed for client utils.
This commit is contained in:
@@ -4,7 +4,9 @@ set -e
|
|||||||
|
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
if [[ $ID = "amzn" ]]; then
|
if [[ $ID = "amzn" ]]; then
|
||||||
|
amazon-linux-extras enable postgresql9.6
|
||||||
yum install -y \
|
yum install -y \
|
||||||
|
postgresql \
|
||||||
python3-devel \
|
python3-devel \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python2-boto3 \
|
python2-boto3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user