Remove 2023 Remove Blog Remove Database Remove Systems
article thumbnail

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

Dynatrace

Log4Shell required many organizations to take devices and applications offline to prevent malicious attackers from gaining access to IT systems and sensitive data. As a result, organizations need to be vigilant in identifying and addressing vulnerabilities to protect their systems and data. Learn more. What is vulnerability management?

Cloud 183
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. Assuming that there is already a Secrets object holding all system user passwords, the concept is really simple.

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

PostgreSQL Database Security: External Server-Based Authentication

Percona

Database security is crucial to protecting sensitive information stored in a database. A critical aspect is authentication, which refers to verifying the identity of a user trying to access the database. PostgreSQL server authentication refers to verifying the identity of a user trying to connect to the PostgreSQL server.

Database 123
article thumbnail

Audit DROP Statements in Percona Server for MySQL

Percona

Managing database servers involves different aspects, among which security is critical. The auditing plugin overview has been explained in the blog post Percona’s MySQL Audit Log Plugin – An Enterprise Feature at a Community Price. How does it work? The drop events are listed below. The drop events are listed below.

Servers 84
article thumbnail

Scalable Solutions with Percona Distribution for PostgreSQL (Part 2): Using Citus

Percona

This blog post is part two of a multi-post series about using the Citus extension with Percona Distribution for PostgreSQL. You can read part one here: Scalable Solutions With Percona Distribution for PostgreSQL: Set Up Three PostgreSQL Database Instances. Citus maintains seamless integration with PostgreSQL. 1ubuntu1~20.04.1)

article thumbnail

Migrate Data From Atlas to Self-Hosted MongoDB

Percona

In this blog post, we will discuss how we can migrate data from MongoDB Atlas to self-hosted MongoDB. Atlas atlas-mhnnqy-shard-0 [primary] test> To install MongoShake, follow these steps: Step 1: Install Go Ensure that Go is installed on your system. PSMDB version: rs0 [direct: primary] test> db.version() 6.0.9-7 cd MongoShake.

article thumbnail

How to Convert PostgreSQL Streaming Replication to Logical Replication

Percona

In this blog post, we will look into the steps of transforming an existing PostgreSQL streaming replication node into a logical replication node. s, system: 0.01 s, system: 0.01 s, system: 0.01 Create a logical replication slot on the primary node. In the below log file, the LSN is 0/7000640. s, elapsed: 1638.50

Servers 77