Upgrading from caddy v2.9.0 to 2.10.0

1. The problem I’m having:

Im trying to upgrade from caddy v2.9.0 to v2.10.0 using the following command:

sudo caddy upgrade

This command gets stuck at the two Info-messages described in section 2 “Error messages and/or full log output”.

What do I have to do in order to fix this? Never seen messages like this before when upgrading.

2. Error messages and/or full log output:


sudo caddy upgrade

2025/04/19 14:06:11.641	INFO	this executable will be replaced	{"path": "/usr/bin/caddy"}
2025/04/19 14:06:11.641	INFO	requesting build	{"os": "linux", "arch": "amd64", "packages": ["github.com/caddy-dns/netcup@v0.1.1"]}

When I run

caddy list-modules

it gives me this:

  Standard modules: 124

dns.providers.netcup

  Non-standard modules: 1

  Unknown modules: 0

3. Caddy version:

sudo caddy version

v2.9.0 h1:rteY8N18LsQn+2KVk6R10Vg/AlNsID1N/Ek9JLjm2yE=

4. How I installed and ran Caddy:

I think I built it myself. I can start it by running

sudo service caddy start

a. System environment:

Ubuntu 22.04 LTS, Caddy not running in a docker environment


The caddy upgrade command uses our build server, which is currently struggling because too many people depend on it. We recommend you use xcaddy to build it yourself.

3 Likes

Ok thanks for the info.
Since the update isnt super important to me, I will just wait a few days until I’ll try again.

Its always crazy to see how fast you guys respond to new forum posts, thank you very much for helping us! =)

3 Likes