mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Issue -the following files are missing: 20180721234154_create_project_membership_table.js #186
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 @upuldi on GitHub (May 1, 2022).
I am getting the following error from the latest docker (1.13).
Error: The migration directory is corrupt, the following files are missing: 20180721234154_create_project_membership_table.js
@shamoon commented on GitHub (May 1, 2022):
same here, and sadly for me I tried to exec into the container and run
cd db && wget https://raw.githubusercontent.com/plankanban/planka/d6cb1f6683774ffa52012f42b6483a8a93e704d1/server/db/migrations/20180721234154_create_project_membership_table.js -P migrationsand restarted and now all of my data is gone...Edit: this saved me: https://github.com/plankanban/planka/issues/139#issuecomment-871094096
@vcantrell commented on GitHub (May 1, 2022):
Same here as well.... container just reboots after the latest update.
@vcantrell commented on GitHub (May 1, 2022):
Sadly, the result wasn't quite the same for me:

@phylor commented on GitHub (May 1, 2022):
The procedure worked for me without any errors.
However, when restarting the web container, it still complains about the missing migration and hence does not boot. As the container keeps running (instead of dying), I was able to download the migration again:
Data seems to be still intact after these procedures.
@dbrennand commented on GitHub (May 2, 2022):
A kind reminder to make database backups 🙂