Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-487] Voyager 1.8.2 changes #24177

Merged
merged 9 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 8 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
9 changes: 0 additions & 9 deletions docs/config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -930,15 +930,6 @@
showSection = true
hideLink = true

[[preview_yugabyte-voyager]]
name = "Monitor"
parent = "yugabytedb-voyager"
weight = 103
identifier = "monitor-voyager"
[preview_yugabyte-voyager.params]
showSection = true
hideLink = true

########## Menus for stable

[[stable]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ From any node, execute the following command.

```sh
$ cd ~/tserver
$ ./bin/ysqlsh <any-node-ip>
$ ./bin/ysqlsh -h <any-node-ip>
```

```sql
Expand Down
29 changes: 10 additions & 19 deletions docs/content/preview/yugabyte-voyager/known-issues/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
title: Manual review guideline for YugabyteDB Voyager
headerTitle: Manual review guideline
linkTitle: Manual review guideline
title: Schema review workarounds for YugabyteDB Voyager
headerTitle: Schema review workarounds
linkTitle: Schema review workarounds
image: /images/section_icons/develop/learn.png
headcontent: What to watch out for when migrating data using YugabyteDB Voyager
description: What to watch out for when migrating data using YugabyteDB Voyager.
type: indexpage
showRightNav: true
aliases:
- /preview/yugabyte-voyager/known-issues/general-issues/
- /preview/yugabyte-voyager/known-issues/mysql-oracle/
menu:
preview_yugabyte-voyager:
identifier: known-issues
Expand All @@ -28,22 +31,10 @@ Currently, yb-voyager doesn't support the following features:
| Unsupported data types | Data migration is unsupported for some data types, such as BLOB and XML. For others such as ANY and BFile, both schema and data migration is unsupported. Refer to [datatype mapping](../reference/datatype-mapping-oracle/) for the detailed list of data types. | |
| Unsupported PostgreSQL features | Yugabyte currently doesn't support the PostgreSQL features listed in [PostgreSQL compatibility](../../explore/ysql-language-features/postgresql-compatibility/#unsupported-postgresql-features). If such schema clauses are encountered, Voyager results in an error. | |

## Manual review
## Schema review

{{<index/block>}}

{{<index/item
title="General"
body="Explore workarounds for limitations associated with MySQL, PostgreSQL, and Oracle source databases."
href="general-issues/"
icon="/images/section_icons/architecture/concepts.png">}}

{{<index/item
title="MySQL"
body="Explore workarounds for limitations associated with MySQL as the source database."
href="mysql/"
icon="/images/section_icons/architecture/concepts.png">}}

{{<index/item
title="PostgreSQL"
body="Explore workarounds for limitations associated with PostgreSQL as the source database."
Expand All @@ -57,9 +48,9 @@ Currently, yb-voyager doesn't support the following features:
icon="/images/section_icons/architecture/concepts.png">}}

{{<index/item
title="MySQL and Oracle"
body="Explore workarounds for limitations associated with MySQL and Oracle source databases."
href="mysql-oracle/"
title="MySQL"
body="Explore workarounds for limitations associated with MySQL as the source database."
href="mysql/"
icon="/images/section_icons/architecture/concepts.png">}}

{{</index/block>}}
123 changes: 0 additions & 123 deletions docs/content/preview/yugabyte-voyager/known-issues/general-issues.md

This file was deleted.

128 changes: 0 additions & 128 deletions docs/content/preview/yugabyte-voyager/known-issues/mysql-oracle.md

This file was deleted.

Loading