How to export the variable configuration from one environment to other?
Answer / Siddharth Tripathi
To export variable configuration from one Drupal environment to another, you can follow these steps:n1. Go to Administration > Configuration > Development > Export.n2. Select the configuration items you want to export and click on 'Export'.n3. Save the generated .sql file.n4. Import the .sql file into the destination Drupal site using the Import feature in the same location (Administration > Configuration > Development > Import).
| Is This Answer Correct ? | 0 Yes | 0 No |
Single sign on functionality
Can I use drupal on the command line?
Does drupal require coding?
What is the difference between theme and sub theme?
How will you do the modules security updates in drupal?
When did drupal 8 release?
what are drupal distributions and drupal installation profiles and what is the difference between the two?
What are the technical differences between joomla and drupal?
How cache_form table works?
What database does drupal use?
What is form rebuild?
If we delete the page.tpl.php then drupal site will work or not?