Skip to content

Commit 59a4a74

Browse files
Merge to v3 (#4255)
* Bring back missing Server options (#4252) * bring back missing options * fix links * chore: trigger the build * added icon --------- Co-authored-by: Alex Demidoff <[email protected]> * Fix the wrong port mapping (#4253) * Fix the wrong port mapping * chore: trigger the build * Fix the wrong port mapping (#4253) * Fix the wrong port mapping * chore: trigger the build --------- Co-authored-by: Alex Demidoff <[email protected]>
1 parent 25e69af commit 59a4a74

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

documentation/docs/install-pmm/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# PMM installation overview
22

3-
!!! info "Content under improvement"
4-
We're currently enhancing this chapter to make it more accurate and easier to follow. Content may be updated as improvements are made. [Share your feedback](https://docs.google.com/forms/d/1bkWACehjqlwA0AKf-qTJcXvYbOSYgze8iTPXjntqmNo/edit) to help us improve it.
5-
63
Installing Percona Monitoring and Management (PMM) involves setting up a central PMM Server and distributed PMM Clients that work together to monitor your database environment.
74

85
PMM Server provides the web interface with dashboards and analytics, while PMM Clients collect data from your databases with minimal performance impact and send it back to PMM Server for analysis and visualization.
@@ -32,7 +29,9 @@ Compare the available deployment methods to choose what works best for your setu
3229
|-------------------|----------|------------|----------------|
3330
| [Docker](../install-pmm/install-pmm-server/deployment-options/docker/index.md) | Quick setup, development environments | • Fast deployment<br>• Easy to manage<br>• Runs without root privileges<br>• Minimal resource overhead | • Requires Docker knowledge<br>• May need additional network configuration |
3431
| [Podman](../install-pmm/install-pmm-server/deployment-options/podman/index.md) | Security-conscious environments | • Rootless by default<br>• Enhanced security<br>• Docker-compatible commands<br>• No daemon required | • Requires Podman installation<br>• Less common than Docker |
35-
<!---| [Amazon AWS](../install-pmm/install-pmm-server/deployment-options/aws/aws.md) | 1. Wizard-driven install. <br> 2. Rootless| Paid, incurs infrastructure costs. --->
32+
| [Helm](../install-pmm/install-pmm-server/deployment-options/helm/index.md) | Kubernetes environments | • Native Kubernetes deployment<br>• Scalable and orchestrated<br>• ConfigMap and Secret management<br>• Ingress controller support | • Requires Kubernetes cluster<br>• Helm knowledge needed<br>• More complex setup |
33+
| [Virtual Appliance](../install-pmm/install-pmm-server/deployment-options/virtual/index.md) | Traditional VM environments | • Pre-configured virtual machine<br>• Works with VMware, VirtualBox<br>• No container knowledge required<br>• Isolated environment | • Larger resource footprint<br>• VM management overhead<br>• Less flexible than containers |
34+
| [Amazon AWS](../install-pmm/install-pmm-server/deployment-options/aws/deploy_aws.md) | AWS cloud deployments | • Wizard-driven install<br>• Rootless deployment<br>• Integrated with AWS services | • Paid service, incurs infrastructure costs<br>• AWS-specific deployment |
3635

3736
## Installation steps
3837

@@ -60,10 +59,10 @@ Install and run at least one PMM Server using one of the following deployment me
6059

6160
[**Get started with Virtual Appliance** :material-arrow-right:](../install-pmm/install-pmm-server/deployment-options/virtual/index.md)
6261

63-
<!---=== ":material-aws: AWS Marketplace"
62+
=== ":material-aws: AWS Marketplace"
6463
Deploy PMM Server from AWS Marketplace
6564

66-
[**Get started with AWS deployment** :material-arrow-right:](../install-pmm/install-pmm-server/deployment-options/aws/aws.md) -->
65+
[**Get started with AWS deployment** :material-arrow-right:](../install-pmm/install-pmm-server/deployment-options/aws/deploy_aws.md).
6766

6867
### 2. Install PMM Client
6968

documentation/docs/install-pmm/plan-pmm-installation/choose-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For information on PMM's architecture, see [PMM architecture](../../reference/in
3838
| [**:material-shield-lock: Podman**](../install-pmm-server/deployment-options/podman/index.md) | Security-focused setups | ✔ Rootless containers<br> ✔ Enhanced security<br> ✔ OCI-compatible | ⚠ Requires Podman installation & knowledge |
3939
| [**:material-kubernetes: Helm**](../install-pmm-server/deployment-options/helm/index.md) | Cloud-native environments | ✔ Scalable & high availability<br> ✔ Kubernetes-native | ⚠ Requires existing Kubernetes cluster<br>⚠ More complex setup |
4040
| [**:material-server: Virtual Appliance**](../install-pmm-server/deployment-options/virtual/index.md) | Traditional environments | ✔ Pre-configured with all dependencies<br>✔ Dedicated resources | ⚠ Larger resource footprint<br>⚠ Requires a hypervisor |
41-
<!----| [Amazon AWS](../install-pmm/install-pmm-server/deployment-options/aws/aws.md) | AWS-based environments | Seamless AWS integration, easy provisioning | Monthly subscription costs, AWS infrastructure costs | --->
41+
| [**:material-aws: Amazon AWS**](../install-pmm-server/deployment-options/aws/deploy_aws.md) | AWS-based environments | Seamless AWS integration, easy provisioning | Monthly subscription costs, AWS infrastructure costs |
4242

4343
## PMM Client deployment options
4444

documentation/docs/pmm-upgrade/ui_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PMM Server and Client components are installed and updated separately.
44

5-
PMM v3 Server can run natively, as a Docker image, a virtual appliance<!----or an AWS cloud instance-->. While each environment has its own specific installation and update steps, the UI-based upgrade method is universal and recommended for most users.
5+
PMM v3 Server can run natively, as a Docker image, a virtual appliance or an AWS cloud instance. While each environment has its own specific installation and update steps, the UI-based upgrade method is universal and recommended for most users.
66

77
## Prerequisites
88

documentation/docs/quickstart/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the simplest and most efficient way to install PMM with Docker.
1111
- [Deploy based on a Docker image](../install-pmm/install-pmm-server/deployment-options/docker/index.md)
1212
- [Deploy on Virtual Appliance](../install-pmm/install-pmm-server/deployment-options/virtual/index.md)
1313
- [Deploy on Kubernetes via Helm](../install-pmm/install-pmm-server/deployment-options/helm/index.md)
14-
<!--- - [Run a PMM instance hosted at AWS Marketplace](../install-pmm/install-pmm-server/deployment-options/aws/aws.md)-->
14+
- [Run a PMM instance hosted at AWS Marketplace](../install-pmm/install-pmm-server/deployment-options/aws/deploy_aws.md)
1515

1616
#### Prerequisites
1717

documentation/docs/release-notes/3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ We've simplified AWS installations to match our standard Docker/Podman workflow.
166166

167167
Use **admin** as the username and your EC2 Instance ID as the password (the default PMM password cannot be used for security reasons).
168168

169-
You can find your Instance ID in the AWS Console. <!---For detailed instructions, see [Install PMM Server on AWS Marketplace](../install-pmm/install-pmm-server/deployment-options/aws/aws.md).-->
169+
You can find your Instance ID in the AWS Console. For detailed instructions, see [Install PMM Server on AWS Marketplace](../install-pmm/install-pmm-server/deployment-options/aws/deploy_aws.md).
170170

171171
### Official ARM support for PMM Client
172172

documentation/docs/use/dashboards-panels/share-dashboards/share_dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To enable image rendering:
4848
docker run -d \
4949
--name pmm-server \
5050
--network=pmm-network \
51-
-p 8443:443 \
51+
-p 443:8443 \
5252
-e GF_RENDERING_SERVER_URL=http://renderer:8081/render \
5353
-e GF_RENDERING_CALLBACK_URL=https://pmm-server:8443/graph/ \
5454
percona/pmm-server:3

0 commit comments

Comments
 (0)