部署Docker时使用nonebot-plugin-orm,如何迁移数据库? #600
-
如题,运行 |
Beta Was this translation helpful? Give feedback.
Answered by
ProgramRipper
May 24, 2025
Replies: 2 comments 6 replies
-
我尝试过在stage-1运行 |
Beta Was this translation helpful? Give feedback.
5 replies
-
https://github.com/he0119/CoolQBot/blob/main/prestart.sh 你可以添加一个 prestart.sh,在运行 nb run 之前运行。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在所有插件最新(
nonebot-plugin-orm==0.7.7
nonebot-plugin-uninfo==0.7.4
)、使用 SQLite 数据库的情况下没能复现这个问题。能否提供更详细一点的信息,例如pip list
的输出、使用的数据库。