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
fix: prevent onboard init container from starting the server
The onboard --yes flag was triggering paperclipai run, which starts
the server inside the init container and never exits. Now the init
container only creates the config file and exits. Admin bootstrap
requires the server to be running (for DB migrations), so it cannot
be done in an init container.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments