Portal Home > Knowledgebase > Articles Database > Help to find Out of date WordPress and list of wordpress sites ssh
Help to find Out of date WordPress and list of wordpress sites ssh
Posted by gold2, 03-16-2012, 03:20 PM |
Hi
i want to know how to find out of date WP and how to fine list of all WP account under my server?
Regards
|
Posted by navia, 03-17-2012, 06:11 AM |
afaik, you can use "find", "locate" or "whereis" commands to look for "wp-config.php" under your /home directory to find out all the wordpress installations. And use "grep" to retrieve version stored in "Readme.html" in the format like Version 3.3.1.
You easily create a bash script to do everything for you and output the results in a txt file.
|
Posted by gold2, 03-17-2012, 07:13 AM |
Thank you for reply
please give command here
|
Posted by pmabraham, 03-17-2012, 10:41 AM |
Good day:
The WordPress version is stored in the version.php file.
Thank you.
|
Posted by fshagan, 03-18-2012, 06:28 AM |
Take a look at Mike's command to get the counts at MDDHosting at this forum thread: http://goo.gl/yFcRo
The basic command is:
You can play around with that.
|
Posted by brianoz, 03-18-2012, 07:13 AM |
Here's a version that shows the version breakdown:
|
Posted by pmabraham, 03-19-2012, 11:26 AM |
Good day:
Reminder, make sure your "locate" database is up to date by running updatedb (you can run it in the background with updatedb &)
.
Will list out only those that are out of date; WordPress 3.3.1 is the most current version.
Thank you.
|
Add to Favourites Print this Article
Also Read