Problem upgrading Netbird :: no configuration file provided: not found

Hello all,
I am pretty new to Netbird and I installed NB on my Debian server recently.

I installed it using the official installation script.

Now I noticed that there is a new version release and when I run the following commands:

docker compose pull netbird-server dashboard
docker compose up -d --force-recreate netbird-server dashboard

I get the following error message:

no configuration file provided: not found

I chose to install and use Taerafik during the installation.

Here are my current versions of NB and NB Dash:

Managementv0.66.1
Dashboardv2.33.0

Any help would be appreciated!

P.S.: Please sorry for a double post. I posted my problem in general first and I was not sure how to move it here or remove it (I do not have the edit permission).

You need to be in the same folder as your netbird setup (eg. /opt/netbird for example) and then run those commands as described in:

Thank you for your reply.

I used the installation script recommended in the official documentations to install my netbird.
I am not sure where this script installs it… I would appreciate your help.

Here is the script I used:

curl -fsSL https://github.com/netbirdio/netbird/releases/latest/download/getting-started.sh | bash

It’s where-ever you run the script, so if you where in a folder at that time. It was stored in that folder.