Berikut ini langkah-langkah memperbaharui versi PostgreSQL.
# /etc/init.d/cron stop # /etc/init.d/apache2 stop # /etc/init.d/jabberd2 stop # /etc/init.d/tinyerp-server stop
$ sudo su # su postgres $ pg_dumpall > /var/lib/postgresql/all.sql $ exit
# apt-get install postgresql-8.3 .. Configuring postgresql.conf to use port 5433...
# su postgres $ /usr/lib/postgresql/8.3/bin/psql template1 -f /var/lib/postgresql/all.sql -p 5433 $ exit
# apt-get remove postgresql-8.2 # apt-get remove postgresql-client-8.2
port = 5432
listen_addresses = '*'
# /etc/init.d/postgresql-8.3 restart
# /etc/init.d/cron start # /etc/init.d/apache2 start # /etc/init.d/jabberd2 start # /etc/init.d/tinyerp-server start
Komentar terbaru
10 tahun 44 pekan y.l.
13 tahun 23 pekan y.l.
13 tahun 23 pekan y.l.
13 tahun 23 pekan y.l.