-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The connection 'schema_branch_BRANCH' doesn't exist #167
Comments
This error message suggests that the |
|
@mhdask this does seem like a mis-configuration issue, did you make any progress on this or are you still experiencing this error? Also what did you name your branch? |
@arthanson When I move the contents to the settings.py file instead it works, so I did that - If I try to create the local_settings.py and have the configuration there, it still does not work |
Hi, I agree with arthur here - this is a config issue - the following works in netbox-docker (based upon the netbox-docker using plugins wiki entry): local-settings.py in root of netbox-docker (rather than configuration) Dockerfile-Plugins
docker-compose.override.yml
|
I am NOT running netbox in docker, so I placed local_settings.py in the same folder as configuration.py (/netbox/netbox/netbox/local_settings.py) |
Plugin Version
0.5.1
NetBox Version
4.1.6
Python Version
3.10.12
Steps to Reproduce
My setup looks like this:
I am running postgresql and redis in docker, using docker-compose:
GRANT CREATE ON DATABASE $database TO $user;
netbox_branching
as the last plugin in the filepython3 netbox/manage.py runserver
Expected Behavior
I expected that I would be able to switch to the branch
Observed Behavior
Error
The connection 'schema_branch_BRANCH' doesn't exist
The text was updated successfully, but these errors were encountered: