-
I have a few different LAMP installs. Today, I noticed (because one of them has a different, older icon) that one of them is running an older package version for some reason. Automatic updates are enabled (but obviously not working), and manually checking for updates doesn't seem to do anything either.
Is there some way I can fix this without migrating everything over to a new app install?
Old app details:
Package Version lamp.cloudronapp.php73@2.0.0-1 Installed At 09/11/2020 Last Updated Never
A sample from a newer one:
Package Version lamp.cloudronapp.php74@4.0.0-1 Installed At 02/10/2021 Last Updated 07/29/2024
-
@Robin when the major package version is bumped, the app is not updated automatically. This is because the update possibly needs some manual attention from the user. Looks like package v3.0.0 made PHP 8.1 the default and package v4.0.0 made PHP 8.3 the default . So, it's a hint for the user of changes to come in future packages. (For example, since PHP moves more quickly now, the old PHP may not be avaialble anym ore)
-
-
@joseph Right, I get that. I got the option to update all my other installs a while ago, but the weird thing is that I didn't for this one, and I still can't see a way to update this one anywhere that works. I don't care what the PHP version is (I don't even use PHP), I'd just like to keep it current.
-