Database toolsΒΆ

Rather than try to provide the functionality of a RDBM tool like psql, the omero db script command helps to generate SQL scripts for building your database. You can then use those scripts from whatever tool is most comfortable for you:

$ bin/omero db script --password secretpassword
Using OMERO5.3 for version
Using 0 for patch
Using password from commandline
Saving to /home/omero/OMERO5.3__0.sql

If you do not specify the OMERO root password on the command line you will be prompted to enter it.

OME Home

OMERO

Downloads by version
Documentation by version
Features
Licensing

Previous topic

Command Line Interface as an OMERO admin tool

Next topic

Server configuration

This Page