Upgradind from 4.6 to 4.7

I know about these threads:
http://drupal.org/node/62394
http://drupal.org/node/76093

But my sites are different. I have two sites on the same domain. Like this:
domain.com/
domain.com/other_language/

Each one has its own database and its own directory in /sites. When I run domain.com/update.php it works well and the main site works. But the second site's database is not updated.

How can I make update.php update the second database? I tried domain/other_language/update.php but it does not work.

Regards, Clodoaldo

Comments

Kakao’s picture

This is what I did:

Changed the main site settings.php to point to the other site's db_url and base_url. Then run update.php which this time updated the second db. Then reverted back the main site settings.php.

Regards, Clodoaldo