Percona Resources

Software
Downloads

All of Percona’s open source software products, in one place, to download as much or as little as you need.

Valkey Contribution

Product Documentation

Why Percona for MongoDB?

Why Percona for PostgreSQL?

Percona Blog

Percona Blog

Our popular knowledge center for all Percona products and all related topics.

Community

Percona Community Hub

A place to stay in touch with the open-source community

Events

Percona Events Hub

See all of Percona’s upcoming events and view materials like webinars and forums from past events

About

About Percona

Percona is an open source database software, support, and services company that helps make databases and applications run better.

Percona in the News

See Percona’s recent news coverage, press releases and industry recognition for our open source software and support.

Our Customers

Our Partners

Careers

Contact Us

Rafael Galinari
Rafael is a Support Engineer at Percona focused on helping people with MongoDB and engaged to learn about it daily.

MongoDB Docker Installation: Everything You Need to Know

This blog was originally published in August of 2021 and updated in March of 2025. Need to get a MongoDB instance up and running quickly for development or testing? Docker offers a fantastic solution. This guide provides a practical walkthrough of the essential steps for a basic MongoDB Docker installation, continuing our series on using […]

How to Install and Run PostgreSQL Using Docker

This blog was originally published in Sept 2021 and was updated in November 2023. Following the series of blogs started by Peter Zaitsev in Installing MySQL with Docker, on deploying Docker containers running open source databases, in this article, I’ll demonstrate how to install and run PostgreSQL using Docker. Before proceeding, it is important to […]

Sharding With Zones Based on Compound Shard-Keys on MongoDB 4.4

This article was written with the main purpose of showing you how to determine zones on a shard when using compound shard keys. Defining Zones in Shards means pre-defining where certain chunks will be stored and amongst which set of particular shards they will be balanced according to the shard key definition. MongoDB 4.4 brings […]