Tagged Questions
0
votes
1answer
116 views
Update postgresql with latest security update
PostgreSQL announced on the 4th of April a security update to its PostgreSQL server.
I really want to install that update. But if I run sudo apt-get update and sudo apt-get upgrade the update does ...
1
vote
0answers
14 views
How to upgrade postgresql from 9.2.0 to 9.2.4 [duplicate]
The title says it all.
if I run sudo apt-get update and then sudo apt-get upgrade none of the postgresql packages get updated. While the psql version 9.2.0 is and the last update is 9.2.4.
Am I ...
0
votes
3answers
273 views
Updating problem with post-gresql 9.1
I have the following error when updating my ubuntu:
$sudo apt-get upgrade
[...]
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations ...
2
votes
1answer
86 views
Remove a previously deselected package to install postgres?
So I was meant to run
add-apt-repository ppa:pitti/postgresql
apt-get update
apt-get install postgresql libpq-dev
but instead I ran without the previous two commands
apt-get install postgresql ...
1
vote
1answer
4k views
PostgreSQL 8.4 to 9 manual upgrade (11.04 to 11.10)
After updating 11.04 to 11.10 using 'do-release-upgrade', installer did not updated PostgreSQL 8.4 to 9 version, saying that i have to do it manually. But how? I heard many problems, for example data ...