Export and import profiles
gathering interest
Kevin Hoffman
As a migrator who works alongside other team members, I want the ability to export and import profiles so my team can quickly share profile configurations and trust that they are identical.
This may involve defining profiles as JSON which can be stored in version control and leveraged by teams and agencies when spinning up new sites using a standard configuration.
C
Christian L.
This is a feature I'm looking for. Currently we export and share the WP Migrate profiles by dumping the row
option_name = "wpmdb_saved_profiles"
of the wp_options table.Kevin Hoffman
gathering interest