Hi,
I tried upgrading to version 0.64.0 on my self-hosted instance, but after the upgrade, nothing loads.
I then attempted to revert to the last working version (0.63.1), but now I’m getting a 500 error.
Below is the error log from version 0.64.0:
2025/06/25 09:16AM 50 pid=8 hostname=be298bef3337 err={“type”:“QueryFailedError”,“message”:“relation "platform_plan" does not exist”,“stack”:“QueryFailedError: relation "platform_plan" does not exist\n at PostgresQueryRunner.query (/usr/src/app/dist/packages/server/api/node_modules/typeorm/driver/src/driver/postgres/PostgresQueryRunner.ts:331:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)”,“query”:"\n ALTER TABLE "platform_plan"\n ADD "agentsLimit" integer\n ",“driverError”:{“type”:“DatabaseError”,“message”:“relation "platform_plan" does not exist”,“stack”:“error: relation "platform_plan" does not exist\n at /usr/src/app/dist/packages/server/api/node_modules/pg/lib/client.js:526:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at PostgresQueryRunner.query (/usr/src/app/dist/packages/server/api/node_modules/typeorm/driver/src/driver/postgres/PostgresQueryRunner.ts:260:25)”,“length”:111,“name”:“error”,“severity”:“ERROR”,“code”:“42P01”,“file”:“namespace.c”,“line”:“433”,“routine”:“RangeVarGetRelidExtended”},“length”:111,“severity”:“ERROR”,“code”:“42P01”,“file”:“namespace.c”,“line”:“433”,“routine”:“RangeVarGetRelidExtended”} msg=[Main#main]
This is form prostess :
025-06-25 06:19:49.892 UTC [89] ERROR: relation “platform_plan” does not exist
2025-06-25 06:19:49.892 UTC [89] STATEMENT:
ALTER TABLE "platform_plan"
ADD "agentsLimit" integer