We already have the way to sync configuration via strapi configuration:dump | configuration:restore
cli commands. But they are not sync changes in access permissions (that are stored in separate users-permissions_permission
and users-permissions_role
tables)!
So now we need to duplicate changes manually (via repeat all clicks in admin panel), or write custom scripts that implement dump / restore of that tables.
Is there any way to make those sync of permission changes via Strapi build-in functional? If not, is this feature planned?
System Information
- Strapi Version: 3.6.2