# Upgrade from 3.11 to 3.11.x

### ISD v3.11 to ISD v3.11.1

Users can upgrade the ISD v3.11.x to ISD v3.11.1 by updating the below configuration changes.

#### **Configuration changes:**

These configuration changes are applicable only for upgrading ISD from 3.11.x to 3.11.&#x31;**.**

* Update the following configuration into **sapor-secret.yaml** fil&#x65;**.**

```
 spinnaker:    
   restart:
    endPoint: /webhooks/webhook/restartSpinnaker
   encrypt:
    enabled: true  
```

* Add the following configuration into **sapor-bootstrap-secret.yml** fil&#x65;**.**

```
encrypt:
key: xxxxxxxxxxxxxxxxxxxxxx  ### Need to update the correct encrypt key here
```

### ISD v3.11.x to ISD v3.11.2

Users can upgrade the ISD v3.11.x to ISD v3.11.2. The upgrade instructions and Script file can be found at the link below.

#### Upgrade instructions&#x20;

[https://github.com/OpsMx/platform-service/blob/master/data-migration/steps\_to\_migrate\_from\_v3.11\_to\_v3.11.x.txt](<https://github.com/OpsMx/platform-service/blob/master/data-migration/steps_to_migrate_from_v3.11_to_v3.11.x.txt >)

#### Script File

[https://github.com/OpsMx/platform-service/blob/master/data-migration/migration\_v3.11\_to\_v3.11.x.py](<https://github.com/OpsMx/platform-service/blob/master/data-migration/migration_v3.11_to_v3.11.x.py >)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/upgrading-to-3.7/upgrade-from-3.11-to-3.11.x.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
