Wed.Aug 02, 2023

article thumbnail

6 Effective Strategies for Kubernetes Observability in Hybrid Cloud Environments

DZone

2023 has seen rapid growth in native-cloud applications and platforms. Organizations are constantly striving to maximize the potential of their applications, ensure seamless user experiences, and drive business growth. The rise of hybrid cloud environments and the adoption of containerization technologies, such as Kubernetes, have revolutionized the way modern applications are developed, deployed, and scaled.

Cloud 246
article thumbnail

How to Monitor Your MySQL Database Restore Progress

Percona

Restoring a MySQL database backup is a crucial task that can sometimes be time-consuming, especially for large databases. Monitoring the progress of the restore process is essential to estimate completion time and ensure everything is proceeding smoothly. In this blog post, we will explore two distinct and effective methods to calculate the percentage progress of the MySQL restore process.

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

The value of a prototype is in the insight it imparts, not the code.

Addy Osmani

The value of a prototype is in the insight it imparts, not the code being written. Prototyping lets us fail fast and cheap, or get the data to make a concrete decision on direction. It helps answer the question, "What happens if we try this?" Most significantly, prototyping provides us with the guardrails to safely and productively fail. Failure is an integral part of the process of learning.

Code 72
article thumbnail

MySQL 5.7 to 8.0 Upgrade – In-Place or Logical Upgrade?

Percona

The MySQL 5.7 End of Life is now two months away. Those of you who have waited may be wondering which is the best way to upgrade – an In-Place or Logical upgrade. An In-Place upgrade is where the binaries for 5.7 are replaced with the binaries for 8.0, and the upgrade is made to an existing instance. The Logical option is a new server that is loaded with the old data from a backup.

article thumbnail

A Spectrum of Actions, Part I

J. Paul Reed

Anyone who’s ever been involved with an operational incident knows action items are a likely outcome. Heck, they may be a post-incident demand. What those action items materially are, how important they are (perceived), how they get tracked, how they get resourced, and how they “morph” on their march to “completed” [sic] in the issue tracker… all of these become part and parcel of the story of a particular incident.