versions.txt
and other helper files: $ tar tf directadmin_8c5c161f99047c9098e7bf4f89005929dea3942e_linux_amd64.tar.gz | grep ./custombuild/
./custombuild/
./custombuild/configure/
./custombuild/configure/ap2/
./custombuild/configure/ap2/cert_config.txt
./custombuild/configure/ap2/conf/
./custombuild/configure/ap2/conf/extra/
./custombuild/configure/ap2/conf/extra/directadmin-vhosts.conf
./custombuild/configure/ap2/conf/extra/httpd-alias.conf
...
./custombuild/patches/suexec-safe.patch
./custombuild/patches/unit_cgroup.patch
./custombuild/build
./custombuild/versions.txt
Are you sure it is latest version of DA?Last directadmin's Custombuild tell me PHP 7.4 7.4.32 update to 7.4.30 is available
Is that real?? thanks
grep php74 /usr/local/directadmin/custombuild/versions.txt
da update current --force
grep php74 /usr/local/directadmin/custombuild/versions.txt
Thank you, after your command, the update message was change to "There are no updates available" , thanks8c5c161f99047c9098e7bf4f89005929dea3942e should have 7.4.32 in versions.txt. Please let us know the output of:
Code:grep php74 /usr/local/directadmin/custombuild/versions.txt da update current --force grep php74 /usr/local/directadmin/custombuild/versions.txt
Thank you, after your command, the update message was change to "There are no updates available" , thanks
View attachment 5997
Thank your for your help. I will try it next time.Maybe you can try move custombuild folder to custombuild.old first and try force update da
And then then build update
So why do the older versions of DA to not have this in custombuild? I don't had any notice (which I normally get) that there is an update to php 7.4.32 (running 7.4.30 now). But we don't always want to update Directadmin instantly, for obvious reasons.8c5c161f99047c9098e7bf4f89005929dea3942e should have 7.4.32 in versions.txt. Please let us know the output of:
it's weird now, I think there was a bug here(maybe version file'scloud server synchronization problem???), after some hours, I see php7 version in custombuild back to 7.4.30 again(because I'm runing PHP 7.4.32 so it tell me to "update"[not downgrade] to 7.4.30 ), and custombuild main page tell me to "update".So why do the older versions of DA to not have this in custombuild? I don't had any notice (which I normally get) that there is an update to php 7.4.32 (running 7.4.30 now). But we don't always want to update Directadmin instantly, for obvious reasons.
Which is why we still keep using just custombuild to update. And we only update DA if it's really stable and without issues.
We're not happy with this.
./build update
on older DA versions doesn't show the update to 7.4.32??I guess you're on stable branch, not current? I'd suggest using current for latest versions.it's weird now, I think there was a bug here(maybe version file'scloud server synchronization problem???), after some hours, I see php7 version in custombuild back to 7.4.30 again(because I'm runing PHP 7.4.32 so it tell me to "update"[not downgrade] to 7.4.30 ), and custombuild main page tell me to "update".
I'm not sure, didn't look yet, because I don't mind that part. But normally I always get a notice via the cron that the update from 7.4.30 to 7.4.32 is available. I didn't get any such message now. That is the problem.@Richard G so running./build update
on older DA versions doesn't show the update to 7.4.32??
I'm wondering do you try these command?I'm not sure, didn't look yet, because I don't mind that part. But normally I always get a notice via the cron that the update from 7.4.30 to 7.4.32 is available. I didn't get any such message now. That is the problem.
And I'm on current branch.
7.4.32
is shipped with DA current upgrade versions.txt
file. Old CustomBuild available on the files.directadmin.com mirrors is still having PHP 7.4.30. I think something on your system is pulling versions.txt from files servers.# da v
DirectAdmin v.1.643 8c5c161f99047c9098e7bf4f89005929dea3942e
# grep php74 /usr/local/directadmin/custombuild/versions.txt
php74:7.4.32:
# curl -s https://files.directadmin.com/services/custombuild/versions.txt | grep php74
php74:7.4.30:
# md5sum /usr/local/directadmin/custombuild/build /usr/local/directadmin/custombuild/versions.txt
b8f5628041c6117c176ed3695b90f5d0 /usr/local/directadmin/custombuild/build
a32e7f4f677a6bc15d9dd0746512c26a /usr/local/directadmin/custombuild/versions.txt