mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Error while deploying] The migration directory is corrupt, the following files are missing: 20180721234154_create_project_membership_table.js #184
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 @Pheggas on GitHub (May 4, 2022).
Hello. I recently re-worked my homelab and wanted to re-deploy my existing planka database. Unfortunately, this error stopped me from doing so:

It was in planka server container, not the database.
Any clues what would be the fix?
@meltyshev commented on GitHub (May 4, 2022):
Hi! Duplicate of https://github.com/plankanban/planka/issues/238.
There are problems with upgrading from 0.x.x versions to 1.x.x because the database structure changed too often during development. It would be very time consuming to write migrations, which was written in readme that Planka has not been released yet. Now starting from version 1.0.0 we will do migrations, so that the upgrade to the new version will happen automatically (or with very simple actions). https://github.com/plankanban/planka/issues/139 here you can find how to do updates manually.
@Pheggas commented on GitHub (May 4, 2022):
Thank you! Seems like Planka is alive again!