How can I know which version of Drupal is installed in my server?
You can get this by logging in to admin. Go to Administer → Reports → Status Report. This will let you know all your config information of the site including your Drupal version.
After installation, check the status of your site at Administration > Reports > Status report ( /admin/reports/status ).
Asked by Carlos Hall on October 15, 2015 in Drupal. If you have aliases set up for remote (or local) sites, you can run drush @alias status and it will give you the status info for that remote system(similar to the above one).
You can get this by logging in to admin. Go to Administer → Reports → Status Report.
This will let you know all your config information of the site including your Drupal version.
You can also type:
drush status
in your project folder. It will print out something like this:
$ drush status Drupal version : 7.27 **<--** Default theme : garland Administration theme : garland PHP executable : php PHP configuration : "C:\Program Files (x86)\Drush\Php\php.ini" PHP OS : WINNT Drush version : 6.0 Drush configuration : Drush alias files : c:/users/spaden/.drush/pantheon.aliases.drushrc.php Drupal root : c:/Users/spaden/localSite/
Hope this helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With