# Deployment

Deployment includes installing, configuring, upgrading, downgrading, migration from other DBMS[^1]s, and automated deployment options. Here's an overview of what you can find in this section.

{% columns %}
{% column %}
[deployment-general-installing-and-upgrading-instructions](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/deployment-general-installing-and-upgrading-instructions "mention")
{% endcolumn %}

{% column %}

* Best practices
* Deployment methods
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}
[installing-enterprise-server](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/installing-enterprise-server "mention")
{% endcolumn %}

{% column %}

* Customer download token
* Single-node installation
* Multi-node installation (primary/replica)
* Installation with ColumnStore
* Upgrade paths
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}
[installing-mariadb](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/installing-mariadb "mention")
{% endcolumn %}

{% column %}

* MariaDB ID
* Installing binary packages (executables)
* Installing from source
* Installing system tables
* Troubleshooting installation issues
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}
[configuring-mariadb](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/configuring-mariadb "mention")
{% endcolumn %}

{% column %}

* Option files
* Environment variables
* Advanced configuration options
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}
[upgrading](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/upgrading "mention")
{% endcolumn %}

{% column %}

* Upgrade guides
* Upgrade paths
  {% endcolumn %}
  {% endcolumns %}

{% columns %}
{% column %}
[automated-mariadb-deployment-and-administration](https://mariadb.com/docs/server/server-management/automated-mariadb-deployment-and-administration "mention")
{% endcolumn %}

{% column %}

* Automation systems overview
* Ansible
* Puppet
* Containers
* Kubernetes
* Vagrant
  {% endcolumn %}
  {% endcolumns %}

[^1]: Database Management System. Popular DBMSs include MariaDB, MySQL, Oracle, PostgreSQL, and MongoDB.


---

# 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://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb.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.
