ZebClient
Zebware.comCustomer Portal
  • ZebClient Documentation
  • Product Overview
    • Introduction to ZebClient
    • Functional Overview
    • Product Components
    • Data Flows
    • Data Striping
  • USE CASES
    • ZebClient Analytics
      • Architecture
        • Data Pipeline
        • Data Storage
        • Consumption
      • Deploy a ZebClient Advanced Cluster
        • Step 0 - Setup
      • FAQ
  • Planning & Getting Started
    • How to Choose your Deployment Mode
    • Deployment Modes and Tuning
    • Performance
    • License
    • Order Your ZebClient License
    • Pricing
  • Installation
    • Types of Installations
    • Guided Installation
      • ZebClient with Azure Blob Storage
        • Defining Backend with Azure Blob Storage
        • Mounting ZebClient with Azure Blob Storage
      • ZebClient with AWS S3
        • Defining Backend with AWS S3
        • Mounting ZebClient with AWS S3
      • Mount Additional Agent Node
    • Kubernetes
      • Azure Quickstart Guide
      • ZebClient CSI
      • ZebClient Helm
      • ZebClient Terraform
    • Virtual Machines
      • Azure Installation Guide
        • Installing Using Terraform
        • Uninstalling Using Terraform
    • Checking Installation
    • Running First Test
  • Management HOW-TOS
    • Add a New Agent VM into an Existing Cluster
    • Retrieve Cluster Log Files
    • CloudFormation Deployments
      • Understanding our CloudFormation Template
      • Uninstalling Using CloudFormation
    • Command-line Interface
  • Operations & Monitoring
    • Importing Your Data
    • Inlets
      • Data from External S3 Bucket
    • System Recovery Guide
      • Restore KeyDB Backup from S3
    • Port a Deploy
    • Add Resources to a Cluster
      • Add Application Node to Existing Machine (Manually)
      • Add Application Node to Existing Machine (via zc-cli)
      • Add New Application Node
      • Add Jumpbox
    • Verifying License Validity
    • Monitoring Your ZebClient Cluster with Netdata
Powered by GitBook
On this page
  • Prerequisites
  • Steps
  • Conclusion
  1. Operations & Monitoring

System Recovery Guide

Prerequisites

Before starting the system recovery process, ensure that the following prerequisites are in place:

  • Data is available in S3 buckets

  • Database backup is present in an S3 bucket

Steps

Follow the below steps to recover the system from scratch:

  1. Create a new Zebclient Stack The first step is to create a new Zebclient stack. This stack should be configured to point to the existing S3 buckets where the data is stored.

  2. Ensure Server Configuration Points to Existing S3 Buckets After creating the new Zebclient stack, ensure that the server configuration points to the existing S3 buckets where the data is stored. This will ensure that the data is accessible during the recovery process.

  3. Stop All Zebclient-Agents Stop all the Zebclient-agents before proceeding with the recovery process. This will prevent any data from being written during the recovery process.

  4. Go to DB Server on the Cluster Navigate to the DB server on the cluster. This is where the database backup will be restored.

  5. Stop the DB Server and Restore Redis Backup from S3 Stop the server and restore the KeyDB backup from the S3 bucket where the database backup is stored. Follow the guide to restore the KeyDb backup from S3, if required.

  6. Restart the Agents After the Redis backup has been restored, restart the agents. This will ensure that the data is accessible and the system is functioning correctly.

  7. Verify Data Accessibility Verify if the data is accessible and available. Check that all the necessary data is present and that the system is functioning correctly.

Conclusion

This end-to-end guide for system recovery from scratch provides a step-by-step process to recover a system, ensuring that all data is accessible and available. By following this guide, system administrators can ensure that the recovery process is efficient and successful.

PreviousData from External S3 BucketNextRestore KeyDB Backup from S3

Last updated 1 year ago