Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk b296410585 SigNoz: Allow legacy metadata schema on ClickHouse 26 2026-08-08 22:15:32 +02:00
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -30,7 +30,6 @@ function update_script() {
exit
fi
ensure_dependencies git
if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then
msg_info "Stopping Services"
systemctl stop sparkyfitness-server nginx
+3
View File
@@ -103,6 +103,9 @@ cat <<EOF >/etc/clickhouse-server/config.d/cluster.xml
<shard>01</shard>
<replica>01</replica>
</macros>
<merge_tree>
<allow_dimensions_outside_sorting_key>1</allow_dimensions_outside_sorting_key>
</merge_tree>
</clickhouse>
EOF
systemctl enable -q --now clickhouse-server
+1 -1
View File
@@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y git nginx
$STD apt install -y nginx
msg_ok "Installed Dependencies"
PG_VERSION="18" setup_postgresql