We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c889c15 commit 7cd8c4dCopy full SHA for 7cd8c4d
README.md
@@ -101,7 +101,7 @@ To restore your database from a backup:
101
102
```bash
103
# Restore from a backup (handles both .sql and .sql.gz files)
104
-docker-compose -f local.yml run --rm django python manage.py database_restore path/to/backup.sql[.gz]
+docker-compose -f local.yml run -v local/path/to/directory:/backups --rm django python manage.py database_restore /backups/backup_file_name.sql[.gz]
105
```
106
107
The restore command will:
0 commit comments