-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] - Organize upgrade steps (#13738)
- Loading branch information
Showing
11 changed files
with
60 additions
and
478 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
openmetadata-docs/content/partials/v1.2/deployment/upgrade/post-upgrade-steps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Post-Upgrade Steps | ||
|
||
### Reindex | ||
|
||
{% partial file="/v1.2/deployment/reindex.md" /%} | ||
|
||
Since this is required after the upgrade, we want to reindex `All` the entities. | ||
|
||
### (Optional) Update your OpenMetadata Ingestion Client | ||
|
||
If you are running the ingestion workflows **externally** or using a custom Airflow installation, you need to make sure that the Python Client you use is aligned | ||
with the OpenMetadata server version. | ||
|
||
For example, if you are upgrading the server to the version `x.y.z`, you will need to update your client with | ||
|
||
```bash | ||
pip install openmetadata-ingestion[<plugin>]==x.y.z | ||
``` | ||
|
||
The `plugin` parameter is a list of the sources that we want to ingest. An example would look like this `openmetadata-ingestion[mysql,snowflake,s3]==1.2.0`. | ||
You will find specific instructions for each connector [here](/connectors). | ||
|
||
Moreover, if working with your own Airflow deployment - not the `openmetadata-ingestion` image - you will need to upgrade | ||
as well the `openmetadata-managed-apis` version: | ||
|
||
```bash | ||
pip install openmetadata-managed-apis==x.y.z | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
openmetadata-docs/content/v0.13.3/how-to-guides/aws/index.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.