Changes between Version 79 and Version 80 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
01/31/18 15:51:26 (7 years ago)
Author:
Fran Boon
Comment:

Upgrades

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v79 v80  
    301301NB Also remember any network firewll, e.g. on Amazon EC2, amend the Security Group.
    302302
     303== Upgrades ==
     304Use [https://www.postgresql.org/docs/9.6/static/pgupgrade.html pgupgrade].
     305{{{
     306/etc/init.d/postgresql stop
     307pg_upgrade -b /usr/lib/postgresql/8.4/bin -B /usr/lib/postgresql/9.6/bin -d /var/lib/postgresql/8.4/main -D /var/lib/postgresql/9.6/main
     308/etc/init.d/postgresql start
     309}}}
    303310== Troubleshooting ==
    304311