{% extends "admin/dbs/wiki/_layout.html" %} {% block wiki %}

Command reference

python manage.py dbs backup OUTPUT
python manage.py dbs restore INPUT [--dry-run] [--flush]
python manage.py dbs validate INPUT [--passphrase]
python manage.py dbs schedule [--interval 6h] [--once]
python manage.py dbs key --show
python manage.py dbs security status|unlock USER|retrain|purge
python manage.py dbs ai [--agents] [--check]

python manage.py django-dbs is the same command under its old name. The original dbs_backup, dbs_restore, dbs_validate and dbs_schedule commands still work unchanged.

{% endblock %}