HI everyone,
Problem/Question
i am getting error when try to upgrade netdata from version 1.31 to 1.40 nightly version.
Relevant docs you followed/actions you took to solve the issue
i am using below command to upgrade the version.
[root@lpdevtmp]/opt/netdata/var/log/netdata #wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh
–2024-09-18 16:24:46-- https://get.netdata.cloud/kickstart.sh
Connecting to 192.9.200.120:8080… connected.
ERROR: The certificate of ‘get.netdata.cloud’ is not trusted.
ERROR: The certificate of ‘get.netdata.cloud’ hasn’t got a known issuer.
[root@lpdevtmp]/opt/netdata/var/log/netdata #
[root@lpdevtmp]/opt/netdata/var/log/netdata #uname -a
Linux lpdevtmp 4.18.0-477.15.1.el8_8.x86_64 #1 SMP Fri Jun 2 08:27:19 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux
[root@lpdevtmp]/opt/netdata/bin #netdata -W buildinfo
Version: netdata v1.37.0-24-g6a232de18
Configure options: ‘–prefix=/opt/netdata/usr’ ‘–sysconfdir=/opt/netdata/etc’ ‘–localstatedir=/opt/netdata/var’ ‘–libexecdir=/opt/netdata/usr/libexec’ ‘–libdir=/opt/netdata/usr/lib’ ‘–with-zlib’ ‘–with-math’ ‘–with-user=netdata’ ‘–enable-cloud’ ‘–without-bundled-protobuf’ ‘–disable-dependency-tracking’ ‘CFLAGS=-static -O2 -I/openssl-static/include -pipe’ ‘LDFLAGS=-static -L/openssl-static/lib’ ‘PKG_CONFIG_PATH=/openssl-static/lib/pkgconfig’
Install type: kickstart-static
Binary architecture: x86_64
Features:
dbengine: YES
Native HTTPS: YES
Netdata Cloud: YES
ACLK: YES
TLS Host Verification: YES
Machine Learning: YES
Stream Compression: YES
Libraries:
protobuf: YES (system)
jemalloc: NO
JSON-C: YES
libcap: NO
libcrypto: YES
libm: YES
tcalloc: NO
zlib: YES
Plugins:
apps: YES
cgroup Network Tracking: YES
CUPS: NO
EBPF: YES
IPMI: NO
NFACCT: NO
perf: YES
slabinfo: YES
Xen: NO
Xen VBD Error Tracking: NO
Exporters:
AWS Kinesis: NO
GCP PubSub: NO
MongoDB: NO
Prometheus Remote Write: YES
Debug/Developer Features:
Trace Allocations: NO
[root@lpdevtmp]/opt/netdata/bin #netdata -W buildinfo | grep -E ‘Installation Type|Install type:’
Install type: kickstart-static
[root@lpdevtmp]/opt/netdata/bin #netdata -v
netdata v1.37.0-24-g6a232de18
Anyone can help me on this.
Thanks