You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-agents.md
+110Lines changed: 110 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,116 @@ Issues can be re-triggered through the workflow in two ways:
145
145
146
146
The `ymir_fusa` label will be automatically added by the triage agent to JIRA issues involving FuSa packages. Related merge requests will need to be reviewed and approved by subject matter experts before merging.
147
147
148
+
## Troubleshooting
149
+
150
+
### Phoenix: Alembic migration failure after version rollback
151
+
152
+
When Phoenix is rolled back to an older version (e.g. v16 → v15), the SQLite database
153
+
contains an Alembic revision from the newer version that the older code doesn't
154
+
recognize. Phoenix crashes on startup with:
155
+
156
+
```
157
+
alembic.util.exc.CommandError: Can't locate revision identified by '0ff41b5b118f'
158
+
```
159
+
160
+
The fix is to stamp the database with the head revision the running Phoenix version
161
+
expects. For the v16 → v15 rollback, the known revisions are:
0 commit comments