红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

debian sarge中源码安装postgresql 8.0.1

发布时间:2008-01-03 20:38:14来源:红联作者:criptshell
因为debian sarge中的版本不是最新,就从网上下载了代码,自己安装。

默认是安装到/usr/local/pgsql

然后在source code中找到contrib/startup-script目录,找到linux文件,把其拷贝为/etc/init.d/postgresql文件。

现在就可以自动重新启动postgresql了。

./configure
make
make install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data

这是之前的简易安装方法。
文章评论

共有 0 条评论