Skip to content

Commit

Permalink
[DOC-487] Voyager 1.8.2 changes (#24177)
Browse files Browse the repository at this point in the history
* voyager 1.8.2 changes

* limitation change

* manual review guideline section change

* removed monitor

* minor edit

* Apply suggestions from code review

Co-authored-by: Dwight Hodge <[email protected]>

* changes from review

* changed order as per review

* changes from review

---------

Co-authored-by: Dwight Hodge <[email protected]>
  • Loading branch information
aishwarya24 and ddhodge authored Oct 1, 2024
1 parent 79a00fd commit cd26c93
Show file tree
Hide file tree
Showing 23 changed files with 725 additions and 513 deletions.
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
4 changes: 2 additions & 2 deletions docs/content/preview/yugabyte-voyager/airgapped.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can perform an airgapped installation on RHEL 8 and CentOS 8.
1. Download the airgapped bundle:

```sh
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.1-0-rhel-8-x86_64.tar.gz
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.2-0-rhel-8-x86_64.tar.gz
```

1. Extract the bundle.
Expand Down Expand Up @@ -171,7 +171,7 @@ You can perform an airgapped installation on Ubuntu 22 and later.
1. Download the airgapped bundle:

```sh
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.1_0_debian.tar.gz
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.2_0_debian.tar.gz
```

1. Extract the bundle.
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

0 comments on commit cd26c93

Please sign in to comment.