Remove c
article thumbnail

RSA Guide 2023: Cloud application security remains core challenge for organizations

Dynatrace

Read on to learn more about the ways observability and security are converging and how this affects vulnerability management, real-time response, and the rise of DevSecOps in our RSA 2023 guide. And why runtime vulnerability detection makes the difference – blog Vulnerability management is an essential part of securing IT operations.

Cloud 180
article thumbnail

Using Jobs to Perform Schema Changes Against MySQL Databases on K8s

Percona

In this blog post, I’ll provide some thoughts on how schema changes can be performed when running MySQL on Kubernetes I won’t focus on DIRECT ALTERs as it is pretty straightforward to apply them. Copyright (c) 2009-2023 Percona LLC and/or its affiliates Copyright (c) 2000, 2023, Oracle and/or its affiliates.

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

We have faced different levels of corruption related to databases in PostgreSQL. Though it is not at all recommended to touch the / data / base / directory and go through files under this / var / lib / postgresql / 14 / main / base / , however, sometimes it happens.

article thumbnail

Use Physical Backups With MySQL InnoDB Redo Log Archiving

Percona

This type of backup is suitable for large, important databases that need to be recovered quickly when problems occur. Physical backups are the backups that consist of raw copies of the directories and files that store database contents. Copyright (c) 2016, 2023, Oracle and/or its affiliates. Press ^C to stop.

C++ 104
article thumbnail

Data Redundancy With the PostgreSQL Citus Extension

Percona

Data redundancy, a database version of a RAID Pondering the case of high availability and redundancy, one replicates data by creating a replica via streaming replication. Extension citus has been created in database db01. Now let’s stretch our imagination and consider a second method of high availability, ala Citus.

C++ 79
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. while not overloading the CPU capacity on the production database. zst 2023-02-07T19:33:58.138+0100 writing db2.products

AWS 120
article thumbnail

CommitQuorum in Index Creation From Percona Server for MongoDB 4.4

Percona

When all data-bearing replica set members are available, and the index is created with default commitQuorum , below are the details from the Primary and the Secondary nodes. Status of nodes: rs1:PRIMARY> rs.status().members.forEach(function members.forEach(function (d) {print(d.name) + " " + print(d.stateStr)}); 127.0.0.1:27017

Servers 80