Link Search Menu Expand Document
Start for Free

db

Database Administration is a multi-faceted topic in Stardog. Read more about Database Administration.

The table below contains the CLI commands to administer a database in Stardog. Select any of the commands to view their manual page.

Command Description
db backup Create a backup of an existing database.
db create Creates a new database.
db drop Drops an existing database.
db list Lists all databases.
db offline Takes a database offline.
db online Brings a database online.
db optimize Optimizes the indexes of a database for query answering and disk utilization
db repair Repairs a Stardog database.
db restore Restore a database from a backup.
db status Shows status information regarding the given database.
db verify Verifies if a Stardog database is valid or not.