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

Troubleshooting

"Credential cannot be read with the current SECRET_KEY"

The target's stored secret was encrypted under a different key. Add the old key to SECRET_KEY_FALLBACKS, or re-enter the credential.

The panel logged me out

Run python manage.py dbs security unlock USERNAME, then add your network to the trusted list in setup.

A restore merged when I wanted it to replace

Tick Replace instead of merge, or pass --flush on the command line.

The scheduler will not start

It needs an output directory: pass --output-dir or set DBS_BACKUP_DIR.

{% endblock %}