Upgrading PostgreSQL 9.4 from beta 2 to beta 3 on Debian.
While doing “apt-get dist-upgrade” Debian required me to dump and re-import my postgresql cluster. The file format has changed.
Okay, it's a beta. But if the scripts detect what has do be done. Why don't they just do it for me?
Especially I have to problem, that since I did the conversion, postgreSQL isn't starting automatically anymore. I have to use “pg_ctlcluster” to start my database cluster.
I did not fix it myself. It works for me at the moment, and I hope that Debian is fixing the problem soon anyway.
While doing “apt-get dist-upgrade” Debian required me to dump and re-import my postgresql cluster. The file format has changed.
Okay, it's a beta. But if the scripts detect what has do be done. Why don't they just do it for me?
Especially I have to problem, that since I did the conversion, postgreSQL isn't starting automatically anymore. I have to use “pg_ctlcluster” to start my database cluster.
I did not fix it myself. It works for me at the moment, and I hope that Debian is fixing the problem soon anyway.
>> Matthias Wimmer:
“But if the scripts detect what has do be done. Why don't they just do it for me? ”
Probably because this kind of thing might happen:
>> Matthias Wimmer:
“Especially I have to problem, that since I did the conversion, postgreSQL isn't starting automatically anymore.”
And there might be other reasons, probably :)