Failed to upgrade from 1.9.1 to 2.0.10 #1124

Closed
opened 2025-12-29 16:29:14 +01:00 by adam · 1 comment
Owner

Originally created by @perw07 on GitHub (Jul 23, 2017).

Issue type: bug report

**Python version:2.7.6
**NetBox version:1.9.1

Host OS: Ubuntu 14.04.5 LTS

I was running the same steps as always (following the documentations "upgrade" section):

$ cd /opt/netbox
$ git checkout master
$ git pull origin master
$ git status

Then running ./upgrade.sh.

After upgrading a lot of stuff (it has been a while) this appears on the screen:

Applying database migrations (python netbox/manage.py migrate)...
./upgrade.sh: line 50: 4913 Segmentation fault (core dumped) python netbox/manage.py migrate

Of course nothing works after this has happened. I have not been able to easily locate the mentioned core file, I wonder if it was actually created?

Any idea how to gather more information to try to pinpoint the problem?

Originally created by @perw07 on GitHub (Jul 23, 2017). <!-- Please note: GitHub issues are to be used only for feature requests and bug reports. For installation assistance or general discussion, please join us on the mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please indicate "bug report" or "feature request" below. Be sure to search the existing set of issues (both open and closed) to see if a similar issue has already been raised. --> ### Issue type: bug report <!-- If filing a bug, please indicate the version of Python and NetBox you are running. (This is not necessary for feature requests.) --> **Python version:2.7.6 **NetBox version:1.9.1 <!-- If filing a bug, please record the exact steps taken to reproduce the bug and any errors messages that are generated. If filing a feature request, please precisely describe the data model or workflow you would like to see implemented, and provide a use case. --> Host OS: Ubuntu 14.04.5 LTS I was running the same steps as always (following the documentations "upgrade" section): $ cd /opt/netbox $ git checkout master $ git pull origin master $ git status Then running ./upgrade.sh. After upgrading a lot of stuff (it has been a while) this appears on the screen: **Applying database migrations (python netbox/manage.py migrate)... ./upgrade.sh: line 50: 4913 Segmentation fault (core dumped) python netbox/manage.py migrate** Of course nothing works after this has happened. I have not been able to easily locate the mentioned core file, I wonder if it was actually created? Any idea how to gather more information to try to pinpoint the problem?
adam closed this issue 2025-12-29 16:29:14 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jul 24, 2017):

GitHub issues are intended for reporting bugs and requesting features. For general discussion or assistance with installation issues, please post to our mailing list.

@jeremystretch commented on GitHub (Jul 24, 2017): GitHub issues are intended for reporting bugs and requesting features. For general discussion or assistance with installation issues, please post to our [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1124