Package: postgresql-8.3 Version: 8.3.9-0lenny1 Severity: minor Hi,
Recently I decided to finally upgrade my etch postgresql 7.4 database to lenny's 8.3. pg_upgradecluster almost did the job, I only got one minor problem: In 7.4's postgresql.conf I had: virtual_host = 'localhost dmz-internal-host-name' This line was updated to 8.3's: listen_addresses = 'localhost dmz-internal-host-name' and postgresql 8.3 failed to start. It turned out that listen_addresses option takes comma separated list of host names. Changing space to comma fixed my problem and database started succesfully. Btw, thanks for great administration infrastructure - I was afraid that upgrade will be painfull, but all those pg_{create,drop,upgrade}cluster are very useful and upgrade hints (postgresql-common) made it a breeze. Regards, Michal Pokrywka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org