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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.