aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netbox/netbox.post-upgrade
blob: bfc3a63f72e28ed5b1ff7b8609c0e3b2bc4cfcdc (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
echo
echo "* Please run:"
echo "*"
echo "*   'python3 /usr/share/webapps/netbox/manage.py migrate'"
echo "*"
echo "* in order to complete the upgrade."
echo