mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
[Bug]: Failed to upgrade from v1.26.2 to v2.0.0-rc.2 #698
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mzch on GitHub (May 10, 2025).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
No response
Current behavior
I'm running Planka v1.26.2 and today I tried to upgrade it to v2.0.0-rc.2.
When running
npm run server:db:migrate,Desired behavior
Finished correctly.
Steps to reproduce
Run below:
Other information
No response
@meltyshev commented on GitHub (May 10, 2025):
Hi! Upgrading to v2 requires a bit more actions than a typical update:
npm run server:db:migrate, please runnpm run server:db:upgrade- this will migrate the database and adapt all necessary files.@mzch commented on GitHub (May 10, 2025):
Oh, it's all in my head. Thanks! @meltyshev