We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
┌─────────────────────────────────────────────────────────┐ 2024-12-31T15:32:20.744624899Z │ Update available 5.17.0 -> 6.1.0 │ 2024-12-31T15:32:20.744632899Z │ │ 2024-12-31T15:32:20.744640819Z │ This is a major update - please follow the guide at │ 2024-12-31T15:32:20.744643139Z Prisma schema loaded from prisma/schema.prisma 2024-12-31T15:32:20.744645579Z │ https://pris.ly/d/major-version-upgrade │ 2024-12-31T15:32:20.744650589Z │ │ 2024-12-31T15:32:20.744657629Z │ Run the following to update │ 2024-12-31T15:32:20.744699239Z Datasource "db": PostgreSQL database "umami", schema "public" at "postgresql:5432" 2024-12-31T15:32:20.744706559Z 2024-12-31T15:32:20.744711410Z 7 migrations found in prisma/migrations 2024-12-31T15:32:20.744716079Z 2024-12-31T15:32:20.744720719Z 2024-12-31T15:32:20.744724579Z No pending migrations to apply. 2024-12-31T15:32:20.744729059Z 2024-12-31T15:32:20.744743059Z │ yarn add --dev prisma@latest │ 2024-12-31T15:32:20.744748998Z │ yarn add @prisma/client@latest │ 2024-12-31T15:32:20.744753169Z └─────────────────────────────────────────────────────────┘ 2024-12-31T15:32:20.744951660Z ✓ Database is up to date. 2024-12-31T15:32:21.081662056Z $ node scripts/update-tracker.js 2024-12-31T15:32:21.454735249Z $ node server.js 2024-12-31T15:32:21.862510491Z ▲ Next.js 15.0.4 2024-12-31T15:32:21.862568411Z - Local: http://localhost:3000 2024-12-31T15:32:21.862593571Z - Network: http://0.0.0.0:3000 2024-12-31T15:32:21.862596741Z 2024-12-31T15:32:21.862599511Z ✓ Starting... 2024-12-31T15:32:21.977646931Z ✓ Ready in 122ms
2024-12-31T15:32:34.043630569Z error Command failed with signal "SIGILL". 2024-12-31T15:32:34.043899230Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 2024-12-31T15:32:34.070009949Z ERROR: "start-server" exited with 1. 2024-12-31T15:32:34.089726536Z error Command failed with exit code 1. 2024-12-31T15:32:34.090269149Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 2024-12-31T15:32:34.809734020Z yarn run v1.22.22 2024-12-31T15:32:34.869795295Z $ npm-run-all check-db update-tracker start-server 2024-12-31T15:32:35.415616566Z $ node scripts/check-db.js 2024-12-31T15:32:35.568211574Z ✓ DATABASE_URL is defined. 2024-12-31T15:32:35.659909125Z ✓ Database connection successful. 2024-12-31T15:32:35.720677033Z ✓ Database version check successful. 2024-12-31T15:32:36.861228370Z Prisma schema loaded from prisma/schema.prisma 2024-12-31T15:32:36.861271260Z Datasource "db": PostgreSQL database "umami", schema "public" at "postgresql:5432" 2024-12-31T15:32:36.861276650Z 2024-12-31T15:32:36.861280810Z 7 migrations found in prisma/migrations 2024-12-31T15:32:36.861285020Z 2024-12-31T15:32:36.861289130Z 2024-12-31T15:32:36.861293020Z No pending migrations to apply. 2024-12-31T15:32:36.861297000Z 2024-12-31T15:32:36.861301020Z ✓ Database is up to date. 2024-12-31T15:32:37.179487195Z $ node scripts/update-tracker.js 2024-12-31T15:32:37.567972696Z $ node server.js 2024-12-31T15:32:37.988357043Z ▲ Next.js 15.0.4 2024-12-31T15:32:37.988610195Z - Local: http://localhost:3000 2024-12-31T15:32:37.988626255Z - Network: http://0.0.0.0:3000 2024-12-31T15:32:37.988631205Z 2024-12-31T15:32:37.988635445Z ✓ Starting... 2024-12-31T15:32:38.123208648Z ✓ Ready in 140ms
No response
v4.0.0-beta.380
No (self-hosted)
Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error Message and Logs
┌─────────────────────────────────────────────────────────┐
2024-12-31T15:32:20.744624899Z │ Update available 5.17.0 -> 6.1.0 │
2024-12-31T15:32:20.744632899Z │ │
2024-12-31T15:32:20.744640819Z │ This is a major update - please follow the guide at │
2024-12-31T15:32:20.744643139Z Prisma schema loaded from prisma/schema.prisma
2024-12-31T15:32:20.744645579Z │ https://pris.ly/d/major-version-upgrade │
2024-12-31T15:32:20.744650589Z │ │
2024-12-31T15:32:20.744657629Z │ Run the following to update │
2024-12-31T15:32:20.744699239Z Datasource "db": PostgreSQL database "umami", schema "public" at "postgresql:5432"
2024-12-31T15:32:20.744706559Z
2024-12-31T15:32:20.744711410Z 7 migrations found in prisma/migrations
2024-12-31T15:32:20.744716079Z
2024-12-31T15:32:20.744720719Z
2024-12-31T15:32:20.744724579Z No pending migrations to apply.
2024-12-31T15:32:20.744729059Z
2024-12-31T15:32:20.744743059Z │ yarn add --dev prisma@latest │
2024-12-31T15:32:20.744748998Z │ yarn add @prisma/client@latest │
2024-12-31T15:32:20.744753169Z └─────────────────────────────────────────────────────────┘
2024-12-31T15:32:20.744951660Z ✓ Database is up to date.
2024-12-31T15:32:21.081662056Z $ node scripts/update-tracker.js
2024-12-31T15:32:21.454735249Z $ node server.js
2024-12-31T15:32:21.862510491Z ▲ Next.js 15.0.4
2024-12-31T15:32:21.862568411Z - Local: http://localhost:3000
2024-12-31T15:32:21.862593571Z - Network: http://0.0.0.0:3000
2024-12-31T15:32:21.862596741Z
2024-12-31T15:32:21.862599511Z ✓ Starting...
2024-12-31T15:32:21.977646931Z ✓ Ready in 122ms
restart in this
2024-12-31T15:32:34.043630569Z error Command failed with signal "SIGILL".
2024-12-31T15:32:34.043899230Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2024-12-31T15:32:34.070009949Z ERROR: "start-server" exited with 1.
2024-12-31T15:32:34.089726536Z error Command failed with exit code 1.
2024-12-31T15:32:34.090269149Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2024-12-31T15:32:34.809734020Z yarn run v1.22.22
2024-12-31T15:32:34.869795295Z $ npm-run-all check-db update-tracker start-server
2024-12-31T15:32:35.415616566Z $ node scripts/check-db.js
2024-12-31T15:32:35.568211574Z ✓ DATABASE_URL is defined.
2024-12-31T15:32:35.659909125Z ✓ Database connection successful.
2024-12-31T15:32:35.720677033Z ✓ Database version check successful.
2024-12-31T15:32:36.861228370Z Prisma schema loaded from prisma/schema.prisma
2024-12-31T15:32:36.861271260Z Datasource "db": PostgreSQL database "umami", schema "public" at "postgresql:5432"
2024-12-31T15:32:36.861276650Z
2024-12-31T15:32:36.861280810Z 7 migrations found in prisma/migrations
2024-12-31T15:32:36.861285020Z
2024-12-31T15:32:36.861289130Z
2024-12-31T15:32:36.861293020Z No pending migrations to apply.
2024-12-31T15:32:36.861297000Z
2024-12-31T15:32:36.861301020Z ✓ Database is up to date.
2024-12-31T15:32:37.179487195Z $ node scripts/update-tracker.js
2024-12-31T15:32:37.567972696Z $ node server.js
2024-12-31T15:32:37.988357043Z ▲ Next.js 15.0.4
2024-12-31T15:32:37.988610195Z - Local: http://localhost:3000
2024-12-31T15:32:37.988626255Z - Network: http://0.0.0.0:3000
2024-12-31T15:32:37.988631205Z
2024-12-31T15:32:37.988635445Z ✓ Starting...
2024-12-31T15:32:38.123208648Z ✓ Ready in 140ms
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.380
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: