sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.91k stars 745 forks source link

如何升级更新? #417

Closed 6LWa6ZKx closed 1 year ago

6LWa6ZKx commented 1 year ago

你好,直接下载fileserver覆盖重启吗?

文档没有对这块进行描述。

sjqzhang commented 1 year ago

是的,直接覆盖,升级时最好备份一下原来的fileserver,以防万一。

6LWa6ZKx commented 1 year ago

是的,直接覆盖,升级时最好备份一下原来的fileserver,以防万一。

好的,感谢作者