Remove c
article thumbnail

CommitQuorum in Index Creation From Percona Server for MongoDB 4.4

Percona

Before Percona Server for MongoDB 4.4 PSMDB), the best practice to create an index was doing it in a rolling manner. Many folks used to create directly on Primary, resulting in the first index being created successfully on Primary and then replicated to Secondary nodes. Starting from PSMDB 4.4, Status of nodes: rs1:PRIMARY> rs.status().members.forEach(function

Servers 80
article thumbnail

Use Physical Backups With MySQL InnoDB Redo Log Archiving

Percona

This blog post will walk you through how MySQL’s InnoDB redo log archiving uses PXB to manage the redo log files on the busiest systems and look at how a new feature released in PXB version 8.0.34-29 Enabling redo log archiving on the server requires setting a value for the innodb_redo_log_archive_dirs system variable.

C++ 105
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

What To Do When a Data File in PostgreSQL Goes Missing

Percona

To restore, we can follow either of below approaches: If the standby server is there and the issue does not persist on that, then we can fix the issue by taking logical backup from the standby server, dropping the table on primary, and recreating it using the backup taken.

article thumbnail

Convert MariaDB Binary Log File and Position-Based Replication to GTID Replication

Percona

At Percona Managed Services , we manage Percona Server for MySQL , Community MySQL, and MariaDB. In this blog, we’ll show you how to convert MariaDB binary log file and position-based replication to GTID replication. In my lab, we have two test nodes; both servers will have Debian 11 and MariaDB10.5.19 mariadb_repo_setup./mariadb_repo_setup

Servers 101
article thumbnail

Using Docker To Deploy Neon Serverless PostgreSQL

Percona

Announcement I will be speaking at Percona Live 2023 about serverless PostgreSQL. I prefer to test a distributed deployment where each component is placed on different servers or virtual machines, that’s why I do not put it into docker-compose. The assumption is that I use a reachable server with IP address 172.16.0.9.

article thumbnail

Streaming MongoDB Backups Directly to S3

Percona

If you ever had to make a quick ad-hoc backup of your MongoDB databases, but there was not enough disk space on the local disk to do so, this blog post may provide some handy tips to save you from headaches. zst 2023-02-07T19:33:58.138+0100 writing db2.products products to archive on stdout 2023-02-07T19:33:58.140+0100 writing db2.people

AWS 120
article thumbnail

How To Use systemd in Linux to Configure and Manage Multiple MySQL Instances

Percona

This blog describes how to configure systemd for multiple instances of MySQL. Why do you need multiple instances on the same server? You can have a host with two or three instances configured as a delayed replica of the source server with SQL Delay of, let’s say, 24hr, 12hr, and 6/3hrs. AFAIK Facebook does this.