ReadyMage Help
  • ReadyMage
  • USER PORTAL
    • User Portal Access
    • Change Password
    • Two-Factor Authentication
  • Project Management
    • Project List
    • Project Settings
      • General Info
      • Git Management
      • Environments
      • Members and roles
      • Security
        • Deletion Protection
        • TFA Enforcement
      • Delete Project
  • Application Management
    • Magento Details
    • Domain Management
    • Logs & Monitoring
    • Backups
      • Backup process
      • Disaster recovery process
    • Deployments
      • Deploy without build cache
      • Queue Tab (Launching soon)
      • Settings Tab (Launching soon)
        • Automatic Deployments
        • ReadyMage Maintenance Page
          • Website Access During Maintenance
      • Notifications Tab (Launching soon)
        • Managing email notifications
        • Managing Slack notifications
      • Pipeline Deployments
      • Pipeline Configuration file
        • Migration guide from 0.x.x to 1.0.0
    • SSH Access
      • SSH Usage
      • Database Access using Graphical Interface
      • Troubleshooting
    • IP Whitelist
    • Password Authentication
    • Database & Media
    • Search Engine Bots Discovery
  • Service Management
    • Server-Side Rendering
    • SFTP
    • NewRelic
    • Packagist Modules
    • Cloudflare
  • Infrastructure Management
    • Autoscale
    • Sleep Mode
    • Manage Services
    • Historical Resource Usage
  • PROJECT DEVELOPMENT
    • Node.js version
    • Store access
    • Creating a Production Environment
    • Additional Environments
    • ScandiPWA, PWA Studio, Hyva, or Luma
    • Project Migration to ReadyMage
    • SSH Access for Magento CLI, database and media
    • Code customization and local setup
    • Extension installation
    • Add translations (switch locale)
    • Existing ScandiPWA Project Code Migration
    • Database and media migration
    • Redirect setup
    • Connect CDN and WebP optimization
    • Email setup
    • Changing the Domain & Multi-Store Set up
    • Internal service addresses
    • Kibana filters and useful CLI commands
    • Persistent directories
  • FAQ
    • General
    • Autoscaling
    • Billing
    • User Portal Options
    • Services connected to ReadyMage
    • Hosting, managing resources and autoscaling
    • Source Code Management
    • ScandiPWA and Magento Versions, Commerce Edition and Upgrades
    • Supported software versions
Powered by GitBook
On this page

Was this helpful?

  1. Application Management
  2. Backups

Backup process

PreviousBackupsNextDisaster recovery process

Last updated 1 month ago

Was this helpful?

AWS S3 Bucket (Build artifact / code base)

In Readymage, our workflow involves generating build artifacts, which encompass all user code, and subsequently transmitting these artifacts to an AWS S3 bucket as part of the successful code-build step, constituting the deployment phase.

AWS S3 is designed to provide high availability by replicating data across multiple Availability Zones (AZs) within a region. An Availability Zone is essentially a separate data center with its own power, cooling, and networking. This means that even if one data center within a region experiences issues, your data should still be accessible from other AZs within the same region.

Harbor (Docker Images)

Harbor is an open-source container image registry that allows to store, manage, and distribute Docker images. It provides a private and secure registry for container images, enhancing control over containerized applications. While Harbor is primarily used for managing container images, it plays a role in aspects related to disaster recovery.

Image Storage and Distribution: Harbor serves as a centralized repository for storing Docker images. In the context of disaster recovery, having container images stored in Harbor ensures that we have a reliable and accessible source for deploying applications, even in the event of a disaster affecting other parts of infrastructure.