Replies: 5 comments
-
|
❌ No matching Coder user found for GitHub user @cpellet. Please connect your GitHub account with Coder and try again: https://dev.coder.com/settings/external-auth |
Beta Was this translation helpful? Give feedback.
-
|
Hi @cpellet, I see you are not specifying the |
Beta Was this translation helpful? Give feedback.
-
|
Could you please provide more information?
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @matifali @deansheather many thanks for your prompt reply. This is a fresh install, with a clean db devoid of previous Coder data as this is the first time I am using Coder. I have just tried setting the |
Beta Was this translation helpful? Give feedback.
-
|
Hi @cpellet, can you try doing a fresh install and update? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Current Behavior
Installing the Helm chart version 2.21.0 (app version 2.21.0) fails due to an error on startup caused by missing migration files (see logs below).
Relevant Log Output
Logs from the coder pod: Started HTTP listener at http://0.0.0.0:8080 ╔════════════════════════════════════╗ ║ View the Web UI: ║ ║ https://coder.xxx.com ║ ╚════════════════════════════════════╝ 2025-04-29 07:01:02.749 [erro] connect to postgres failed ... error= up: github.com/coder/coder/v2/coderd/database/migrations.UpWithFS /home/runner/work/coder/coder/coderd/database/migrations/migrate.go:137 - no migration found for version 20241016151312: read down for version 20241016151312 .: file does not exist Encountered an error running "coder server", see "coder server --help" for more information error: connect to postgres: connect to postgres: migrate up: up: no migration found for version 20241016151312: read down for version 20241016151312 .: file does not existExpected Behavior
Helm release should deploy successfully
Steps to Reproduce
Here are relevant Terraform snippets to reproduce:
coder.tf
coder.yaml
Environment
Additional Context
I have tested this on the latest version
Beta Was this translation helpful? Give feedback.
All reactions