【发布时间】:2023-02-02 15:44:15
【问题描述】:
我们正在离线服务器上安装 Neo4j 社区的 4.x 版本。 我们关注了https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/#linux-rpm-install-offline-install-download
https://dist.neo4j.org/rpm/ 提供的包裹似乎没有签名。
这正常吗??这对于这样的产品来说似乎很危险(我测试了几个版本,包括最新的企业版)
rpm -qip neo4j-enterprise-5.3.0-1.noarch.rpm
Name : neo4j-enterprise
Version : 5.3.0
Release : 1
Architecture: noarch
Install Date: (not installed)
Group : Unspecified
Size : 226422290
License : Proprietary
Signature : (none)
Source RPM : neo4j-enterprise-5.3.0-1.src.rpm
Build Date : Thu Dec 15 14:35:50 2022
Build Host : 385d2a9db634
Relocations : (not relocatable)
URL : http://neo4j.com/
Summary : Neo4j server is a database that stores data as graphs rather than tables.
Description :
Neo4j is a highly scalable, native graph database purpose-built to
leverage not only data but also its relationships.
- 通过
curl -O https://dist.neo4j.org/rpm/neo4j-enterprise-5.3.0-1.noarch.rpm下载然后用curl -O https://dist.neo4j.org/rpm/neo4j-enterprise-5.3.0-1.noarch.rpm检查包 - 需要一个签名包
- 得到一个未签名的包
【问题讨论】:
-
你可以直接问neo4j,说here。