I had a problem, and now a new one, very likely related.
For a while now I’ve gotten (and for RCs, that I could run):
$ juliaup default 1.12
Configured the default Julia version to be '1.12'.
but it wasn’t working (I just put off looking into that original problem), the default is still 1.12, but at least I could still run it manually, with (until no longer, I feel like I recall running 1.12.0, at least RCs worked):
$ julia +1.12
ERROR: The channel `1.12` does not exist in the versions database.
$ juliaup list
...
1.12.0-rc1 1.12.0-rc1+0.x64.linux.gnu
1.12.0-rc1~x64 1.12.0-rc1+0.x64.linux.gnu
1.12.0-rc1~x86 1.12.0-rc1+0.x86.linux.gnu
1.12.0-rc2 1.12.0-rc2+0.x64.linux.gnu
1.12.0-rc2~x64 1.12.0-rc2+0.x64.linux.gnu
1.12.0-rc2~x86 1.12.0-rc2+0.x86.linux.gnu
1.12.0-rc3 1.12.0-rc3+0.x64.linux.gnu
1.12.0-rc3~x64 1.12.0-rc3+0.x64.linux.gnu
1.12.0-rc3~x86 1.12.0-rc3+0.x86.linux.gnu
1.12.0~x64 1.12.0+0.x64.linux.gnu
1.12.0~x86 1.12.0+0.x86.linux.gnu
1.12~x64 1.12.0+0.x64.linux.gnu
1.12~x86 1.12.0+0.x86.linux.gnu
...
1.11 starts up 1.11.7 still, but suggest a downgrade…:
$ julia +1.11
The latest version of Julia in the `1.11` channel is 1.11.3+0.x64.linux.gnu. You currently have `1.11.7+0.x64.linux.gnu` installed. Run:
juliaup update
in your terminal shell to install Julia 1.11.3+0.x64.linux.gnu and update the `1.11` channel to that version.
Any idea how to debug this or what might have happened? File an issue or is it already known?
$ juliaup up
Checking for new Julia versions
Checking for new version on channel '1.11-nightly' is taking a while... This can be slow due to server caching
Checking for new version on channel 'nightly' is taking a while... This can be slow due to server caching
Updating channel nightly
GC: No unused Julia installations to clean up.
$ juliaup default 1.12
Configured the default Julia version to be '1.12'.
$ julia +1.12
ERROR: The channel `1.12` does not exist in the versions database.
$ juliaup st
Default Channel Version Update
---------------------------------------------------------------------
..
1.11.3 1.11.3+0.x64.linux.gnu
* 1.12 1.12.0+0.x64.linux.gnu
beta 1.12.0+0.x64.linux.gnu
lts 1.10.10+0.x64.linux.gnu
nightly Development version 1.13.0-DEV.1317
release 1.12.0+0.x64.linux.gnu
release~x86 1.12.0+0.x86.linux.gnu
$ julia
The latest version of Julia in the `1.10` channel is 1.10.8+0.x64.linux.gnu. You currently have `1.10.10+0.x64.linux.gnu` installed. Run:
juliaup update
in your terminal shell to install Julia 1.10.8+0.x64.linux.gnu and update the `1.10` channel to that version.
..
| | |_| | | | (_| | | Version 1.10.10 (2025-06-27)