Dear all
I've been happily working my way through a new installation and I've got to the point where I'm trying to read in the initial database. So I ran the following without any problems...
OMERO.server/bin/omero config set omero.data.dir "$OMERO_DATA_DIR"
OMERO.server/bin/omero config set omero.db.name "$OMERO_DB_NAME"
OMERO.server/bin/omero config set omero.db.user "$OMERO_DB_USER"
OMERO.server/bin/omero config set omero.db.pass "$OMERO_DB_PASS"
OMERO.server/bin/omero config set omero.data.dir "$OMERO_DATA_DIR"
but then...
psql -h localhost -U "$OMERO_DB_USER" "$OMERO_DB_NAME" < OMERO.server/db.sql
-bash: OMERO.server/db.sql: No such file or directory
I've done a search for db.sql in the installation directory but can't find it. I am supposed to have downloaded the db.sql from somewhere else?
Thanks!
Stuart