Has anyone figured out how you can sync only config, not content, between environments?
A lot of config lives in config.php, but stuff like user groups, metadata fields etc live in the database afaik. Is there some sort of script available that lets you backup or sync only data that can be considered config between databases/environments. You could do a full sync of the database, but that means you'd also have to sync all files. In our case we're talking about terrabytes of files, that I'd rather not duplicate on a staging environment.