PDA

View Full Version : [ubuntu] Newest version help



kpgalligan
July 24th, 2009, 05:46 PM
I have postgis 1.3.3 installed (postgis is postgresql's GIS database). I've found that a feature that works in newer versions does not work in this version, and I can't really work around it.

So, looking for some advice on the best way to go about this. I'm going to start looking into how to see if there's a newer version of the software available on some other repository (backports?). Not sure yet quite how to do that. Also, there's a newer source version. 1.3.6. I feel pretty comfortable building, but not so sure about making postgre use the new build, and how to not blow away current data and package info, etc.

Any tips would be greatly appreciated.

Thanks in advance,
-Kevin

SuperSonic4
July 24th, 2009, 05:48 PM
Usually running
sudo make install will make a compiled app work like a repo app but it would be wise to remove the installed version first

kpgalligan
July 24th, 2009, 05:51 PM
Yeah. I have this fear of the unknown with regards to uninstalls (current data, etc), but I guess its the way to go.

kpgalligan
July 24th, 2009, 05:52 PM
Nevermind. I think my brain took a break. I can just backup the db. Even if everything is shot, I can do a full reinstall and sort it out.