OMERO

Downloads
Feature List
Licensing

Previous topic

Command Line Interface as an OMERO admin tool

Next topic

Server configuration

This Page

Note

This documentation is for OMERO 5.2. This version is now in maintenance mode and will only be updated in the event of critical bugs or security concerns. OMERO 5.3 is expected in the first quarter of 2017.

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.2 for version
Using 0 for patch
Using password from commandline
Saving to /home/omero/OMERO5.2__0.sql

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