Tagged Questions
0
votes
3answers
146 views
apt-get no longer works after manually deleting folders of a previously installed application
I have been struggling all weekend, to upgrade an existing postgresql database from version 8.4 to 9.1. I have (had) both versions of databases after I updated my OS from 10.0.4 to 12.04.
I finally ...
0
votes
1answer
17 views
What packages do I need to install in order to bulld postgres from source?
I need to be able to build postgres-8.4.2 from source. What dependencies should I install?
2
votes
2answers
3k views
How do I install older PostgreSQL (8.4) in Ubuntu 12.04?
Well, it's the whole question. I installed 9.1 before, but I need older version now and I haven't yet found out how to do that.
1
vote
1answer
1k views
How do I install Postgres Graphical Installer?
I am a newbie in using Ubuntu (more precisely never used linux except the production deployment ). Now I choose to hold a grip on the system and intalled a latest 11.10 Ubuntu in my 32 bit Intel** ...
8
votes
2answers
12k views
How to fix PostgreSQL installation
I upgraded from Maverick to Natty recently and everything went fine except during the dist-upgrade something went wrong with PostgreSQL. I've since tried reinstalling, removing, and even purging it ...
7
votes
2answers
1k views
How do I set which PostgreSQL version is to be used by default?
I have 2 different versions of PostgreSQL installed on my system (Ubuntu Lucid):
/var/lib/postgresql/8.4
/var/lib/postgresql/9.0
By default, when I run a PostgreSQL command such as createdb or ...
0
votes
0answers
1k views
Pgagent startup script (under the postgres user) [closed]
I'm trying to make a clean startup script for pgagent
I found one here that use start-stop-daemon :
if start-stop-daemon --start --quiet --pidfile /var/run/pgagent.pid \
--exec /usr/bin/pgagent ...