Hi!
I’ve been tasked with upgrading our Seafile server to the latest version we can use. This will be upgrading from 7.0.5 to 8.0.8. I’m not great with Linux, so I just wanted to make sure the steps were correct, as well as having 2 main questions.
-
After reading this guide [Upgrade notes for 8.0.x - Seafile Admin Manual] the upgrade steps say to Stop Seafile-7.1.x server. We are using 7.0.5 so do we need to do a minor upgrade version to 7.1 before we go to 8.0 or can we ignore the 7.1 comment.
-
I ran some of the pre req commands on a test server and had an issue with the sudo pip3 install mysqlclient==2.0.1 sqlalchemy==1.4.3
after running the command I received the error below.
#error This file requires compiler and library support for the
^
In file included from src/greenlet/greenlet_greenlet.hpp:11:0,
from src/greenlet/greenlet_internal.hpp:20,
from src/greenlet/greenlet.cpp:19:
src/greenlet/greenlet_refs.hpp:166:9: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++0x-compat]
explicit PyObjectPointer(T* it=nullptr) : p(it)
unsure what this means. Any help would be greatly appreciated!