Problem with upgrade and versioning

Goodmorning to everyone

I’m having the followign issue on Windows 10 SO:
I have installed HA many months ago and set to start as service via NSSM without any problem.
Today I have upgraded it via pip3, and i have discovered that if windows lunch the server as service the core of HA is the previus versione 0.117.5 and use the following folder for config:
C:\Windows\System32\config\systemprofile\AppData\Roaming.homeassistant

If i use console and execute the hass.exe from the exactly same folder used in the service it start correctly the 2021.1.4 and use the following folder for config:
C:\Users\(user)\AppData\Roaming.homeassistant

I have manually copied .homeassistant folder from the first to the second one and it work like a charme, but i don’t want to open HA manually and i cannot figured it out where the issue is…

The Start folder in NSSM is “C:\Users\(user)\AppData\Roaming.homeassistant”
Any suggestion?

Looks like you have two installs.

how may i check that?
BTW the exe i’m using is the following:
C:\Users\(user)\AppData\Roaming\Python\Python38\Scripts\hass.exe

Well, you need to check NSSM. It’s not a thing I’m familiar with…

It’s entirely possible you’ve got both a venv install, and a non-venv install. NSSM is starting one, and when you run hass.exe it starts the other

Of course, running the way you are isn’t officially supported, and I don’t use Windows, so my ability to help is limited.

I have never installed a venv one… i don’t think so :confused:
BTW thanks for the help for now :wink:
I hope someone else can help me to figured it out what is happening on my system xD