migration-tool
migration-tool copied to clipboard
Automated script to migrate from Directus v8 to Directus v9
yes , i have followed these steps : 1) i have created a empty database in mysql 2) import sql dumb files one-by-one 3) ran v8 directus project and got...
The migration was often failing prior to the migrating of the relations, but after learning that it was caused by existing users as well as tokens expiring, I have gotten...
The data migration is failing with the following error: ❯ Inserting Data ✖ text_classification → Cannot read property '4' of undefined .. Migrating Users Migration Files TypeError: Cannot read property...
✨ Migrating https://taxonomy-directus-service.test.xxx.com (v8) to https://taxonomy-directus-service.dev.xxx.com (v9)... ✔ Migrating Schema ❯ Migrating Users ✔ Downloading Roles ✔ Creating Roles ✔ Downloading Users ✖ Creating Users → Cannot read property '0'...
Hello, In V8, to translate the contents I made something like that (in my memory it was a good practice) : page (id, translations (translations with idpage_translations.page)) page_translations (id, page...
Directus Legacy 8.8.1 Directus Node 9.6.0 Migration Tool - current I have a table in v8 that references users as a many-to-one relationship from directus_users (a project that has a...
While migrating from V8 to V9 I encounter the following error while "migrating relations" > Cannot read propery 'map' of undefined  I...
Hello, When running the migration tool, everything seems to connect correctly, but then it fails during the `Migrating Schema → Creating Collections` phase. Collections produce a `(details.length || "").split is...
 Console Output: https://gist.github.com/Yuuyuuei/091c313b0fb09393626a1158d63c463f
So, now when I try and migrate, the whole thing goes smoothly, migrating relations, files, etc. until it gets to the actual data:   This is weird because the...