I think I have multiple postgresql servers installed, how do I identify and delete the 'extra' ones?
- by Guided33
I seem to have a few installations of postgresql on my machine somehow. I'm not sure if this is a mistake or, if Ubuntu for some odd reason duplicates direcotories and keeps them elsewhere. I have a postgresql directory in /etc
one in /usr/lib
and one in /opt
I'm properly confused at this point. How do I go about deleting the extra ones.which ones are he extra one? I also need to make sure that my 'pg' gem in my rails env is pointing towards the correct posgresql db server.
Any thoughts on my issue would be huge.