Skip to content

Instantly share code, notes, and snippets.

@arispublic
Created February 18, 2016 20:36
Show Gist options
  • Save arispublic/bb559375085b11bdf8f0 to your computer and use it in GitHub Desktop.
Save arispublic/bb559375085b11bdf8f0 to your computer and use it in GitHub Desktop.
Steps to update feature in drupal
#1. recreate the feature_module with additional fields/views/menu. Don't forget to increase the version number
#2. Download the feature_module
#3. Replace the feature_module with the new one.
#4. Update the feature_module
drush fu feature_module
#5. Update module the feature_module
drush updb -y
#6. done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment