Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/current/_includes/sidebar-data-v25.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{% include_cached v25.4/sidebar-data/feature-overview.json %},
{% include_cached v25.4/sidebar-data/resilience.json %},
{% include_cached v25.4/sidebar-data/connect-to-cockroachdb.json %},
{% include_cached v25.4/sidebar-data/migrate-new.json %},
{% include_cached v25.4/sidebar-data/migrate.json %},
{% include_cached v25.4/sidebar-data/cloud-deployments.json %},
{% include_cached v25.4/sidebar-data/self-hosted-deployments.json %},
Expand Down
193 changes: 193 additions & 0 deletions src/current/_includes/v25.4/sidebar-data/migrate-new.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
{
"title": "Migrate NEW",
"is_top_level": true,
"items": [
{
"title": "Overview",
"urls": [
"/molt/migration-overview.html"
]
},
{
"title": "Migration Considerations",
"items": [
{
"title": "Overview",
"urls": [
"/molt/migration-considerations.html"
]
},
{
"title": "Migration Granularity",
"urls": [
"/molt/migration-considerations-phases.html"
]
},
{
"title": "Continuous Replication",
"urls": [
"/molt/migration-considerations-replication.html"
]
},
{
"title": "Data Transformation Strategy",
"urls": [
"/molt/migration-considerations-transformation.html"
]
},
{
"title": "Validation Strategy",
"urls": [
"/molt/migration-considerations-validation.html"
]
},
{
"title": "Rollback Plan",
"urls": [
"/molt/migration-considerations-rollback.html"
]
},
{
"title": "Cutover Plan",
"urls": [
"/molt/migration-considerations-cutover.html"
]
}
]
},
{
"title": "MOLT Tools",
"items": [
{
"title": "Schema Conversion Tool",
"urls": [
"/cockroachcloud/migrations-page.html"
]
},
{
"title": "Fetch",
"urls": [
"/molt/molt-fetch.html"
]
},
{
"title": "Replicator",
"urls": [
"/molt/molt-replicator.html"
]
},
{
"title": "Verify",
"urls": [
"/molt/molt-verify.html"
]
}
]
},
{
"title": "Migration Walkthroughs",
"items": [
{
"title": "Migration with Downtime",
"urls": [
"/molt/migrate-bulk-load.html"
]
},
{
"title": "Near-zero Downtime Migration",
"urls": [
"/molt/migrate-load-replicate.html"
]
},
{
"title": "Near-zero Downtime Migration with Failback",
"urls": [
"/molt/migrate-failback.html"
]
}
]
},
{
"title": "Third-Party Migration Tools",
"items": [
{
"title": "AWS DMS",
"urls": [
"/${VERSION}/aws-dms.html"
]
},
{
"title": "Qlik Replicate",
"urls": [
"/${VERSION}/qlik.html"
]
},
{
"title": "Striim",
"urls": [
"/${VERSION}/striim.html"
]
},
{
"title": "Oracle GoldenGate",
"urls": [
"/${VERSION}/goldengate.html"
]
},
{
"title": "Debezium",
"urls": [
"/${VERSION}/debezium.html"
]
}
]
},
{
"title": "Migrate Data Types",
"items": [
{
"title": "Migrate from CSV",
"urls": [
"/${VERSION}/migrate-from-csv.html"
]
},
{
"title": "Migrate from Avro",
"urls": [
"/${VERSION}/migrate-from-avro.html"
]
},
{
"title": "Migrate from Shapefiles",
"urls": [
"/${VERSION}/migrate-from-shapefiles.html"
]
},
{
"title": "Migrate from OpenStreetMap",
"urls": [
"/${VERSION}/migrate-from-openstreetmap.html"
]
},
{
"title": "Migrate from GeoJSON",
"urls": [
"/${VERSION}/migrate-from-geojson.html"
]
},
{
"title": "Migrate from GeoPackage",
"urls": [
"/${VERSION}/migrate-from-geopackage.html"
]
},
{
"title": "Import Performance Best Practices",
"urls": [
"/${VERSION}/import-performance-best-practices.html"
]
}
]
}
]
}
2 changes: 1 addition & 1 deletion src/current/_includes/v25.4/sidebar-data/migrate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Migrate",
"title": "Migrate OLD",
"is_top_level": true,
"items": [
{
Expand Down
Loading