mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-08 15:52:25 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9d04aded3 | ||
|
|
ee51f678cb | ||
|
|
434c1bf168 |
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [2.2.7](https://github.com/eiblog/eiblog/compare/v2.2.6...v2.2.7) (2023-07-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **backup:** 数据恢复错误 ([ee51f67](https://github.com/eiblog/eiblog/commit/ee51f678cbf93332fedccf927704e78a6063289c))
|
||||||
|
|
||||||
### [2.2.6](https://github.com/eiblog/eiblog/compare/v2.2.5...v2.2.6) (2023-06-19)
|
### [2.2.6](https://github.com/eiblog/eiblog/compare/v2.2.5...v2.2.6) (2023-06-19)
|
||||||
|
|
||||||
### [2.2.5](https://github.com/eiblog/eiblog/compare/v2.2.4...v2.2.5) (2023-05-26)
|
### [2.2.5](https://github.com/eiblog/eiblog/compare/v2.2.4...v2.2.5) (2023-05-26)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# EiBlog [](https://travis-ci.org/eiblog/eiblog) [](LICENSE.md) [](https://github.com/eiblog/eiblog/releases)
|
# EiBlog [](LICENSE.md) [](https://github.com/eiblog/eiblog/releases)
|
||||||
|
|
||||||
> 博客项目结构参考模版:https://github.com/deepzz0/appdemo
|
> 博客项目结构参考模版:https://github.com/deepzz0/appdemo
|
||||||
|
|
||||||
|
|||||||
@@ -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