Skip to content

docs: Add docs to perform catalog import/export from 1 node to 3 node cluster#178

Merged
subkanthi merged 3 commits into
masterfrom
ice_catalog_import_export_doc
May 27, 2026
Merged

docs: Add docs to perform catalog import/export from 1 node to 3 node cluster#178
subkanthi merged 3 commits into
masterfrom
ice_catalog_import_export_doc

Conversation

@subkanthi
Copy link
Copy Markdown
Collaborator

Added documentation to perform catalog import/export from 1 node to 3 node cluster

@subkanthi subkanthi requested a review from xieandrew May 27, 2026 17:31
@xieandrew xieandrew changed the title Added documentation to perform catalog import/export from 1 node to 3 node cluster docs: Add docs to perform catalog import/export from 1 node to 3 node cluster May 27, 2026
Copy link
Copy Markdown
Collaborator

@xieandrew xieandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one small issue with a command

Comment thread docs/catalog-export-import-migration.md Outdated
Inspect the snapshot:

```bash
jq '.namespaces | length, .tables | length' catalog-snapshot.json
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting this error: jq: error (at catalog-snapshot.json:16): Cannot index array with string "tables". Changing it to jq '(.namespaces | length), (.tables | length)' catalog-snapshot.json fixes it.

@xieandrew xieandrew added the ice-rest-catalog Relates to ice-rest-catalog label May 27, 2026
@subkanthi subkanthi requested a review from xieandrew May 27, 2026 19:08
@subkanthi subkanthi merged commit 6210794 into master May 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ice-rest-catalog Relates to ice-rest-catalog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants