16:19:47 off the top of my head : dns resolves to web server, can connect to database , has appropriate grants, no modules are out of date
We would also need to check permissions according to http://drupal.org/node/338657
16:19:47 off the top of my head : dns resolves to web server, can connect to database , has appropriate grants, no modules are out of date
We would also need to check permissions according to http://drupal.org/node/338657
Comments
Comment #1
adrian commentedThis has been done by the merge of verify and synch tasks, but we should extend it for 0.2
Comment #2
anarcat commentedNow is the time to target this issue, for 0.2.
Comment #3
anarcat commentedAdrian, what exactly is missing here?
Comment #4
adrian commentedThe verify task for sites is actually a good deal better now.
The drush_bootstrap patch makes things a _LOT_ more well tested.
So we can look at this again once the time comes.
Basically, we'll be adding any cases we find where the site should fail verification, directly to drush, which will spread the validation across all our commands.
Comment #5
adrian commentedclosing this. drush can now pick up most problems relating to verifying a drupal site.