Changes between Version 79 and Version 80 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 01/31/18 15:51:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v79 v80 301 301 NB Also remember any network firewll, e.g. on Amazon EC2, amend the Security Group. 302 302 303 == Upgrades == 304 Use [https://www.postgresql.org/docs/9.6/static/pgupgrade.html pgupgrade]. 305 {{{ 306 /etc/init.d/postgresql stop 307 pg_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 }}} 303 310 == Troubleshooting == 304 311