Hi all, quick question I created a table in shared...
# questions-and-troubleshooting
l
Hi all, quick question I created a table in shared-data mode, it's already in my s3, is it possible read it in a different cluster? recreating metadata etc.
đź™… 1
t
You can restore a metadata snapshot into a new cluster, but it would be ill advised to have 2 separate clusters acting on the same data at the same time. You could probably achieve something like this with iceberg tables though. Or even easier, you could export the data into parquet files in another location and that can be read from any starrocks cluster with access to that data. Starrocks can load query those files in place, but it won't be as efficient and will obviously lack some features.
l
Thanks @Travis (YaaaDingus) for your help! what's the right command for this. I'm getting:
5064 (42000): Table: X can not support backup restore, type: CLOUD_NATIVE
g
We are using Azure blob storage and we also need a backup/migration ability in case our star rocks system goes down or gets corrupted. Is it true we have no ability to attach a new starrocks cluster to the Blob that was used by a prior cluster? Like if we want to copy our blob and bring up a new 4.0 star rocks stack and use a copy of the blob for testing? We HAVE to do the upgrade on our live production system?