-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Migration failing on column extras_topologymap.type #1892
Comments
I'm having this issue as well, hopefully we can see this fixed quickly |
Keep in mind you are using the |
@lampwins I'm sorry if I wasn't clear, this is from my automated tests for NetBox before stable releases. I'm not using the develop branch in production. See: https://travis-ci.org/lae/ansible-role-netbox/builds/342560897 Basically, I got notified that deployment tests were failing and so I'm reporting it upstream. |
Kudos to @lampwins for tracking this down to #632 back in v1.7.0. The issue appears to be this function in a prior migration which imports the TopologyMap model to automatically convert commas in regular expressions to semicolons. Given that this is merely a convenience function which would only benefit someone upgrading from a release older than v1.7.0 (released 2016-11-03), the simplest solution is probably to just alter that migration and remove the function. |
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Performing the usual steps for deploying Netbox, the deploy appears to fail when running migrations
(above error and context can be seen here: https://travis-ci.org/lae/ansible-role-netbox/jobs/342560899#L6417)
The text was updated successfully, but these errors were encountered: