Re: Package postgresql-9.6 is not configured yet

2017-09-29 Thread Marco DE BOOIJ
Tried to solve it by looking at the configuration script but with no success. I gave up and, after securing my database and configuration file, I did an apt-get purge of all postgresql. Then I re-installed it again. Unfortunately the purge had left the /var/lib/postgres/9.6 and this prevented

Re: Package postgresql-9.6 is not configured yet

2017-08-27 Thread Marco DE BOOIJ
The script stops at: invoke-rc.d postgresql start $VERSION # systemd: argument ignored, starts all versions This is the last step in the configure_version() function. Is this really necessary when you use systemctl? Can I comment it safely just to finish the configuration? The server has

Re: Package postgresql-9.6 is not configured yet

2017-08-23 Thread Marco DE BOOIJ
The dpkg --configure -a gives the same result. I will look into the scripts that you included and try them since I am on jessie. I will go to stretch as soon as this problem is solved. Do not think that it is not a good idea to do this now. BTW Postgresql 9.6 is running well. Marco Op 23-08

Re: Package postgresql-9.6 is not configured yet

2017-08-23 Thread Greg Wooledge
On Wed, Aug 23, 2017 at 11:28:14AM -0400, Cindy-Sue Causey wrote: > On 8/23/17, Marco DE BOOIJ wrote: > > root:~# dpkg --configure postgresql-9.6 > > Setting up postgresql-9.6 (9.6.4-1.pgdg80+1) ... > > dpkg: error processing package postgresql-9.6 (--configure): > > subprocess installed post-in

Re: Package postgresql-9.6 is not configured yet

2017-08-23 Thread Cindy-Sue Causey
On 8/23/17, Marco DE BOOIJ wrote: > I recently did an apt-get upgrade and it did not want to install a newer > version of postgresql-contrib-9.6. I searched the web and tried to > reinstall it (with remove and install because I did not want to loose my > database) but did did not solve it. Before