Sunday 04 April 2010 12:08:02 am
After digging some more, the answer is to use one site access for each DB that needs to be updated : php update/common/scripts/4.3/updatenodeassignment.php -s <SITE-NAME> All the scripts built using eZScript and eZCLI are natively able to receive many parameters (see eZScript::getOptions ) One more info for people using multi-site config with database settings stored in extensions, you may update the script line 141 and change : 'use-extensions' => true Hope it helps, Hakim
|