Skip to main content

How to migrate git providers

To migrate from one git provider to another, refer to the following steps to avoid minimal disruption:

  1. Outside of dbt Cloud, you'll need to import your existing repository into your new provider.

    As an example, if you're migrating from GitHub to Azure DevOps, you'll need to import your existing repository (GitHub) into your new git provider (Azure DevOps). For detailed steps on how to do this, refer to your git provider's documentation (Such as GitHub, GitLab, Azure DevOps)

  2. Go back to dbt Cloud and set up your integration for the new git provider, if needed.

  3. Disconnect the old repository in dbt Cloud by going to Account Settings and then Projects. Click on the Repository link, then click Edit and Disconnect.

    Disconnect and reconnect your git repository in your dbt Cloud Account Settings pages.Disconnect and reconnect your git repository in your dbt Cloud Account Settings pages.
  4. On the same page, connect to the new git provider repository by clicking Configure Repository

    • If you're using the native integration, you may need to OAuth to it.
  5. That's it, you should now be connected to the new git provider! 🎉

Note — As a tip, we recommend you refresh your page and dbt Cloud IDE before performing any actions.

0