Replies: 16 comments
-
|
Did you change he the origin per the release notes? |
Beta Was this translation helpful? Give feedback.
-
|
I did change the origin per the release notes |
Beta Was this translation helpful? Give feedback.
-
|
You shouldn't ever have to run the upgrader as sudo, but if you've already done that, you might end up with conflicting permissions, so I guess let's try not to add another variable. Can you show me the full output of the Also can you open |
Beta Was this translation helpful? Give feedback.
-
[snipeit@assetdb3 snipeit]$ php upgrade.phpWELCOME TO THE SNIPE-IT UPGRADER!This script will attempt to:
Launching using branch: master STEP 1: Checking .env file:√ Your .env file is located at /var/www/html/snipeit/.env STEP 2: Checking PHP requirements: (Required PHP >=8.2.0 - <8.5.0)√ Current PHP version: (8.3.28) is at least 8.2.0 and less than 8.5.0! Continuing... Checking Required PHP extensions... √ bcmath is installed! STEP 3: Checking directory permissions:√ /var/www/html/snipeit/bootstrap/cache is writable STEP 4: Pulling latest from Git (master branch):Git is installed. If you wish to set tracking information for this branch you can do so with: -- No local changes to save STEP 5: Cleaning up old cached files:√ No bootstrap/cache/compiled.php, so nothing to delete. STEP 6: Updating composer dependencies:
|
Beta Was this translation helpful? Give feedback.
-
|
Seeing the same think. Running on Ubuntu, the update workflow completes but still running version 8.3.5. |
Beta Was this translation helpful? Give feedback.
-
|
I too am unable to upgrade to 8.3.6 - upgrade appears to go smooth but app still on 8.3.5 <?php
return array (
'app_version' => 'v8.3.5',
'full_app_version' => 'v8.3.5 - build 20406-gf92f76b48',
'build_version' => '20406',
'prerelease_version' => '',
'hash_version' => 'gf92f76b48',
'full_hash' => 'v8.3.5-183-gf92f76b48',
'branch' => 'master',
); |
Beta Was this translation helpful? Give feedback.
-
|
Can you try |
Beta Was this translation helpful? Give feedback.
-
This allowed me to finally upgrade to 8.3.6! |
Beta Was this translation helpful? Give feedback.
-
|
Try: |
Beta Was this translation helpful? Give feedback.
-
This worked for me also. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue going from 8.3.4 to 8.3.6. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here, going from 8.3.4 to 8.3.6 on Windows. version.php still said 8.3.4 even after multiple upgrade attempts.
After this, the upgrade went through. |
Beta Was this translation helpful? Give feedback.
-
Also worked for me. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
This is what worked for me. I am on a Rocky 9.6 |
Beta Was this translation helpful? Give feedback.
-
In my case, I recall trying Also, a note on the |
Beta Was this translation helpful? Give feedback.
-
|
I'm one of those that had to do the below commands to upgrade to 8.3.6
I just upgraded from 8.3.6 to 8.3.7, and I had to do these commands again in order for the upgrade to succeed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Snipe-IT Version
8.3.5
PHP Version
8.3.28
Composer Version
2.8.12
MySQL/MariaDB version
8.0.43
How did you install Snipe-IT?
Git install
Is this a fresh install or an upgrade?
Upgrade
What happened?
Using sudo -u snipeit php upgrade.php the process appears to run without errors.
There are several warnings about files being in 2 locations but everything continues normally.
At the end of the upgrade process I run: git describe --tags --abbrev=0 ant it returns: V8.3.5 as does the UI.
What browsers are you seeing the problem on?
Chrome
Can you reproduce this on the public demo?
N/A
Do you have full multiple company support enabled?
No
If you have full multiple company support enabled, do you have location scoping to company enabled?
I do not have full multiple company support enabled
Application log output
Browser console output
Common Issues
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions