cancel
Showing results for 
Search instead for 
Did you mean: 

connect manager/ssh does not see latest upgrade - staging site - 1.9.2.1 to 1.9.2.2 - help

connect manager/ssh does not see latest upgrade - staging site - 1.9.2.1 to 1.9.2.2 - help

Problem:

- Staging site does not see latest update to 1.9.2.2 in connect manager (I'm currently on 1.9.2.1)

- My production site does see the upgrade, but only through softaculous (have not checked via SSH)

 

What I have tried:

- Connect manager - does not see anything new, in both production and staging site

 

Via SSH:

chmod +x mage
./mage mage-setup .
./mage config-set preferred_state stable
./mage sync
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
php shell/indexer.php reindexall
rm -rf downloader/.cache/ var/cache/

this initially returns some errors (like the TLSv1 and 'community already exists') but I work through them and get all the way through sync and even when it gets to sync, error free, it does not see the latest versions.  I have not ran these commands in my production site, so I am not sure if the production site will see it, and I'm worried that it will and update without having being tested first!

 

I don't know about any other way to force this update on my staging site, is anyone seeing this, or can please provide some suggestions?

 

2 REPLIES 2

Re: connect manager/ssh does not see latest upgrade - staging site - 1.9.2.1 to 1.9.2.2 - help

There is a cache file in your downloader folder that you should reset

 

downloader/cache.cfg

Magento Moderator since 2009
Keep Calm and Clear Cache!

Re: connect manager/ssh does not see latest upgrade - staging site - 1.9.2.1 to 1.9.2.2 - help

this still not fixed it.

I deleted both files:

cache.cfg and connect.cfg from downloader folder.

Still does not see any 1.9.2.2 updates.