Installing MariaDB Enterprise Manager
Step-by-step instructions for deploying the Docker-based Enterprise Manager Server, including standard online setups and air-gapped installation procedures.
Standard Installation
1
docker login docker.mariadb.com2
wget https://dlm.mariadb.com/<Customer_Download_Token>/enterprise-release-helpers/install-enterprise-manager.sh3
chmod +x install-enterprise-manager.sh4
./install-enterprise-manager.sh5
cd enterprise-manager
docker compose ps6
Enterprise Manager Server Air-Gapped Installation
1
2
3
4
5
Last updated
Was this helpful?

