diff --git a/docs/administration.md b/docs/administration.md index 54d918783..54c500dc2 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -629,3 +629,11 @@ entries created prior to this are not removed. This command allows you to prune ```shell prune_audit_logs ``` + +### Create superuser {#create-superuser} + +If you need to create a superuser, use the following command: + +```shell +create_superuser +```