How to transfer data from tables in postgres 9.4 to 9.5?
Maybe someone faced with the fact that if you are upgrading from 9.4 to 9.5 database is not running. Unfortunately, the error can not provide, since rolled back to 9.4
1 answer
what was updated? at the time, upgraded from 9.3 to 9.4, 9.5 to still hands did not reach, but I suspect that similarly
commands on AP from 9.3 to 9.4, do not forget about backups ;)
pg_dropcluster 9.4 main --stop
pg_upgradecluster 9.3 main
Find more questions by tags SQLPostgreSQL