Thanks, the update was successful.
After the normal WeeWX upgrade, there was an error message:
See "systemctl status weewx.service" and "journalctl -xe" for details.
invoke-rc.d: initscript weewx, action "start" failed.
● weewx.service - LSB: weewx-multi
Loaded: loaded (/etc/init.d/weewx; generated)
Active: failed (Result: exit-code) since Sat 2022-03-05 13:44:34 CET; 21ms ago
Docs: man:systemd-sysv-generator(8)
Process: 72952 ExecStart=/etc/init.d/weewx start (code=exited, status=1/FAILURE)
Tasks: 2 (limit: 8987)
CPU: 1.649s
CGroup: /system.slice/weewx.service
├─72966 python /usr/share/weewx/weewxd --daemon --log-label weewx-dav --pidfile=/var/run/weewx-dav.pid /etc/weewx/dav.conf
└─72976 python /usr/share/weewx/weewxd --daemon --log-label weewx-eco --pidfile=/var/run/weewx-eco.pid /etc/weewx/eco.conf
After :
sudo wee_config --upgrade --config=/etc/weewx/dav.conf --dist-config=/etc/weewx/weewx.conf.dist
and
sudo wee_config --upgrade --config=/etc/weewx/eco.conf --dist-config=/etc/weewx/weewx.conf.dist
there was no error .