website/docs: fix kubectl restart command

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-11-19 23:45:03 +01:00
parent 0ce663bce4
commit 146818793e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ docker-compose run --rm worker restore -i default-2020-10-03-115557.psql
kubectl exec -it deployment/authentik-worker -c authentik -- ak restore -i default-2020-10-03-115557.psql
```
After you've restored the backup, it is recommended to restart all services with `docker-compose restart` or `kubectl restart deployment --all`.
After you've restored the backup, it is recommended to restart all services with `docker-compose restart` or `kubectl rollout restart deployment --all`.
### S3 Configuration