Commit f6d87eb
Docs: document --backupdb argument for inv docker.manage (#12617)
Closes #7761
## Summary
- Documents the `--backupdb` argument for `inv docker.manage`
- Describes the backup filename pattern:
`dump_<DD-MM-YYYY>_<HH_MM_SS>__<git-hash>.sql`
- Adds restore instructions with step-by-step commands
Note: #8708 proposes a `restoredb` invoke task to automate restoration.
The manual workflow documented here can coexist with that automation if
it lands.
## Test plan
- [x] Built docs locally with `make PROJECT=dev html` - renders
correctly
- [x] Tested `inv docker.manage --backupdb showmigrations` - backup file
created with documented pattern
Generated with [Claude Code](https://claude.com/claude-code)
Steered and reviewed by @nikblanchet (mostly human)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 6b64298 commit f6d87eb
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
157 | 190 | | |
158 | 191 | | |
159 | 192 | | |
| |||
0 commit comments