mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #642] 两台机器的nginx-ui版本相同,配置了集群,但是无法使用 #325
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#325
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zy2021314 on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/642
一个主机使用install脚本部署,为centos7.8,版本为 v2.0.0-beta.32
另一台主机使用可执行文件部署,为centos6.5,版本为 v2.0.0-beta.32
并且测试网络连通性OK,但使用集群功能:
显示远程 Nginx UI 版本与本地 Nginx UI版本不兼容。为避免意料之外的错误,请升级远程 Nginx UI,使其与本地版本一致。
想请问集群功能能达成什么效果,如何解决这个报错
@0xJacky commented on GitHub (Oct 22, 2024):
全部更新为最新版本即可,集群功能可以实现配置批量部署,证书推送等更多功能。
@zy2021314 commented on GitHub (Oct 22, 2024):
非常感谢,sry ,最后发现是秘钥需要输入节点自动生成的秘钥。
@0xJacky commented on GitHub (Oct 22, 2024):
好的