Update administration.md

This commit is contained in:
shamoon 2025-03-26 15:52:17 -07:00
parent 2ee5fd7e75
commit d150349f28

View File

@ -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
```