> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/english/manual/maintenance/update.md).

# PBX update

This article contains step-by-step instructions for updating MikoPBX to a newer version.

{% hint style="info" %}
Before updating, be sure to back up the PBX settings. This is done using the [**backup module**](/mikopbx/english/modules/miko/module-backup.md).
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><strong>Updating a physical server</strong></h4></td><td><a href="https://835495363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZ8acWnNlSalIHQjMFu1%2Fuploads%2FnyDcYehGxjkQOcexSJnE%2Fstandalonepc-icon.png?alt=media&amp;token=6fc581b1-0d81-4f6e-85ed-09d4a0c4ced0">standalonepc-icon.png</a></td><td><a href="/mikopbx/english/manual/maintenance/update/bare-metal.md">Updating a physical server</a></td></tr><tr><td><h4><strong>Updating a virtual machine</strong></h4></td><td><a href="https://835495363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZ8acWnNlSalIHQjMFu1%2Fuploads%2FSeDy1CTNDqXmO84J8rg3%2Fvm-icon.png?alt=media&amp;token=5b3d6322-2312-449d-a322-1b14d34000f6">vm-icon.png</a></td><td><a href="/mikopbx/english/manual/maintenance/update/virtual-machine.md">Updating a virtual machine</a></td></tr><tr><td><h4><strong>Updating a cloud virtual machine</strong></h4></td><td><a href="https://835495363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZ8acWnNlSalIHQjMFu1%2Fuploads%2F6FieHibz6DJ6nzIJp65W%2Fcloud-icon.png?alt=media&amp;token=e44de559-1b9d-4a82-b02d-b1480ef3cbc8">cloud-icon.png</a></td><td><a href="/mikopbx/english/manual/maintenance/update/cloud-virtual-machine.md">Updating a cloud virtual machine</a></td></tr><tr><td><h4>Updating a Docker container</h4></td><td><a href="https://835495363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZ8acWnNlSalIHQjMFu1%2Fuploads%2FQMXQeet2R3TkNvEt9Dpd%2Fdocker-icon.png?alt=media&amp;token=ce291bd2-37ec-4d45-92df-66cfe94be986">docker-icon.png</a></td><td><a href="/mikopbx/english/manual/maintenance/update/docker.md">Updating a Docker container</a></td></tr><tr><td><h4>Updating an LXC container</h4></td><td><a href="https://835495363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZ8acWnNlSalIHQjMFu1%2Fuploads%2FJwgA3DWLiiX40H1bopKq%2Flxc-icon.png?alt=media&amp;token=fb2463bb-fc37-497d-8a34-00f1badcf0fb">lxc-icon.png</a></td><td><a href="/mikopbx/english/manual/maintenance/update/lxc.md">Updating an LXC container</a></td></tr></tbody></table>


---

# 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.mikopbx.com/mikopbx/english/manual/maintenance/update.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.
