1

I've tried running lando drush cex or lando drush config-export but both give me this error:

Command config-export requires Drupal core version 8+ to run. [error] The drush command 'cex' could not be executed. [error]

Lee Wise
  • 902
  • 7
  • 16

1 Answers1

3

You cannot use drush cex in Drupal 7. This command was introduced in Drupal 8.

  • Welcome to SO. Your answer would be even better if you linked the release notes or some other resource proving your answer. – m02ph3u5 Jan 10 '20 at 15:57