pgsql in a virtual environment

From: Graeme Gemmill <graeme(at)gemmill(dot)name>
To: pgsql-general(at)postgresql(dot)org
Subject: pgsql in a virtual environment
Date: 2014-05-16 14:56:53
Message-ID: 53762735.4020602@gemmill.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am running a postgresql application under Mandriva 2011 x86_64, and
want to explore the problems in porting it to a Mageia 4 x86_64
environment before actually upgrading. I have installed Mageia 4 as a
virtual machine under VBox, installed postgresql 9.3 and sorted out a
shared folder to get to the existing database from which the application
needs to read data. However I cannot start the virtual postgresql with
the existing data directory:
$ ./pg_ctl start -D /mnt/post/pgsql/data &
[1] 3692
[postgres(at)localhost bin]$ pg_ctl: could not open PID file
"/mnt/post/pgsql/data/postmaster.pid": Protocol error

[1]+ Exit 1 ./pg_ctl start -D /mnt/post/pgsql/data
Is there any advice on running postgresql in a virtual machine
connecting to host data?
Thanks
Graeme

Responses

Browse pgsql-general by date

  From Date Subject
Next Message skeeved 2014-05-16 15:07:42 Re: Psycopg2 : error message.
Previous Message Adrian Klaver 2014-05-16 14:33:08 Re: TODO: Expose parser support for decoding unicode escape literals to user