How to export the variable configuration from one environment to other?
Answer Posted / 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 |
Post New Answer View All Answers