0.0.0-beta-202602130446 doesn't start due to "no such table" errorI #9259

Closed
opened 2026-02-16 18:12:01 -05:00 by yindo · 1 comment
Owner

Originally created by @mtymek on GitHub (Feb 13, 2026).

Originally assigned to: @thdxr on GitHub.

Description

I just upgraded OC to the latest beta version (0.0.0-beta-202602130446). When trying to start it, I'm getting the following error:

{
  "name": "UnknownError",
  "data": {
    "message": "SQLiteError: no such table: control_account\n    at prepare (unknown)\n    at prepare (bun:sqlite:331:37)\n    at prepareQuery (../../node_modules/.bun/drizzle-orm@1.0.0-beta.12-a5629fb+1f516382cd87cd66/node_modules/drizzle-orm/bun-sqlite/session.js:23:40)\n    at _prepare (../../node_modules/.bun/drizzle-orm@1.0.0-beta.12-a5629fb+1f516382cd87cd66/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:558:71)\n    at get (../../node_modules/.bun/drizzle-orm@1.0.0-beta.12-a5629fb+1f516382cd87cd66/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:587:15)\n    at run (node:async_hooks:62:22)\n    at use (src/storage/db.ts:109:28)\n    at token (src/control/index.ts:30:26)\n    at <anonymous> (src/config/config.ts:97:33)\n    at processTicksAndRejections (native:7:39)"
  }
}

I'm running it on Macbook, OC is installed using bun.

Plugins

No plugins

OpenCode version

0.0.0-beta-202602130446

Steps to reproduce

Just try to start OpenCode

Operating System

macOS Tahoe 26.2

Terminal

Ghostty

Originally created by @mtymek on GitHub (Feb 13, 2026). Originally assigned to: @thdxr on GitHub. ### Description I just upgraded OC to the latest beta version (0.0.0-beta-202602130446). When trying to start it, I'm getting the following error: ``` { "name": "UnknownError", "data": { "message": "SQLiteError: no such table: control_account\n at prepare (unknown)\n at prepare (bun:sqlite:331:37)\n at prepareQuery (../../node_modules/.bun/drizzle-orm@1.0.0-beta.12-a5629fb+1f516382cd87cd66/node_modules/drizzle-orm/bun-sqlite/session.js:23:40)\n at _prepare (../../node_modules/.bun/drizzle-orm@1.0.0-beta.12-a5629fb+1f516382cd87cd66/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:558:71)\n at get (../../node_modules/.bun/drizzle-orm@1.0.0-beta.12-a5629fb+1f516382cd87cd66/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:587:15)\n at run (node:async_hooks:62:22)\n at use (src/storage/db.ts:109:28)\n at token (src/control/index.ts:30:26)\n at <anonymous> (src/config/config.ts:97:33)\n at processTicksAndRejections (native:7:39)" } } ``` I'm running it on Macbook, OC is installed using bun. ### Plugins No plugins ### OpenCode version 0.0.0-beta-202602130446 ### Steps to reproduce Just try to start OpenCode ### Operating System macOS Tahoe 26.2 ### Terminal Ghostty
yindo added the bugneeds:compliance labels 2026-02-16 18:12:01 -05:00
yindo closed this issue 2026-02-16 18:12:01 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 13, 2026):

This issue doesn't fully meet our contributing guidelines.

What needs to be fixed:

  • Missing "Steps to reproduce": Bug reports must include steps on how to reproduce the issue. While you've provided the error message and version, please add clear steps that triggered this error (e.g., what actions did you take after upgrading that caused the "no such table" error?).
  • Missing system information: Please provide your Operating System and Terminal details to help with debugging.

Please edit this issue to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions[bot] commented on GitHub (Feb 13, 2026): <!-- issue-compliance --> This issue doesn't fully meet our [contributing guidelines](https://github.com/anomalyco/opencode/blob/dev/CONTRIBUTING.md). **What needs to be fixed:** - **Missing "Steps to reproduce"**: Bug reports must include steps on how to reproduce the issue. While you've provided the error message and version, please add clear steps that triggered this error (e.g., what actions did you take after upgrading that caused the "no such table" error?). - **Missing system information**: Please provide your Operating System and Terminal details to help with debugging. Please edit this issue to address the above within **2 hours**, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9259