Error happened during creating seafile admin while upgrading seafile server to new version
After upgrade seafile server to a newer version, i.e., from 8.0.X to 10.0.X, when starting "./seahub.sh start", if "Error happened during creating seafile admin" is found, here is the solution,
It is most likely caused by the user group of the directory and files,
for example, when your seafile server is located at /opt/seafile,
you should change user of all directories under this directory to seafile
chown seafile:seafile /opt/seafile -R
Then run run the bash
./seahub.sh start
Problem will be solved.
Reference,
https://www.0z.gs/seafile/1733.html