I have…
- Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
- Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
- Bug report <!-- Please search the support forum for a similar before submitting
Current behavior
I make update with the next command - “./sq sync in "squidex_data" --app $target_env -t content” and that duplicate content
Expected behavior
command just override existing data
Minimal reproduction of the problem:
- Create app ‘TestApp’.
- Add schema ‘TestContent’ with ContentId (unique, number), Name(non unique, string)
- Add content 1, ‘TestName’.
- Run “./sq sync out "squidex_data" --app TestApp”
- Run “./sq sync in "squidex_data" --app TestApp -t content”
Environment
App Name: TestApp
- Self hosted with docker
Version: Installed 1 month ago
Browser:
- Chrome (desktop)
Others:
No