Upgrade to buster problem?

Hello,

I also use dietpi on a nano pi m4. The system was previously under stretch.
After dietpi came out in version 8.0, I wanted to upgrade the system to buster.
Even if it is not the preferred way, I shied away from reinstalling and used these instructions.
https://dietpi.com/docs/usage/#how-to-upgrade-to-buster

It looked like everything was working fine at first, but there seem to be a few inconsistencies.
Dietpi shows me the following after booting:

 ─────────────────────────────────────────────────────
 DietPi v7.9.4 (stretch) : 17:51 - Di 11.01.2022
 ─────────────────────────────────────────────────────
 - Device model : Generic Device (aarch64)
 - CPU temp : 48 °C / 118 °F : Optimal temperature
 - LAN IP : 10.0.0.58 (eth0)
 - MOTD : Happy New Year, DietPi v8.0 is here:
          https://dietpi.com/docs/releases/v8_0/
 ─────────────────────────────────────────────────────

But another ad tells me this:

###############################################################################
###############  nanopim4-wlan  ###############################################
###############################################################################
##        Ip = 10.0.0.58
##   Release = Debian GNU/Linux 10 (buster)
##    Kernel = Linux 4.4.192-rk3399
##  Platform = none
##    Uptime = 0 day(s). 0:20:44
## CPU Usage = 1.18% avg over 6 cpu(s) (3 core(s) x 2 socket(s))
##  CPU Load = 1m: 0.90, 5m: 0.40, 15m: 0.31
##    Memory = Free: 3.11GB (84%), Used: 0.61GB (16%), Total: 3.72GB
##      Swap = Free: 0.00GB (0%), Used: 0.00GB (100%), Total: 0.00GB
##      Root = Free: 20.90GB (72%), Used: 8.02GB (28%), Total: 29.24GB
##   Updates = 0 apt updates available.
##  Sessions = 2 session(s)
## Processes = 188 running processes of 32768 maximum processes
###############################################################################

So what is correct, stretch or buster?

cat /etc/os-release

root@nanopim4-wlan:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

What could have gone wrong there?

Dietpi may not be able to be updated to version 8 as a result.

I would be delighted to find a solution.

you need to switch to master branch manually after your systems has been updated to Buster

https://github.com/MichaIng/DietPi/issues/5155#issuecomment-1009724290

Instructions has been updated accordingly

Thank`s, that worked very well. Does this apply to all systems or only specifically to the nano pi?

Edit: I’ve since noticed that it affects several of my systems. After applying the instruction everything is fine.

Doesn’t matter which SBC. It applies to all systems that have been migrate to stretch branch already. Visible on the word stretch next to DietPi version inside the banner.

Thanks again for the quick and competent help!