Hi
We have a dev cluster run on Kubernetes (with many nodes of large EC2s) which is costing us a lot of money. We would like to run it on standalone cluster with few nodes. Original setup has s3 for deep storage and Postgres for metadata. We want to run the new cluster on completely new instances. I tried copying the segments data for old s3 to new s3 and also segments table in old postgres to the new one. Cluster is up but there is an error in coordinator "No available [_default_tier] servers or node capacity to assign primary segment". Any help is highly appreciated.