Issue with upgrading to latest version on Coolify

I am having an issue trying to start the backend server and frontend after upgrading to latest version with coolify, I’ve tried a fresh install and nothing changed.

Creating Docker network.
Starting service.
 Container mailpit-s08kk040sk40o08o040osksw  Recreate
 Container penpot-backend-s08kk040sk40o08o040osksw  Stopping
 Container penpot-backend-s08kk040sk40o08o040osksw  Stopped
 Container redis-s08kk040sk40o08o040osksw  Recreate
 Container penpot-backend-s08kk040sk40o08o040osksw  Stopping
 Container penpot-backend-s08kk040sk40o08o040osksw  Stopped
 Container penpot-exporter-s08kk040sk40o08o040osksw  Recreate
 Container postgres-s08kk040sk40o08o040osksw  Recreate
 Container redis-s08kk040sk40o08o040osksw  Recreated
 Container mailpit-s08kk040sk40o08o040osksw  Recreated
 Container penpot-exporter-s08kk040sk40o08o040osksw  Recreated
 Container postgres-s08kk040sk40o08o040osksw  Recreated
 Container penpot-backend-s08kk040sk40o08o040osksw  Recreate
 Container penpot-backend-s08kk040sk40o08o040osksw  Recreated
 Container frontend-s08kk040sk40o08o040osksw  Creating
 Container frontend-s08kk040sk40o08o040osksw  Created
 Container redis-s08kk040sk40o08o040osksw  Starting
 Container penpot-exporter-s08kk040sk40o08o040osksw  Starting
 Container mailpit-s08kk040sk40o08o040osksw  Starting
 Container postgres-s08kk040sk40o08o040osksw  Starting
 Container postgres-s08kk040sk40o08o040osksw  Started
 Container redis-s08kk040sk40o08o040osksw  Started
 Container postgres-s08kk040sk40o08o040osksw  Waiting
 Container redis-s08kk040sk40o08o040osksw  Waiting
 Container penpot-exporter-s08kk040sk40o08o040osksw  Started
 Container mailpit-s08kk040sk40o08o040osksw  Started
 Container postgres-s08kk040sk40o08o040osksw  Healthy
 Container redis-s08kk040sk40o08o040osksw  Healthy
 Container penpot-backend-s08kk040sk40o08o040osksw  Starting
 Container penpot-backend-s08kk040sk40o08o040osksw  Started
 Container penpot-exporter-s08kk040sk40o08o040osksw  Waiting
 Container penpot-backend-s08kk040sk40o08o040osksw  Waiting
 Container penpot-exporter-s08kk040sk40o08o040osksw  Healthy
 Container penpot-backend-s08kk040sk40o08o040osksw  Error
dependency failed to start: container penpot-backend-s08kk040sk40o08o040osksw is unhealthy

2 Likes

logs:

2025-08-03T08:49:34.758334381Z + exec /opt/jre/bin/java -Dim4java.useV7=true -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Dlog4j2.configurationFile=log4j2.xml -XX:-OmitStackTraceInFastThrow --sun-misc-unsafe-memory-access=allow --enable-native-access=ALL-UNNAMED --enable-preview -jar penpot.jar -m app.main
2025-08-03T08:50:01.145292939Z [2025-08-03 08:50:01.144] I app.metrics - action="initialize metrics"
2025-08-03T08:50:01.171713106Z [2025-08-03 08:50:01.171] I app.db - hint="initialize connection pool", name="main", uri="postgresql://postgres/penpot", read-only=false, credentials=true, min-size=0, max-size=60
2025-08-03T08:50:01.234773408Z [2025-08-03 08:50:01.234] I app.migrations - hint="running migrations", module=:app.migrations/migrations
2025-08-03T08:50:01.680359253Z [2025-08-03 08:50:01.677] I app.worker.executor - hint="executor started"
2025-08-03T08:50:01.687688544Z [2025-08-03 08:50:01.687] I app.redis - hint="initialize redis resources", uri="redis://redis/0", io-threads=3, worker-threads=3
2025-08-03T08:50:02.088029187Z [2025-08-03 08:50:02.086] I app.msgbus - hint="initialize msgbus", buffer-size=128
2025-08-03T08:50:03.384498302Z [2025-08-03 08:50:03.384] I app.http - hint="starting http server", port=6060, host="0.0.0.0"
2025-08-03T08:50:03.419132251Z [2025-08-03 08:50:03.417] I io.undertow - starting server: Undertow - 2.3.18.Final
2025-08-03T08:50:03.429290057Z [2025-08-03 08:50:03.428] I org.xnio - XNIO version 3.8.16.Final
2025-08-03T08:50:03.437618241Z [2025-08-03 08:50:03.437] I org.xnio.nio - XNIO NIO Implementation Version 3.8.16.Final
2025-08-03T08:50:03.502359363Z [2025-08-03 08:50:03.501] I org.jboss.threads - JBoss Threads version 3.5.0.Final
2025-08-03T08:50:03.584880826Z [2025-08-03 08:50:03.584] I app.loggers.database - hint="initializing database error persistence"
2025-08-03T08:50:03.590931541Z [2025-08-03 08:50:03.590] I app.storage.tmp - hint="started tmp cleaner", default-min-age="1h"
2025-08-03T08:50:03.598500075Z [2025-08-03 08:50:03.597] I app.worker - hint="registry initialized", tasks=15
2025-08-03T08:50:03.602592566Z [2025-08-03 08:50:03.602] I app.worker.cron - hint="started", tasks=7
2025-08-03T08:50:03.624960163Z [2025-08-03 08:50:03.624] I app.worker.dispatcher - hint="started"
2025-08-03T08:50:03.629664542Z [2025-08-03 08:50:03.629] I app.worker.runner - hint="started", id=0, queue="default"
2025-08-03T08:50:03.630710715Z [2025-08-03 08:50:03.630] I app.worker.executor - hint="monitor started", name="default"
2025-08-03T08:50:03.633469389Z [2025-08-03 08:50:03.633] I app.srepl - hint="initializing repl server", name="prepl", port=6063, host="localhost"
2025-08-03T08:50:03.634085116Z [2025-08-03 08:50:03.633] I app.worker.runner - hint="started", id=0, queue="webhooks"
2025-08-03T08:50:03.643952799Z [2025-08-03 08:50:03.643] I app.main - hint="welcome to penpot", flags="backend-openapi-doc,dashboard-templates-section,login-with-password,google-fonts-provider,exporter-svgo,backend-api-doc,backend-svgo,export-file-v3,onboarding,backend-worker,smtp,component-thumbnails,email-verification,registration,prepl-server,frontend-svgo", worker?=true, version="2.8.1"
2 Likes

same problem here, also Coolify

2 Likes

Unfortunate stuff, even with the newest version if it’s already released to us because in Github I’m still seeing 2.8.1 :smiling_face_with_tear:

Let’s just hope it will be looked at by the team :crossed_fingers:t4:

1 Like

Same problem !

Thank you for your help :folded_hands:

The problem persists for me. Are there any updates?

It worked on newly updated coolify but had to create a new instance to work and remove the old one!