Exporting ACLs to a new Espo install preserving IDs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tothewine
    Active Community Member
    • Jan 2018
    • 373

    Exporting ACLs to a new Espo install preserving IDs

    Is there a way to export all the teams and roles from the db and import them keeping the relations? Has somebody tried this? We have multiple Espo instances and would like to keep teams and team roles in sync between them (for dynamic logic and php customization that refer to teams and roles by their IDs).
  • eymen.elkum
    Member
    • Aug 2019
    • 41

    #2
    I think that using the mysql for this makes sense

    Comment

    • tothewine
      Active Community Member
      • Jan 2018
      • 373

      #3
      I wished to use something like the builtin export function... but it looks like it iwll be an sql import for now.

      Comment

      Working...