[Error while deploying] The migration directory is corrupt, the following files are missing: 20180721234154_create_project_membership_table.js #184

Closed
opened 2026-02-04 17:44:36 +03:00 by OVERLORD · 2 comments
Owner

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:
image

It was in planka server container, not the database.

Any clues what would be the fix?

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: ![image](https://user-images.githubusercontent.com/9994511/166645816-0b82f791-98a9-4bbd-893a-44bff4c58648.png) It was in planka server container, not the database. Any clues what would be the fix?
OVERLORD added the duplicate label 2026-02-04 17:44:36 +03:00
Author
Owner

@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.

@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.
Author
Owner

@Pheggas commented on GitHub (May 4, 2022):

Thank you! Seems like Planka is alive again!

@Pheggas commented on GitHub (May 4, 2022): Thank you! Seems like Planka is alive again!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#184