Snipe-IT updating from 4.1.3 with new Laravel Requirement
-
Is anyone else having issues upgrading from 4.1.3 build 94 (gb6a14d2) with this new AWS laravel requirement? https://github.com/aws/aws-sdk-php-laravel
-
So running
php composer.phar update
and then my update script (which literally does the same thing) do things seem to work.Yet I don't see any system changes, will be digging our Snipe-IT web front to see if anything has changed.
-
Yeah I've got none of these changes.
-
@dustinb3403 said in Snipe-IT updating from 4.1.3 with new Laravel Requirement:
So running
php composer.phar update
and then my update script (which literally does the same thing) do things seem to work.Yet I don't see any system changes, will be digging our Snipe-IT web front to see if anything has changed.
Did you update
git
first? -
@jaredbusch I ran sudo yum update
and sudo yum upgrade
-
@dustinb3403 said in Snipe-IT updating from 4.1.3 with new Laravel Requirement:
@jaredbusch I ran sudo yum update
and sudo yum upgrade
/sigh
-
[root@assets ~]# cd /var/www/html/snipeit/ [root@assets snipeit]# git pull
-
When upgrading via git, in Snipe-IT 4.1.3 and higher, you can upgrade using
php upgrade.php
from Snipe-IT root folder.
https://snipe-it.readme.io/docs/upgrading -
@jaredbusch said in Snipe-IT updating from 4.1.3 with new Laravel Requirement:
[root@assets ~]# cd /var/www/html/snipeit/ [root@assets snipeit]# git pull
Doh.. yeah my update script does this.