-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
directus-relatedThis issue is related to Directus itselfThis issue is related to Directus itself
Description
Describe the bug
There are same collection(testPost
) in two instances A and B. I have deleted the collection in instance A and try to run directus sync to instance B, but the collection did not get deleted.
diff: {
"collections": [
{
"collection": "testPost",
"diff": [
{
"kind": "D",
"lhs": {
"collection": "testPost",
"meta": {
"accountability": "all",
"archive_app_filter": true,
"archive_field": null,
"archive_value": null,
"collapse": "open",
"collection": "testPost",
"color": "#FFC23B",
"display_template": null,
"group": "mysharepost",
"hidden": false,
"icon": null,
"item_duplication_fields": null,
"note": null,
"preview_url": null,
"singleton": false,
"sort": 4,
"sort_field": null,
"translations": null,
"unarchive_value": null,
"versioning": false
},
"schema": {
"name": "testPost"
}
}
}
]
}
],
"fields": [],
"relations": []
}
To Reproduce
Steps to reproduce the behavior:
- Instance A delete a collection
- Run directus-sync pull and push to Instance B
- Diff log showing there is a collection will be deleted
- Collection still exist in Instance B. Diff log keeps showing the same.
Expected behavior
Collection should be deleted
Versions (please complete the following information):
- Directus-Sync version:
3.1.5
- Directus version:
11.1.1
- Directus environment Docker
Metadata
Metadata
Assignees
Labels
directus-relatedThis issue is related to Directus itselfThis issue is related to Directus itself