Skip to content

Commit

Permalink
Updated features doc. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Jun 9, 2016
1 parent 41597dc commit 1fe7da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/readme/features-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Unfortunately, you lose the ability to track these changes and your active confi

Be aware that since Features is a ground-up rewrite in Drupal 8 and still quite young, there are still a lot of bugs to work out. For instance, when you export a feature the UI will frequently try to automatically include [unrelated configuration](https://www.drupal.org/node/2720167) or dependencies (or worse, it will [forget to include](https://www.drupal.org/node/2666836) very necessary dependencies, such as the field storage for field instances!) Developers just need to keep a close eye on this when exporting features, and TA need to carefully review features in PRs for the gotchas and best practices listed above.

You also have to be careful when updating core and contributed modules. If those updates make changes to a module’s configuration schema, you must make sure to also update your exported features definitions. Otherwise, the next time you run features-import it will import a stale configuration schema and cause unexpected behavior. We need to find a better way of preventing this than manually monitoring module updates. Find more information in [this discussion](https://www.drupal.org/node/2745685).

## Getting set up on Acquia Cloud
When setting up a project on Acquia Cloud, it's recommended to add Cloud Hooks for post-code-deploy, post-code-update, and post-db-copy that will automatically perform the following steps:

Expand Down

0 comments on commit 1fe7da7

Please sign in to comment.