Support

Account

Home Forums General Issues Export > Import (Migrate?) Existing Field Groups? Reply To: Export > Import (Migrate?) Existing Field Groups?

  • Export => Import using the ACF tools menu will overwrite the field group on the site it is imported into if the group keys match.

    If fields in this group have been added or edited on the destination site all of those changes would be lost.

    When doing this it is also important that all of the field keys match as well. Changing a field key will cause issues where the site it is imported into may not be able to retrieve any previously saved content.

    The best way to manage plugin and theme updates is using Local JSON files. Using this method the fields groups are never actually created in the DB of the destination site. You create an acf-json folder in either your plugin or parent theme where the files are saved and then set a load point for these files. In addition to this you set private value in the json files (explained here) to prevent syncing so that the user of your plugins and themes cannot sync and modify those field groups.