mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-07-25 18:29:28 +02:00
Updated Troubleshooting (markdown)
@ -72,7 +72,7 @@ Restore that database:
|
||||
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'
|
||||
gunzip -c db_dump.sql.gz | docker compose exec -T postgres sh -c 'psql -U $POSTGRES_USER $POSTGRES_DB'
|
||||
```
|
||||
|
||||
### File Operations
|
||||
|
Reference in New Issue
Block a user