diff --git a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/index.mdx b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/index.mdx index 891c33ed71d..4c0e5d6c527 100644 --- a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/index.mdx +++ b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/index.mdx @@ -22,10 +22,10 @@ navigation: --- -## EDB PostgresĀ® AI migrations powered by EDB Data Migration Service +**EDB PostgresĀ® AI migrations powered by EDB Data Migration Service** EDB Data Migration Service (DMS) offers a secure and fault-tolerant way to migrate database data to the EDB Postgres AI platform. Using change data capture or CDC and event streaming, source database row changes are replicated to the migration destination. You can select a subset of your schemas' tables to migrate including support for schema, table, and column name remapping. EDB Data Migration Service is built on Apache Kafka and the open-source Debezium CDC platform. -To migrate self-managed database sources you must download and configure the EDB DMS Reader. +To migrate self-managed database sources, see [Getting started](./getting_started/). diff --git a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/supported_versions.mdx b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/supported_versions.mdx index 1c5e69a97d8..1d19773831d 100644 --- a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/supported_versions.mdx +++ b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/supported_versions.mdx @@ -29,8 +29,6 @@ Container databases (CDB/PDB) and non-CDB sources are supported. Postgres and EDB Postgres Advanced Server sources require a database role or user that can manage replications. For details, see [Preparing Postgres source databases](getting_started/preparing_db/preparing_postgres_source_databases). -When used as a target, EDB DMS requires a database role or user that can write to the appropriate target tables. For details, see [Preparing target databases](getting_started/preparing_db). - ## Operating systems The EDB DMS Reader can run on Linux. For details, see [Installing EDB DMS Reader](getting_started/installing). diff --git a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/terminology.mdx b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/terminology.mdx index d35a7d9f21b..cb7a7fa52d3 100644 --- a/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/terminology.mdx +++ b/advocacy_docs/edb-postgres-ai/migration-etl/data-migration-service/terminology.mdx @@ -23,5 +23,5 @@ Debezium is a Java-based, open-source platform for CDC. Debezium is supported by ## EDB DMS Reader -The EDB Data Migration Service Reader, packaged as `cdcreader`, uses Debezium to perform CDC operations on the source database and produce Kafka messages containing the change events. +The [EDB Data Migration Service Reader](./getting_started/installing/), packaged as `cdcreader`, uses Debezium to perform CDC operations on the source database and produce Kafka messages containing the change events.