We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前升级只能清理挂载目录重新拉去docker镜像升级很不方便,而且会清理之前的数据。 增加一种相对稳定的不丢失数据的升级方案: 可行的思路 1.依旧是清理数据但是提供数据导出导入 2.保留数据,升级替换容器内的可执行文件(封装自动化脚本)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前升级只能清理挂载目录重新拉去docker镜像升级很不方便,而且会清理之前的数据。
增加一种相对稳定的不丢失数据的升级方案:
可行的思路
1.依旧是清理数据但是提供数据导出导入
2.保留数据,升级替换容器内的可执行文件(封装自动化脚本)
The text was updated successfully, but these errors were encountered: