> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/enterprise-installation/installation-guide/upgrade-guide.md).

# Upgrade guide

In this upgrade guide, you’ll find the steps to set up all Tableau extensions except for the following:

* WritebackExtreme
* MailScheduler
* SuperKPIs

There are some extensions that have more configuration options before starting. The following extensions are having a more extensive installation:

* VizSlides
* DashboardUsage

{% hint style="info" %}
**TIP:** before upgrading the production environment test the new versions on your acceptance/testing/developing environment. This is always a good practice!
{% endhint %}

### Steps to upgrade

{% embed url="<https://www.youtube.com/watch?v=m3aIx4Q7gJw>" %}

1. Stop the service from running.
2. Make a backup from the current version: `extension-name`, `config.yml` or `.env` file and other custom related files (in SuperTables `custom.css` and `custom.js` files).
3. Replace the executable/binary file of the extension server with the new one.
4. Check the `config.yml` for new configuration and/or missing configuration.
5. Start the service again.

### Change/upgrade SSL/HTTPS certificate

1. Stop the service from running.
2. Replace your `.crt` and `.key` or `.pfx` file.
3. Run the `extension-name` binary on the command-line to test. When the test is successful, stop the runtime.
4. Start the service to run it again.

### Goals of upgrades

The Apps for Tableau extensions will continue to develop over time. We will add new functionality, expand possibilities and eliminate bugs. This section will\
explain how to upgrade your (production) instance of your Enterprise extension server. The principles of this procedure are:

* Commands are written for the Windows executable but are equally applicable in\
  Linux environments.
* You have access to the command prompt of the server the AppsforTableau extension\
  server is running on.
* You don’t have to change the trex file already distributed to your users.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/enterprise-installation/installation-guide/upgrade-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
