rollbacks

All posts tagged rollbacks by Linux Bash
  • Posted on
    Featured Image
    Learn to automate cluster upgrades and rollbacks using Linux Bash with this guide. Discover methods to execute seamless upgrades and efficient rollbacks, reducing human errors and improving system reliability. The article offers detailed steps from setting up SSH keys to scripting upgrade and rollback processes, and shares best practices like data backups and incremental rollouts to maintain a resilient cluster environment.
  • Posted on
    Featured Image
    This article compares snapshot and rollback functionalities between OpenSUSE's Btrfs and RHEL-based tools. It explores how OpenSUSE leverages Btrfs's built-in features for user-friendly system recovery, contrasting with the more complex but flexible RHEL systems using LVM with XFS. The analysis highlights ease of use, reliability, and performance, concluding that OpenSUSE with Btrfs provides a smoother, integrated management experience.
  • Posted on
    Featured Image
    The article delves into using Bash scripts for managing rollbacks in continuous deployment scenarios. It explains how to set up automated rollback mechanisms through scriptable actions in the Linux Bash environment, ensuring quick recovery and minimizing downtime during deployment failures. Key points include trafficking and reversible deployments via commit IDs and the advantages of Bash’s flexibility and speed, weighed against the complexity in larger systems.