desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #138445
[Bug 1498274] Re: init.d script doesn't respect `version` argument
Hi jeroen,
Thanks for your reply.
Running `ps -elf |grep postg` shows both:
0 S postgres 30213 1 1 80 0 - 331047 poll_s 14:49 ? 00:00:00 /usr/lib/postgresql/9.3/bin/postgres -D /var/lib/postgresql/9.3/main -c config_file=/etc/postgresql/9.3/main/postgresql.conf
0 S postgres 30214 1 4 80 0 - 4088839 poll_s 14:49 ? 00:00:00 /usr/lib/postgresql/9.4/bin/postgres -D /var/lib/postgresql/9.4/main -c config_file=/etc/postgresql/9.4/main/postgresql.conf
(neither are shown after `service postgresql stop`)
I can also connect to both databases.
My notes tell me I did something along the lines of the following:
deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main
sudo apt-get update
sudo apt-get install postgresql-9.4 postgresql-server-dev-9.4 postgresql-contrib-9.4
# ... later
sudo apt-get install postgresql-9.3 postgresql-server-dev-9.3 postgresql-contrib-9.3
(Note discrepency between viviid (my installation) and wheezy in the apt line — I didn't think that was significant?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to postgresql-common in Ubuntu.
https://bugs.launchpad.net/bugs/1498274
Title:
init.d script doesn't respect `version` argument
Status in postgresql-common package in Ubuntu:
New
Bug description:
Release: Ubuntu 15.04
It seems that the current version of the /etc/init.d/postgresql script
doesn't respect the `version` flag. Help text states:
Usage: /etc/init.d/postgresql {start|stop|restart|reload|force-
reload|status} [version ..]
But with 2 installations and called as follows:
/etc/init.d/postgresql start 9.4
or
service postgresql start 9.4
Both 9.4 and 9.3 are started, I expected just 9.4 to start.
Package info:
# apt-cache policy postgresql-common
postgresql-common:
Installed: 169.pgdg14.04+1
Candidate: 169.pgdg70+1
Version table:
169.pgdg70+1 0
500 http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg/main amd64 Packages
*** 169.pgdg14.04+1 0
100 /var/lib/dpkg/status
166bzr2 0
500 http://mirror.hetzner.de/ubuntu/packages/ vivid/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions
References