mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-07-07 10:01:17 +02:00
Updated Troubleshooting (markdown)
@ -72,7 +72,7 @@ Restore that database:
|
|||||||
docker compose stop netbox netbox-worker netbox-housekeeping
|
docker compose stop netbox netbox-worker netbox-housekeeping
|
||||||
|
|
||||||
# Restore the DB dump
|
# 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
|
### File Operations
|
||||||
|
Reference in New Issue
Block a user