mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #45771 from ClickHouse/troubleshoot-rpm
Add troubleshooting for wrong RPM repos signature
This commit is contained in:
commit
f91f2a3e24
@ -56,6 +56,19 @@ sudo apt-get clean
|
|||||||
sudo apt-get autoclean
|
sudo apt-get autoclean
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### You Can't Get Packages With Yum Because Of Wrong Signature
|
||||||
|
|
||||||
|
Possible issue: the cache is wrong, maybe it's broken after updated GPG key in 2022-09.
|
||||||
|
|
||||||
|
The solution is to clean out the cache and lib directory for yum:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo find /var/lib/yum/repos/ /var/cache/yum/ -name 'clickhouse-*' -type d -exec rm -rf {} +
|
||||||
|
sudo rm -f /etc/yum.repos.d/clickhouse.repo
|
||||||
|
```
|
||||||
|
|
||||||
|
After that follow the [install guide](../getting-started/install.md#from-rpm-packages)
|
||||||
|
|
||||||
## Connecting to the Server {#troubleshooting-accepts-no-connections}
|
## Connecting to the Server {#troubleshooting-accepts-no-connections}
|
||||||
|
|
||||||
Possible issues:
|
Possible issues:
|
||||||
|
Loading…
Reference in New Issue
Block a user