[ixpmanager] Upgrade to 4.8.0

Barry O'Donovan barry.odonovan at inex.ie
Thu Aug 16 14:12:58 IST 2018



Mike Hammett wrote on 16/08/2018 10:21:
> It seems I'm still nose-first into that corner.
> root at ixpm:/srv/ixpmanager# sudo -u $MY_WWW_USER bash -c 
> "HOME=${IXPROOT}/storage && cd ${IXPROOT} && php ./composer.phar selfupdate"
> Updating to version 1.7.1 (stable channel).
>     Downloading (100%)
> 
> 
>    [ErrorException]
>    
> rename(/srv/ixpmanager/storage/.composer/cache/composer-temp.phar,/srv/ixpmanager/composer.phar): 
> Permission denied


This is a file system permissions issue, not an IXP Manager issue.

Rather than selfupdate, just reinstall composer?


> root at ixpm:/srv/ixpmanager# sudo -u $MY_WWW_USER bash -c 
> "HOME=${IXPROOT}/storage && cd ${IXPROOT} && php ./composer.phar install 
> --no-dev --prefer-dist"
> Loading composer repositories with package information
> Installing dependencies from lock file
> Package operations: 80 installs, 0 updates, 0 removals

>> Illuminate\Foundation\ComposerScripts::postAutoloadDump
>> @php artisan package:discover
> 
> In ProviderRepository.php line 208:
> 
>    Class 'Barryvdh\Debugbar\ServiceProvider' not found

I can't reproduce this on our own production system. And we've seen 
three other IX's first hand upgrade to 4.8.0 without issue (from 4.7.x).

What does 'git status' show you?

  - Barry




More information about the ixpmanager mailing list