Skip to content
Snippets Groups Projects
Commit 7f3e0a47 authored by Evan Read's avatar Evan Read
Browse files

Merge branch 'update-usage' into 'master'

Update usage of upgrade/update in the docs

See merge request !133678



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarEsther <itolimaesther@gmail.com>
parents b4b412a5 09746399
No related branches found
No related tags found
1 merge request!133678Update usage of upgrade/update in the docs
Pipeline #1074221076 passed with warnings
Pipeline: E2E Omnibus GitLab EE

#1074263059

    Pipeline: GitLab

    #1074223977

      Pipeline: E2E GDK

      #1074223802

        +24
        ......@@ -42,7 +42,7 @@ This should enable everyone to see locally any change in an IDE being sent to th
        When testing interactions with the Model Gateway, you might want to integrate your local GDK
        with the deployed staging Model Gateway. To do this:
        1. You need a [cloud staging license](../../user/project/repository/code_suggestions/self_managed.md#update-gitlab) that has the Code Suggestions add-on, because add-ons are enabled on staging. Drop a note in the `#s_fulfillment` internal Slack channel to request an add-on to your license. See this [handbook page](https://about.gitlab.com/handbook/developer-onboarding/#working-on-gitlab-ee-developer-licenses) for how to request a license for local development.
        1. You need a [cloud staging license](../../user/project/repository/code_suggestions/self_managed.md#upgrade-gitlab) that has the Code Suggestions add-on, because add-ons are enabled on staging. Drop a note in the `#s_fulfillment` internal Slack channel to request an add-on to your license. See this [handbook page](https://about.gitlab.com/handbook/developer-onboarding/#working-on-gitlab-ee-developer-licenses) for how to request a license for local development.
        1. Set environment variables to point customers-dot to staging, and the Model Gateway to staging:
        ```shell
        ......
        ......@@ -48,7 +48,7 @@ If you suspect that your GitLab instance has been compromised, consider taking t
        - Review the [Credentials Inventory](../administration/credentials_inventory.md), if available to you.
        - Change any sensitive credentials, variables, tokens, and secrets. For example, those located in instance configuration, database,
        CI/CD pipelines, or elsewhere.
        - Upgrade to the latest version of GitLab and adopt a plan to upgrade after every security patch release.
        - Update to the latest version of GitLab and adopt a plan to update after every security patch release.
        In addition, the suggestions below are common steps taken in incident response plans when servers are compromised by malicious actors.
        ......
        ......@@ -126,14 +126,14 @@ If your GitLab instance uses an HTTP proxy server to access the internet, ensure
        the server is configured to allow outbound connections, including the
        [`gitlab_workhorse` environment variable](https://docs.gitlab.com/omnibus/settings/environment-variables.html).
        ### Update GitLab
        ### Upgrade GitLab
        In GitLab 16.3 and later, GitLab is enforcing the cloud licensing requirement for Code Suggestions:
        - The Premium and Ultimate subscription tiers support cloud Licensing.
        - GitLab Free does not have cloud licensing support.
        If you have a GitLab Free subscription and update to GitLab 16.3 or later,
        If you have a GitLab Free subscription and upgrade to GitLab 16.3 or later,
        to continue having early access to Code Suggestions, you must:
        1. Have a [subscription that supports cloud licensing](https://about.gitlab.com/pricing/).
        ......@@ -144,8 +144,8 @@ to continue having early access to Code Suggestions, you must:
        You must [manually synchronize your subscription](../../../../subscriptions/self_managed/index.md#manually-synchronize-your-subscription-details) if either:
        - You have already updated to GitLab 16.3 and have just bought a Premium or Ultimate tier subscription.
        - You already have a Premium or Ultimate tier subscription and have just updated to GitLab 16.3.
        - You have already upgraded to GitLab 16.3 and have just bought a Premium or Ultimate tier subscription.
        - You already have a Premium or Ultimate tier subscription and have just upgraded to GitLab 16.3.
        Without the manual synchronization, it might take up to 24 hours to active Code Suggestions on your instance.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment