# 🛠️  Upgrade

***Automatic upgrade***

```bash
source <(curl -s https://raw.githubusercontent.com/validexisinfra/Celestia/main/upgrade_testnet_node.sh)
```

***Manual upgrade***

<pre class="language-bash"><code class="lang-bash"><strong>sudo systemctl stop celestia-bridge
</strong><strong>rm -rf celestia-node
</strong>git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node
git checkout tags/v0.28.5-mocha
make build 
sudo make install
make cel-key
 
celestia bridge config-update --p2p.network mocha

sudo systemctl restart celestia-bridge &#x26;&#x26; sudo journalctl -u celestia-bridge -f -o cat
</code></pre>


---

# 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://services.validexis.com/testnets/celestia/bridge-node-installation/upgrade.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.
