Tagged Questions
1
vote
1answer
498 views
Postgresql fails to start on Ubuntu 10.04.4 LTS
I installed postgresql 9.2 from add-apt-repository ppa:pitti/postgresql using apt-get install postgresql-9.2
At the end of the install and every time I try to launch postgresql by using the following ...
0
votes
0answers
84 views
Ubuntu server 10.04 running postgres not responding
I am running several ubuntu server machines. Few days ago, I found one machine not responding any more and it can not be accessed. After rebooting the machine, I found the following entries in the ...
1
vote
1answer
264 views
How do I start the postgreSQL service upon boot?
I am running PostgreSQL (v 8.4) on Ubuntu 10.0.4.
The PG service currently starts on reboot (after I installed PG on my machine), however, I want the service to use a new data directory.
...
3
votes
1answer
611 views
Which Ubuntu version for PostgreSQL 9?
For a database server that will be running in its own VPS:
Is it better-supported to install the latest Ocelot 11.10 release with the standard package for postgresql9, or to install 10.04 LTS with ...
2
votes
2answers
1k views
How to install older version on PostgreSQL and PHP5?
Because of differencies in package versions between my development machine and my provider's server, I have to downgrade packages installed on my computer.
In Ubuntu 10.04 LTS default PostgreSQL ...
0
votes
2answers
358 views
After upgrade to 10.10, mediawiki on postgres is broken
I upgraded to Ubuntu 10.10 from 10.04.
90% of the upgrade was ok but my Ubuntu-apache2-postgres-8.4 - mediawiki1.16
does not work anymore.
Is there a bug in the postgres client or in php5 pg?