文件名称:gridfsmigrate:RocketChat GridFS到文件系统的迁移脚本
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-26 17:44:53
gridfs rocketchat migration-tool Python
从RocketChat GridFS到FileSystem / AmazonS3的迁移 这是一个脚本,用于将上传到文件从默认GridFS上载存储迁移到FileSystem / AmazonS3。 migrate -c [command] -d [s3 bucket|output directory] -r [dbname] -t [target] 帮助 运行./migrate.py -h以查看所有可用选项 指令 dump :将GridFs存储的文件转储到给定的文件夹/ s3存储桶中并写入日志文件 Updatedb :将数据库条目更改为指向新存储,而不是GridFS removeblobs :从GridFS删除迁移的文件 要求 依存关系 python3(例如apt install python3 python3-pip) 软件包(pip3 install ...): pymongo
【文件预览】:
gridfsmigrate-master
----LICENSE(34KB)
----README.md(2KB)
----migrate.py(8KB)