Page 1 of 1

External postgres server?

PostPosted: Thu Nov 17, 2011 2:46 pm
by rb-mdi
Has anyone deployed Omero using a separate PostgreSQL server? It seems like it should work, but I haven't found an omero config key / value that seem to work... is there a valid key such as omero.db.host that can be set to point omero to an external server hosting the omero db?

Thanks for any ideas...

Re: External postgres server?

PostPosted: Thu Nov 17, 2011 3:31 pm
by jmoore
Exactly.

Code: Select all
~/git/dist $ grep omero.db etc/omero.properties
omero.db.authority=export.openmicroscopy.org
omero.db.version=OMERO4.3
omero.db.patch=0
omero.db.host=localhost
omero.db.name=omero
omero.db.user=omero
omero.db.pass=omero
omero.db.poolsize=10
omero.db.profile=psql
omero.db.statistics=true

are the default DB connection properties. Change omero.db.host to whatever you'd like.

Cheers,
~Josh