Marc Roig
Marc Roig
@jhoward1994 tests were not passing here at the time, so mayabe it's still not enough, but let me know if you want to work on it together!
I would personally wait for https://github.com/strapi/strapi/pull/19813 too before testing the v4 data migration
@innerdvations about the lock, I have only been testing this with sqlite, but at least I did not need to remove any lock if the migration failed.
@derrickmehaffy yep! :)
we are going to refactor the api a bit, closing this for now, expect news soon :)
Hello, this issue should indeed be fixed using the migration guide but it seems there is giving an error for some people. This is caused when having duplicated relationships. If...
> Thanks @Marc-Roig Don´t know if this question is related or not, just attempting to solve the version update by myself. > > Is there any way to skip the...
@jsanta I would start checking Strapi app first which syncs the schema with the database: https://github.com/strapi/strapi/blob/main/packages/core/strapi/lib/Strapi.js#L445 It might interest you also checking the database layer. https://github.com/strapi/strapi/blob/main/packages/core/database/lib/index.js#L37 What error did you...
@bencehusi > Same issue. > > Tried to migrate to 4.5.2 from 3.6.0. > > I am using the migration script as [described in the docs](https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.4.5-to-4.5.1.html). > > Migration 2022.11.16T00.00.00.remove_duplicated_relationships.js...
@arpadgabor > We've experienced the same issue on our production environment (other environments didn't need the migration script) however the migration script fails on the production environment. Leaving this here,...