-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to sync seafile database #49
Comments
Same error. In my case, a cifs mounted drive. |
anyone can help? |
Use ext{3,4}, btrfs, zfs or xfs - at least for the install dir. The data can still be in another location. |
Just ran into this as well. On a hunch I moved the install folder (so seafile-server-xxx) onto the filesystem i was installing to and accepted the scripts path suggestion. Everything worked file after that. As to why this happening i spent 5 mins looking into it and found nothing. Maybe something with the sqllite3 .read going across filesystems? |
ive given up on seafile. the support is none existant and the software itself is very buggy |
Hi, As @shoeper said, you should not use exfat. It's a Microsoft proprietary filesystem. Linux don't handle it well. You should use ext4 for less bug and best performance. |
It looks like there is a bug in the - seafile_db=${TOPDIR}/seafile-data/seafile.db
+ seafile_db=${seafile_data_dir}/seafile.db
seafile_sql=${INSTALLPATH}/sql/sqlite/seafile.sql
if ! sqlite3 ${seafile_db} ".read ${seafile_sql}" 2>/dev/null 1>&2; then
echo "Failed to sync seafile database."
err_and_quit;
fi Otherwise, you might need to create a |
nice idea! I have solved my problem! Thank you very much! |
@JojOatXGME and @ll I will close and pin this issue, since this is still not amended on upstream code. |
Hi i keep get this error whenever i try and setup the latest seafile-rpi server which is 7.0.5
When i specify the data location path to my exfat ext hdd connected to my pi4 and then continue on to installing sea file. i get this error
The text was updated successfully, but these errors were encountered: