stop also netbox-housekeeping on DB maintenance

Christian Loos 2021-12-15 08:43:52 +01:00
parent 1687c8830d
commit 617cc1f442

@ -69,7 +69,7 @@ Restore that database:
```bash
# Stop all NetBox instances that access the db
docker-compose stop netbox netbox-worker
docker-compose stop netbox netbox-worker netbox-housekeeping
# Restore the DB dump
gunzip -c db_dump.sql.gz | docker-compose exec -T postgres sh -c 'psql -U $POSTGRES_USER $POSTGRES_DB'