{% extends "base.html" %} {% block title %}Systeemstatus · VacatureRadar{% endblock %} {% block content %}
Readiness{% if health.ok %}OK{% else %}FOUT{% endif %}database: {{ health.checks.database }}
{% for row in source_summary %}
Bronnen · {{ row.status }}{{ row.total }}geregistreerde bronnen
{% endfor %}{% for row in job_summary %}
Vacatures · {{ row.status }}{{ row.total }}vacatures in database
{% endfor %}
Operaties

Veilige beheeropdrachten

Voer deze uitsluitend uit vanaf een vertrouwde shell op de server.

make verify
./scripts/backup.sh
./scripts/restore.sh /pad/naar/backup.sql.gz
uv run python manage.py seed_sources
{% endblock %}