Configuration Options
Add your ClickHouse configuration toconfig.yml
. Here are all available parameters:
Example Configurations
1
Prepare password environment variable
Export the environment variable:Or put it in
.env
file:2
Add ClickHouse configuration
Troubleshooting
- Verify server status:
clickhouse-client --query "SELECT 1"
- Check system logs:
/var/log/clickhouse-server/
- Common ports: 8123 (HTTP), 9000 (TCP), 9009 (replication)
- Monitor server metrics:
system.metrics
table