agensgraph icon indicating copy to clipboard operation
agensgraph copied to clipboard

How would I attempt installing AgensGraph and PostgreSQL in parallel?

Open zilti opened this issue 6 years ago • 4 comments

As the title says - I plan on packaging this for OpenSUSE and NetBSD, but I don't plan on coming up with a weird way to solve the naming clashes in a weird way. Is there any official stance on this?

zilti avatar Apr 23 '18 15:04 zilti

Specify different ports for both postgres and AgensGraph. Worked for me..!! 5432-postgres 5433-Agens

akshaybahadur21 avatar May 24 '18 10:05 akshaybahadur21

Ok, different ports is one side. But I've seen it expects config files in the same place as PostgreSQL, and the executables have the same names.

zilti avatar May 24 '18 18:05 zilti

Actually we have not considered this problem. Because AgensGraph can replace PostgreSQL. All of PostgreSQL feature is available in AgensGraph. But if you must install them parallel, I have no idea. Sorry.

gtyun avatar May 24 '18 18:05 gtyun

You can install PostgreSQL In docker

ghosthamlet avatar Jan 23 '19 14:01 ghosthamlet