Hi all

Following from the functionality provided by #1272586: Increment or directly set version number with drush features-update, when I try a
drush fu myfeature --version-increment
on a feature, I get an error message stating
The feature myfeature is not enabled..

Is it a requirement to have the feature enabled?

The reason I ask is because on my dev server I have the feature in the db and enabling the feature on the site will result in 2x of everything contained in the feature.

Thanks