页面支持创建数据库备份 - #835
Merged
Merged
Conversation
icyleaf
force-pushed
the
feature/create-backup-and-download-support
branch
13 times, most recently
from
August 9, 2022 11:19
20d0c07 to
ffc8b94
Compare
Member
Author
|
一期要做的页面可操作的功能已经完成:
后续不支持:
原有备份,恢复的 rake 功能会暂时关闭,原因是目录结构发生变化无法复用和兼容。 |
icyleaf
force-pushed
the
feature/create-backup-and-download-support
branch
3 times, most recently
from
August 10, 2022 05:13
a25f8a2 to
a3328bd
Compare
icyleaf
force-pushed
the
feature/create-backup-and-download-support
branch
from
August 10, 2022 05:18
a3328bd to
ac21216
Compare
icyleaf
force-pushed
the
develop
branch
2 times, most recently
from
August 11, 2022 04:01
f014a5b to
2eab869
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
最初版本的备份管理是通过命令行的
rails zealot:backup:create和rails zealot:backup:restore手动创建和恢复,渐渐不太满足需求:基于以上原因,想在网页的管理员面板新增一个备份管理功能,支持创建备份,可执行定期备份周期,下载和删除功能。暂时在页面上不提供数据恢复功能。
功能截图
备份计划列表

创建备份

备份文件列表
