mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
fix(backup): 数据恢复错误
This commit is contained in:
@@ -96,7 +96,7 @@ func backupFromMongoDB(now time.Time) error {
|
|||||||
|
|
||||||
func restoreToMongoDB() error {
|
func restoreToMongoDB() error {
|
||||||
params := internal.ContentParams{
|
params := internal.ContentParams{
|
||||||
Prefix: "eiblog",
|
Prefix: "blog/",
|
||||||
|
|
||||||
Conf: config.Conf.BackupApp.Qiniu,
|
Conf: config.Conf.BackupApp.Qiniu,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user