<@U04SE163WC8> upgrade platform Airbyte OSS
# ask-ai
a
@kapa.ai upgrade platform Airbyte OSS
k
To upgrade your Airbyte Open Source (OSS) platform, you need to follow these steps: 1. First, you need to manually update the connector image in your local registry. Here's how you can do it: - Select Settings in the main navbar. - Select Sources. - Find your connector (e.g., Gitlab, Metabase, etc.) in the list of connectors. You will see two versions listed, the current in-use version and the latest version available. - Select Change to update your OSS version to the latest available version. [source](https://docs.airbyte.com/integrations/sources/gitlab-migrations#for-airbyte-open-source-update-the-local-connector-image) 2. If you are currently using Airbyte Self-Managed Community and are ready to upgrade to Airbyte Self-Managed Enterprise, you need to follow these steps: - Update to the latest Open Source community release. You can do this by running the following command from the root of the
airbytehq/airbyte-platform
cloned repo:
Copy code
helm upgrade [RELEASE_NAME] airbyte/airbyte
Replace
[RELEASE_NAME]
with your current helm release name, which you can determine by running
helm list
. - Update your
values.yml
file as explained in the Self-Managed Enterprise implementation guide. [source](https://docs.airbyte.com/enterprise-setup/upgrading-from-community) Please note that upgrades require temporarily turning off Airbyte. During upgrades, Airbyte will attempt to upgrade some connector versions. If a connector is used, it will NOT be upgraded to avoid disrupting working workflows. If you want to upgrade a specific connector, do so in the settings page in the webapp. [source](https://docs.airbyte.com/operator-guides/upgrading-airbyte)