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
running update directus_operations set resolve = NULL, reject = NULL; will fix this error and will then write the correct operation fk value in those columns on the next npx directus-sync push.
It is possible that this is a directus bug from earlier versions where the db state can be "corrupt" in a way where old deleted operations are still being referenced from directus_operations.resolve and directus_operations.reject columns.
Thank you for taking a look at this. We rely on this tool to sync flow and schema state across environments, and it has been excellent and very useful so far.
To Reproduce
Steps to reproduce the behavior:
Create a bunch of flows with a few operations in directus
Run directus-sync push -c ./directus-sync.local.config.cjs
Expected behavior
In some cases directus-sync push will retry to reconcile foreign key relations, which in this case, is not happening
Versions (please complete the following information):
Directus-Sync version: ^1.5.3
Directus version: 10.11.0
Directus environment: Docker (local)
The text was updated successfully, but these errors were encountered:
Describe the bug
We are using quite a few flows, and depending on the UUIDs in different environments etc, we frequently see the error:
running
update directus_operations set resolve = NULL, reject = NULL;
will fix this error and will then write the correct operation fk value in those columns on the nextnpx directus-sync push
.It is possible that this is a directus bug from earlier versions where the db state can be "corrupt" in a way where old deleted operations are still being referenced from
directus_operations.resolve
anddirectus_operations.reject
columns.Thank you for taking a look at this. We rely on this tool to sync flow and schema state across environments, and it has been excellent and very useful so far.
To Reproduce
Steps to reproduce the behavior:
directus-sync push -c ./directus-sync.local.config.cjs
Expected behavior
In some cases
directus-sync push
will retry to reconcile foreign key relations, which in this case, is not happeningVersions (please complete the following information):
^1.5.3
10.11.0
The text was updated successfully, but these errors were encountered: