This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I don't see it there, I clicked "Check for updates", updated all plugins and still can't see my October Build version
davidths said:
I don't see it there, I clicked "Check for updates", updated all plugins and still can't see my October Build version
Wow, that's really strange. If you have access to the console, php artisan october:util set build
roulendz said:
davidths said:
I don't see it there, I clicked "Check for updates", updated all plugins and still can't see my October Build version
Wow, that's really strange. If you have access to the console,
php artisan october:util set build
Thanks roulendz for your response
I didn't know that command, thanks for that
It actually put the current build on the backend/system/updates page, but that's not my current installed October build, it's the last build in the repository, according to the documentation
set build: Pull the latest stable build number from the update gateway and set it as the current build number.
The way I figured out my build, is using the composer outdated
command, the output was this:
Package | Installed | Last |
---|---|---|
october/cms | v1.0.456 | v1.0.464 |
october/rain | v1.0.456 | v1.0.464 |
october/system | v1.0.456 | v1.0.464 |
Where the left number is my current build version and the right number is the last version not installed
Regards,
I didn't find in either of those places. I found my in composer.lock file. Search for "october" and the first result was:
"name": "october/backend", "version": "v1.0.466",
Hi all,
It's a known issue - the build number from php artisan october:util set build
is set up simply to query the October CMS servers for the latest stable build (or edge build, if you have set cms.edgeUpdates
to true
), and this is not reflective of the build that is actually installed.
We are in the process of deploying a better check which matches the file signatures against a manifest, which can be seen here: https://github.com/octobercms/october/pull/5087.
Yes, the command composer outdated
show you all packages, and octobercms pakages version too.
1-8 of 8