Migrate user Rol and Permissions

Hi all :wave:
I have a question that I do not know very well how to handle and I am not finding anything clear about how to do it either in the forum or in Github issues.
My problem is that I have a Strapi backend that feeds content to a React application. I have this application in 3 environments that work in this order:

STAGE ----> QA ----> PROD

Is there any possibility or any way to migrate the permissions I have for each content-type between the different environments?

I’m not sure if I have been clear enough with my question, anyway thanks for the help and time. :grin:

If you just want to migrate your configuration, for the current version, you can use the strapi-config-sync to export and import your configuration from different environments.

Looks goods :+1: