Hi,
I run a Seafile 7.1.3 Pro-Version and have some problems with the garbage collection:
seafile@seafile:~$ /opt/seafile/seafile-pro-server-7.1.3/seaf-gc.sh -r
/opt/seafile/seafile-pro-server-7.1.3/seaf-gc.sh: line 96: read_seafile_data_dir: command not found
Starting seafserv-gc, please wait ...
[05/04/20 16:16:20] gc-core.c(673): === Repos deleted by users ===
seafserv-gc run done
Done.
Without the option -r the process runs but throws the same error at the beginning:
seafile@seafile:~$ /opt/seafile/seafile-pro-server-7.1.3/seaf-gc.sh
/opt/seafile/seafile-pro-server-7.1.3/seaf-gc.sh: line 96: read_seafile_data_dir: command not found
Starting seafserv-gc, please wait ...
[05/04/20 16:18:05] gc-core.c(803): Database is MySQL/Postgre/Oracle, use online GC.
[05/04/20 16:18:05] gc-core.c(827): Using up to 1 threads to run GC.
...
Is there an official solution for this problem?