其他操作

表格复制
我们提供命令 copy_dtable 来进行表格从一个 workspace 复制到另一个 workspace (跨用户)。用于数据的恢复。
参数说明:
  • dtable_id: Base 的主键, id
  • workspace_id: 工作区的主键, id
            
                
                
# 1. 进入 docker
docker exec -it seatable /bin/bash

# 2. Base 复制
seatable.sh python-env /opt/seatable/seatable-server-latest/dtable-web/manage.py copy_dtable [dtable_id] [workspace_id]