VestaCP CentOS安装PostgreSQL

  1. 安装PostgreSQL软件包

    代码 (Text):
    yum install --enablerepo=remi postgresql postgresql-server postgresql-contrib phpPgAdmin

  2. 初始化数据库

    代码 (Text):
    service postgresql initdb

  3. 下载HBA配置文件

    代码 (Text):
    wget http://c.vestacp.com/0.9.8/rhel/pg_hba.conf -O /var/lib/pgsql/data/pg_hba.conf

  4. 启动PostgreSQL

    代码 (Text):
    service postgresql start

  5. 设置Oracle用户密码

    代码 (Text):
    su - postgres
    psql -c "ALTER USER postgres WITH PASSWORD 'pgp4sw0rd'"
    exit

  6. 开启VestaCP的PostgreSQL支持:将/usr/local/vesta/conf/vesta.conf中的DB_SYSTEM设置为 'mysql,pgsql'
  7. 添加PostgreSQL数据库到VestaCP控制台

    代码 (Text):
    v-add-database-host pgsql localhost postgres pgp4sw0rd

  8. 下载PhpPGAdmin的配置文件

    代码 (Text):
    wget http://c.vestacp.com/0.9.8/rhel/pga.conf -O /etc/phpPgAdmin/config.inc.php
    wget http://c.vestacp.com/0.9.8/rhel/httpd-pga.conf -O /etc/httpd/conf.d/phpPgAdmin.conf

  9. 重启Apache

    代码 (Text):
    service httpd restart

© 版权声明
THE END
請多多支持
点赞0
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情图片

    暂无评论内容