Installing PostgreSQL Client v10 on AWS Amazon Linux (EC2) AMI

前端 未结 11 989
臣服心动
臣服心动 2021-01-30 21:12

I have successfully launched new AWS RDS PostgreSQL v10 instance and need to install PostgreSQL v10 client on Amazon Linux EC2 instance.

I have tried to install

11条回答
  •  臣服心动
    2021-01-30 21:51

    PGDG repo is no longer available for Amazon Linux. So you can use amazon repo.

    amazon-linux-extras install postgresql10 vim epel -y
    

    Or follow this article

    https://installvirtual.com/install-postgresql-10-on-amazon-ec2/

提交回复
热议问题