From de42eaa877c076cf22fefd7e38f7438529f1ca9f Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Tue, 21 Jan 2025 18:00:32 +0800 Subject: [PATCH] opt: migrate from ce --- manual/setup/migrate_ce_to_pro_with_docker.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manual/setup/migrate_ce_to_pro_with_docker.md b/manual/setup/migrate_ce_to_pro_with_docker.md index d6d34fa5..f517bb92 100644 --- a/manual/setup/migrate_ce_to_pro_with_docker.md +++ b/manual/setup/migrate_ce_to_pro_with_docker.md @@ -64,11 +64,14 @@ docker compose up -d Then run the migration script by executing the following command: ```sh -docker exec -it seafile /opt/seafile/seafile-server-latest/pro/pro.py setup --migrate +# enter the container +docker exec -it seafile bash +# update avatar links +/opt/seafile/seafile-server-latest/upgrade minor-upgrade.sh ``` -After the migration script runs successfully, modify `es_host, es_port` in `/opt/seafile-data/seafile/conf/seafevents.conf` manually. +After the above script runs successfully, modify `es_host, es_port` in `/opt/seafile-data/seafile/conf/seafevents.conf` manually. ```conf [INDEX FILES]