Altinity / documentationIssues

Used to log issues with the Altinity Documentation Site.
2 stars 0 forks source link

Install Guide #3

Closed filimonov closed 3 years ago

filimonov commented 3 years ago
version=20.8.7.15
sudo yum install -y clickhouse-server=$version clickhouse-client=$version

That is wrong.

Correct version

version=20.8.7.15
sudo yum install clickhouse-server-${version} clickhouse-client-${version}

(dash instead of equal sign)

johnhummelAltinity commented 3 years ago

Got it - it's been fixed. Sorry for the delay - I didn't see the notifications on these.