How will you do this using only Drupal core modules’?


You manage twosites A public site ("’Prod"), which is live to the world, and a development site ("Dev"), for building new features and testing updates. Dev is a clone of Prod

You have created a new content type, fields and View on Dev After testing and ensuring that everything is working correctly on Dev, you would like to deploy these changes to Prod

How will you do this using only Drupal core modules’?
A . On Dev, go to the Configuration section of your content type admin interface Export the content type configuration. Repeat for fields and Views On Prod, import your content type archive into the content type Configuration section Repeat for fields and Views.
B . You must use a contributed module such as Features to import and export configurations between two sites.
C . On Dev, go to the Configuration synchronization interface Export an archive of the full site configuration Go to Configuration synchronization on Prod Upload your site archive Click "Import all."
D . To minimize data loss, it is best to recreate the steps manually on Prod that you used to setup the content type, fields, and View on Dev

Answer: D

Leave a Reply

Your email address will not be published.