docs: correct course summary import path
This commit is contained in:
@@ -93,12 +93,12 @@ python3 /Users/yangdawei/Desktop/新时空业务源数据/新时空课程记录
|
|||||||
```bash
|
```bash
|
||||||
cd /root/新时空数据/app
|
cd /root/新时空数据/app
|
||||||
docker compose exec xsk-records-web python scripts/import_course_summaries.py \
|
docker compose exec xsk-records-web python scripts/import_course_summaries.py \
|
||||||
--source /import/课程小结采集 \
|
--source /data/import/课程小结采集 \
|
||||||
--target /data/course_summaries \
|
--target /data/course_summaries \
|
||||||
--state /data/course_summary_state.json \
|
--state /data/course_summary_state.json \
|
||||||
--tasks /data/admin_tasks.json \
|
--tasks /data/admin_tasks.json \
|
||||||
--operation-logs /data/operation_logs.jsonl \
|
--operation-logs /data/operation_logs.jsonl \
|
||||||
--missing-table /import/课程小结采集/classnotes缺失.txt
|
--missing-table /data/import/课程小结采集/classnotes缺失.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## 数据备份
|
## 数据备份
|
||||||
|
|||||||
Reference in New Issue
Block a user