> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/procedure-for-downgrade-from-rel2-7-to-rel2-6.md).

# Procedure for downgrade from rel2.7 to rel2.6

This page is the procedure to downgrade Toolpack v2.7 system to a Toolpack v2.6 system on a TMG3200 or a TMG800 unit.

**Warning**: Major downgrades require service interruption.

**Configure a valid DNS**

vi /etc/resolv.conf nameserver 8.8.8.8 <- Should insert a valid DNS here

**Download the proper v2.6 installer from TB site**

1- Download installer from TB download site - <http://download.telcobridges.com/> Contact TB support to get the complete link for the proper installer.

```
ex.  wget http://download.telcobridges.com/release2.6.85/TBToolPack-2.6.85-Linux-centos5-x86_64-Install --user xxxx --password yyyy
```

2- Change the permission of the installer

```
ex.  chmod +x TBToolPack-2.6.85-Linux-centos5-x86_64-Install
```

**Stop Toolpack Service**

```
tbtoolpack stop
```

**Run Toolpack Installer (same as 2.4)**

> [Toolpack Installer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/api/installing-toolpack/README.md)

**Copy the license**

If not already done with the installation copy the license in the licenses directory

```
[InstallDirectory]/pkg/licenses/
```

ex.

```
/lib/tb/toolpack/pkg/licenses/
```

**Verify that the Toolpack service will start v2.6**

Open the following file with vi.

```
vi /lib/tb/toolpack/setup/12358/service/config.txt
```

Make sure that the 'application=' line contain '2.6'.

```
application= /lib/tb/toolpack/setup/12358/2.6/apps/tboamapp/tboamapp_wd_cfg.ini
```

**Start Toolpack Service**

```
tbtoolpack start
```


---

# 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://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/procedure-for-downgrade-from-rel2-7-to-rel2-6.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.
