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

前端 未结 11 956
臣服心动
臣服心动 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:58

    You can try to run the following command on your Linux server:

    sudo amazon-linux-extras install postgresql10
    

提交回复
热议问题