Skip to content

Commit

Permalink
add required and doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Jan 27, 2025
1 parent 1b8762c commit 55a1f18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ description: >-
`/v2/databases/$DATABASE_ID/online-migration` endpoint. Migrating a cluster
establishes a connection with an existing cluster and replicates its
contents to the target cluster. If the existing database is continuously being written to,
the migration process will continue for up to two weeks until there is no more data to replicate or if you manually
stop the migration. Online migration is only available for
MySQL, PostgreSQL, and Redis clusters.
the migration process will continue for up to two weeks unless it is manually stopped. Online migration is only available for
[MySQL](https://docs.digitalocean.com/products/databases/mysql/how-to/migrate/#:~:text=To%20migrate%20a%20MySQL%20database,then%20select%20Set%20Up%20Migration), [PostgreSQL](https://docs.digitalocean.com/products/databases/postgresql/how-to/migrate/), and [Redis](https://docs.digitalocean.com/products/databases/redis/how-to/migrate/) clusters.
tags:
- Databases
Expand Down
3 changes: 3 additions & 0 deletions specification/resources/databases/models/source_database.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
type: object

required:
- source

properties:
source:
type: object
Expand Down

0 comments on commit 55a1f18

Please sign in to comment.