You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My server was abandoned for years and now I want to update planka or maybe export data from old version and import to current. Is there any way to safe migrate from 0.1.6?
Migrator log:
planka_1 | /app/node_modules/knex/lib/migrations/migrate/Migrator.js:566
planka_1 | throw new Error(
planka_1 | ^
planka_1 |
planka_1 | Error: The migration directory is corrupt, the following files are missing: 20180721234154_create_project_membership_table.js
planka_1 | at validateMigrationList (/app/node_modules/knex/lib/migrations/migrate/Migrator.js:566:11)
planka_1 | at Migrator.latest (/app/node_modules/knex/lib/migrations/migrate/Migrator.js:69:7)
planka_1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
planka_1 | at async /app/db/init.js:11:5
The text was updated successfully, but these errors were encountered:
An example of updating (from 0.1.6 to 1.0.0) can be found here: #139 (comment). Hope this helps, and then Planka should update automatically to the latest version via migrations.
My server was abandoned for years and now I want to update planka or maybe export data from old version and import to current. Is there any way to safe migrate from 0.1.6?
Migrator log:
The text was updated successfully, but these errors were encountered: