To upgrade our latest image without breaking current install you must make sure the nginx and nginx-full packages are held back from upgrading. For some reason Raspbian uses a really old version of nginx and the one we provide is much newer - but they replace it with theirs if not held back properly.
- Code: Select all
echo "nginx-full hold" | sudo dpkg --set-selections
echo "nginx hold" | sudo dpkg --set-selections
That should prevent the system from removing the supported version of nginx.
On that note, we released an updated image just yesterday based off Debian Jesse - all you would have to do is export your settings, flash the new image, and import your settings.
Not an employee of the company. Just here to help and keep things clean.