synology update to v2 reported #9846
Closed
WinnSnow
started this conversation in
Show and tell
Replies: 3 comments 7 replies
-
迁移操作需在已运行 1Panel V1 的服务器上执行。 |
Beta Was this translation helpful? Give feedback.
6 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
![]() grep '^BASE_DIR=' /usr/local/bin/1pctl | cut -d'=' -f2 修改后成功 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
使用官方工具升级提示内容如下:
1panel-migrator upgrade core
Error: 未能检测到 1Panel 安装目录,信息:error
BASE_DIR
find in /usr/local/bin/1pctl,请检查后重试!
Usage:
upgrade core [flags]
Flags:
-h, --help help for core
panic: 未能检测到 1Panel 安装目录,信息:error
BASE_DIR
find in /usr/local/bin/1pctl,请检查后重试!
goroutine 1 [running]:
main.main()
./main.go:9 +0x30
提示未能找到安装目录。通过错误信息找到该路径下 有1pctl
root@HeiHei:/opt/1panel# ls -l /usr/local/bin/1pctl
-rwxr-xr-x 1 root root 7281 Jul 10 20:16 /usr/local/bin/1pctl
尝试指定用BASE_DIR=/opt也不行。求教
Beta Was this translation helpful? Give feedback.
All reactions