System Information
- Strapi Version: 4.10.5
- Operating System: Ubuntu 22.04.2 LTS
- Database: PostgreSQL
- Node Version: 18.13.0
- NPM Version:
- Yarn Version: 1.22.19
Hi!
I noticed, using different import/export plugins (strapi-plugin-import-export-entries
and strapi-plugin-email-designer
) that importing data will produce a sequence issue with the id in Postgres.
This result in the impossibility to add new rows after that unless I fix the sequence manually in the DB.
Error:
Duplicate key value violates unique constraint
Is it something to check with the plugin developers themselves or a general Strapi issue?
Thanks