Edouard Demotes

Results 54 comments of Edouard Demotes

Hi. It has been added in the new version: https://github.com/tractr/directus-sync/releases/tag/directus-sync%403.3.0

Thanks for the words. It's a new version of the CLI : https://www.npmjs.com/package/directus-sync?activeTab=versions

@Dominic-Marcelino Thanks for reporting the bug. I will work on this.

@ulfgebhardt The Directus collections sync process and the Seed sync process are not meant to be joined. In other words, there is no simple way to link a files that...

@Khartir I think this issue is related to Directus directly. Directus-Sync manage the schema by using the [schema snapshot](https://docs.directus.io/reference/system/schema.html) endpoints. Maybe you need to clear the system cache after changing...

Hi @BorisKamp. - Do you see the collection `logs` in the target Directus instance models ? - Did you try to use the `--force` flag (`npx directus-sync push --force`) ?

Sorry, I didn't see the screenshot of `directus_collections`. Can you run the command with the debug flag : `npx directus-sync push --debug` and also the logs from Directus ?

Do you use folders or sub-models to organize you models in Directus ? This may be an issue with the snapshot restore process of Directus. Sometimes it tries to create...

Maybe you have a remaining `log` reference in the JSON files. Can you search for `log`(not `logs`) in the `directus-config` folder ?

Hi @mason5991, I will try to reproduce the bug on my side. I have few question : - Which database are you using ? - Do you have any error...