I am running debian squeeze. I want to install a previous version of postgresql. The current version in the postgres debian repository for 9.0 is 9.0.12. I specifically need to get 9.0.8.
How can I get version 9.0.8 installed on my machine?
I am running debian squeeze. I want to install a previous version of postgresql. The current version in the postgres debian repository for 9.0 is 9.0.12. I specifically need to get 9.0.8.
How can I get version 9.0.8 installed on my machine?
If you want to get 9.0.8 installed....you'll first have to uninstall 9.0.12. I believe that 9.0.8 is not available in the repository, if it is ok, download and install it. Otherwise, you are going to have to do this from the sources and compile the binaries against your current OS configuration if you want things to work correctly.
I'm curious however, why you would want to backtrack to a previous version? The later versions generally have some serious bug fixes that you would want.