Command Line Usage

Sentry installs a command line script under the name sentry. This will allow you to perform most required operations that are unachievable within the web UI.

For a list of commands, you can also use sentry help, or sentry [command] --help for help on a specific command.

Builtin Commands

sentry.commands.start

Starts all background services.

sentry start --daemon
sentry.commands.stop

Stops all background services.

sentry.commands.restart

Restarts all background services

sentry.commands.upgrade

Performs any needed database migrations.

sentry.commands.cleanup

Performs all trim operations based on your configuration.

sentry.commands.manage

A wrapper around django-admin.py (aka manage.py).

sentry manage createsuperuser

Table Of Contents

Previous topic

Configuration

Next topic

Clients

This Page