I need to install postgresql 9+ from source because I am on a CentOS 5 32 bits server and I can't use Django 1.8+ with Postgresql 8 (apparently). The tutorial that cover that subject is too old and the URL to get the postgresql is not valid anymore: https://community.webfaction.com/questions/3241/how-to-get-access-to-postgresql-contrib-modules Also following this tutorial I have created a custom app called pgport with a listening port but it gave me a random port and I don't know how to set the port with the number given in the tutorial. The best would be to transfer my websites to a 64 bit server but I currently can't do it cause one of my application is currently reviewed and I absolutely don't want to break it! Thanks for your help! asked 19 Jan '17, 13:06 webinvent |
There is a PostgreSQL 9+ installation procedure here: Installing PostgreSQL with PostGIS In either procedure, you change the port number by changing the value of the Hope that helps. answered 19 Jan '17, 23:15 seanf |