Commit 8e616f4
feat: add SKIP_MIGRATIONS env var to docker entrypoint
Allows skipping the automatic migrate call at startup by setting
SKIP_MIGRATIONS=true. Useful when manually faking migrations before
starting the app, e.g. when rolling back to v0.9 after pruning the
migrations ledger. Default behavior (run migrations) is unchanged.
Updates upgrading.md to document the recovery procedure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8ed8123 commit 8e616f4
2 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
0 commit comments