mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-19 17:40:22 +02:00
Updated Troubleshooting (markdown)
parent
d025c21e02
commit
a4ab6a0af1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user