赞
踩
PostgreSql数据库下载地址:PostgreSQL: The world's most advanced open source database
- //获取安装包(需有互联网条件,如果没有可以本地下载下来,再传到服务器上)
- sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
- //安装数据库
- sudo yum install -y postgresql12-server
- //初始化数据库
- sudo /usr/pgsql-12/bin/postgresql-12-setup initdb
- //启动数据库
- sudo systemctl enable postgresql-12
- sudo systemctl start pos
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。