Skip to content

Commit f51b4fd

Browse files
authored
DOC-4238, DOC-4510 Sideloader GA prep, Relaunch function, begin migration docs cleanup (#194)
* initial move * initial cleanup and integration * clean and revise cdm instructions * address redundant partials * sideloader images * delete unnecessary stuff * remove conf properties as per doc-4573 * break up sideloader pages * minor adjustments * comment temporarily broken link * remove dsbulk loader from phase 2 nav * use page-alias to redirect * troubleshooting and pricing * troubleshooting and release notes * TODO * sme review 3-apr-25 * add dse and mc links * cleanup timer * SME review * test mc link * link and pcu prereq * redefine sstable-sideloader attribute * a to an * tweak prerequisites * typo * peer review pt 1 and fix Target/Origin caps * peer review pt 2 * peer review pt 3 * small touchups * small style sync * style tweaks * use case dependent prerequisites * remove private preview note for azure
1 parent b510c20 commit f51b4fd

File tree

64 files changed

+2783
-1394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2783
-1394
lines changed

antora.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@ asciidoc:
2424
cass-migrator-short: 'CDM'
2525
dse: 'DataStax Enterprise (DSE)'
2626
dse-short: 'DSE'
27+
hcd: 'Hyper-Converged Database (HCD)'
28+
hcd-short: 'HCD'
2729
astra-db: 'Astra DB'
30+
astra: 'Astra'
31+
data-api: 'Data API'
32+
db-serverless: 'Serverless (Non-Vector)'
33+
db-serverless-vector: 'Serverless (Vector)'
2834
astra-ui: 'Astra Portal'
2935
astra-url: 'https://astra.datastax.com'
30-
support-url: 'https://support.datastax.com'
36+
astra-ui-link: '{astra-url}[{astra-ui}^]'
37+
sstable-sideloader: '{astra-db} Sideloader'
38+
devops-api: 'DevOps API'
39+
devops-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$devops-api/index.html'
40+
support-url: 'https://support.datastax.com'
41+
mc: 'Mission Control (MC)'
42+
mc-short: 'MC'
43+
44+
#TODO: Bring SCB attributes

modules/ROOT/nav.adoc

Lines changed: 39 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,57 @@
1919
** xref:migrate-and-validate-data.adoc[]
2020
** xref:cassandra-data-migrator.adoc[{cass-migrator}]
2121
** xref:dsbulk-migrator.adoc[{dsbulk-migrator}]
22-
** https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[{dsbulk-loader}]
2322
* Phase 3
2423
** xref:enable-async-dual-reads.adoc[]
2524
* Phase 4
2625
** xref:change-read-routing.adoc[]
2726
* Phase 5
2827
** xref:connect-clients-to-target.adoc[]
2928
* References
30-
** Troubleshooting
31-
*** xref:troubleshooting.adoc[]
32-
*** xref:troubleshooting-tips.adoc[]
33-
*** xref:troubleshooting-scenarios.adoc[]
29+
** xref:troubleshooting-tips.adoc[]
30+
** xref:troubleshooting-scenarios.adoc[]
3431
** xref:contributions.adoc[]
3532
** xref:faqs.adoc[]
3633
** xref:glossary.adoc[]
37-
** xref:release-notes.adoc[]
34+
** https://github.com/datastax/zdm-proxy/releases[{product-proxy} release notes]
35+
** https://github.com/datastax/zdm-proxy-automation/releases[{product-automation} release notes]
3836
3937
.{cass-migrator}
40-
* xref:cdm-overview.adoc[{cass-migrator-short} overview]
41-
* xref:cdm-steps.adoc[Use {cass-migrator-short} to migrate data]
38+
* xref:cdm-overview.adoc[{cass-migrator}]
39+
* https://github.com/datastax/cassandra-data-migrator/releases[{cass-migrator-short} release notes]
4240
4341
.{dsbulk-loader}
44-
* https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[{dsbulk-loader}]
45-
* https://docs.datastax.com/en/dsbulk/installing/install.html[Installing {dsbulk-loader}]
42+
* xref:dsbulk:overview:dsbulk-about.adoc[{dsbulk-loader}]
43+
* xref:dsbulk:installing:install.adoc[Installing {dsbulk-loader}]
4644
* Loading and unloading data
47-
** https://docs.datastax.com/en/dsbulk/getting-started/simple-load.html[Loading data without a configuration file]
48-
** https://docs.datastax.com/en/dsbulk/getting-started/simple-unload.html[Unloading data without a configuration file]
49-
** https://docs.datastax.com/en/dsbulk/developing/loading-unloading-vector-data.html[Loading and unloading vector data]
50-
** https://docs.datastax.com/en/dsbulk/reference/load.html[Loading data examples]
51-
** https://docs.datastax.com/en/dsbulk/reference/unload.html[Unloading data examples]
52-
* https://docs.datastax.com/en/dsbulk/reference/dsbulk-cmd.html#escaping-and-quoting-command-line-arguments[Escaping and quoting command line arguments]
45+
** xref:dsbulk:getting-started:simple-load.adoc[Loading data without a configuration file]
46+
** xref:dsbulk:getting-started:simple-unload.adoc[Unloading data without a configuration file]
47+
** xref:dsbulk:developing:loading-unloading-vector-data.adoc[Loading and unloading vector data]
48+
** xref:dsbulk:reference:load.adoc[Loading data examples]
49+
** xref:dsbulk:reference:unload.adoc[Unloading data examples]
50+
* xref:dsbulk:reference:dsbulk-cmd.adoc#escaping-and-quoting-command-line-arguments[Escaping and quoting command line arguments]
51+
* https://github.com/datastax/dsbulk/releases[{dsbulk-loader} release notes]
52+
53+
.{sstable-sideloader}
54+
* xref:sideloader:sideloader-overview.adoc[]
55+
* xref:sideloader:prepare-sideloader.adoc[]
56+
* xref:sideloader:migrate-sideloader.adoc[]
57+
* xref:sideloader:stop-restart-sideloader.adoc[]
58+
* xref:sideloader:cleanup-sideloader.adoc[]
59+
* xref:sideloader:troubleshoot-sideloader.adoc[]
60+
61+
.Product-specific migration paths
62+
* {astra-db}
63+
** xref:astra-db-serverless:databases:migration-path-serverless.adoc[]
64+
* {dse}
65+
** {dse-short} 6.9
66+
*** xref:6.9@dse:tooling:migration-path-dse.adoc[{dse-short} 6.9 migration tools]
67+
*** xref:6.9@dse:managing:operations/migrate-data.adoc[Migrate data to {dse-short} 6.9]
68+
** {dse-short} 6.8
69+
*** xref:6.8@dse:tooling:migration-path-dse.adoc[{dse-short} 6.8 migration tools]
70+
*** xref:6.8@dse:managing:operations/migrate-data.adoc[Migrate data to {dse-short} 6.8]
71+
** {dse-short} 5.1
72+
*** xref:5.1@dse:managing:operations/migrate-data.adoc[Migrate data to {dse-short} 5.1]
73+
* {mc}
74+
** xref:mission-control:migrate:oss-cass-to-mission-control.adoc[Migrate {cass-short} clusters to {mc-short}]
75+
** xref:mission-control:migrate:dse-to-mission-control.adoc[[Migrate {cass-short} clusters to {dse-short}]

modules/ROOT/pages/.additional-resources.adoc

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)