-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: ERROR: column "uuid" of relation "environment_variables" does not exist #4574
Comments
Have you upgraded frequently, or have you upgraded from a very old version to the current version? Also can you please show me the output of this command: docker exec -it coolify php artisan migrate:status |
I think I was maybe 2 or 3 versions before the current one. ( like v4.0.0-beta.368 )
|
Update: I get this error for all the apps ( Services ) Wait, this is not cool... |
Fixed it by manually adding the missing key to coolify-db
|
seriously? bravo!! |
yea, not really sure what causes that. but fixed as soon as I added the missing key |
Error Message and Logs
is not cool...
There has been an error, we are working on it.
Error: SQLSTATE[42703]: Undefined column: 7 ERROR: column "uuid" of relation "environment_variables" does not exist LINE 1: ...lue", "is_build_time", "is_preview", "is_shared", "uuid", "u... ^ (Connection: pgsql, SQL: insert into "environment_variables" ("key", "service_id", "value", "is_build_time", "is_preview", "is_shared", "uuid", "updated_at", "created_at") values (SERVICE_FQDN_STRAPI, 7, eyJpdiI6IjYrL1BIVzFpVzgwakd2OG9DNXB4b0E9PSIsInZhbHE5LSzY0dDBub3dR9BbFpLNCtlRXI4Zk5vNDRuQzRIbVlaYzBRN1hjeE5KOE1tNlJMcU44V0dpT3BaOU91dWFkUm1FU0lEU0Zwc3RUOTFiYXRuMHRUczJscHpDZzY1RE9pc003N2Rjalk9IiwibWFjIjoiYTk1ZTIzZWU5NTliOGY2ZjViZmJjNzE1MmRjOTY3ZDRhYmQxMDMxYjJlYTM0OWE4ZDMyODI5ZDJmNjVmMTFiZSIsInRhZyI6IiJ9, 0, 0, 0, kc0wsk8s4gk8s84k88k00csk, 2024-12-14 12:46:26, 2024-12-14 12:46:26) returning "id")
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: