-
Hi, First of all thanks for developing and sharing such a nice add on for netbox! Hopefully you have an Idea what might be wrong with my setup? Today I wanted to do an update of netbox , so first I wanted to migrate from secretstore to secrets and followed your documentation: vim /opt/netbox-3.4.7/local_requirements.txt run ./venv/bin/pip install -r local_requirements.txt Output: vim /opt/netbox/netbox/netbox/configuration.py run pip install git+https://github.com/Onemind-Services-LLC/netbox-secretstore@migration/nb34 Output: run ./venv/bin/python netbox/manage.py migrate Output: ERRORS: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
All installations must be within the virtual env. Your error only means the secretstore migration branch is not found in your virtual env |
Beta Was this translation helpful? Give feedback.
Add
git+https://github.com/Onemind-Services-LLC/netbox-secretstore@migration/nb34
to yourlocal_requirements.txt
and run the install. Since, everyone has a different setup, so I cannot provide all the different ways one can acheive the migration tasks. Depending on your setup, you just have to use the guide as a reference and work your way into it