Overrides missing after GVM upgrade from source to v22.04.1

Dears,

I recently updated my GVM to the version 22.04.1. (From Source) in a Ubuntu Server LTS 22.04
After this change I started running my scan tests however at this point many new vulnerabilities appeared and so far when checking my servers the service and port related to the vulnerabilities were not accurate. What I mean is that the services don’t exist on the server and the ports are totally blocked/closed.

My guess is related to the Overrides configuration may have been removed, since I can’t find anything about it.

Could you please help me with an advice? Any commands that I can use to check the overrides and set them as the main/default ones?

I already tried the commands below, but no luck, all points these commands aren’t for GVM installed from source.
sudo gvm-check-setup
sudo gvm-feed-update
sudo gvm-check-update
sudo gvm-manage-overrides --status
sudo gvm-manage-overrides --enable-all
sudo gvm-manage-certs -L
sudo gvm-manage-certs -a
sudo systemctl restart gvmd.service openvas-scanner.service

Thank you!

Please note that the 21.04 branch is already end of life since quite some time:

Thank you @cfi.
So far, I just made a mistake on the version I mentioned, current one I have is 22.04.1

sudo gsad --version
Greenbone Security Assistant 22.04.1

sudo gvmd --version
Greenbone Vulnerability Manager 22.4.0~dev1
Manager DB revision 250
Copyright (C) 2009-2021 Greenbone Networks GmbH
License: AGPL-3.0-or-later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

I am not sure if this makes any difference, any advice would be appreciated.