LogoLogo
Cocktail Cloud
  • What is Cocktail Cloud?
  • Apply for Service
    • Using Cocktail Cloud
  • overview
    • Kubernetes and Cocktail Cloud
    • Understanding Concepts
      • Platform
      • Workspace
      • Cluster
      • Service Map
      • Image Build
      • Security
      • Monitoring
      • Catalog
  • Getting Started
    • Cluster Creation
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Cluster Registration
      • AWS (EKS)
      • NCP (NKS)
      • Azure (AKS)
      • GCP (GKE)
      • ETC (Datacenter)
    • Managing Cloud Provider
      • AWS
    • Creating a User
    • Create Service Map
    • Create Registry
      • Create Registry
      • External Registry Registration
        • Setting Up AWS ECR
        • Setting Up Azure ACR
        • Setting Up Docker Hub
        • Setting Up Docker Registry
        • Setting Up Google GCR
        • Setting Up Harbor
        • Setting Up Naver
        • Setting Up Quay
    • Create a Workspace
  • Cluster Backup and Restore
    • Cocktail Backup and Restore
    • Backup/Restore Preparations
      • AWS S3 Configuration
      • Azure Blob Storage Configuration
      • Google Cloud Storage Configuration
      • MinIO Configuration
    • Create storages
    • Backups
    • Restoration
    • Backup/Restore Overview
  • Log Service
    • Cocktail Log Service
    • Installation
      • Install Log Service
      • Registration Log Service
      • Install Log Agent
      • Install Log Operator
    • Setting
      • Change Opensearch Admin password
    • Application Logs
      • Application Management
      • Application logging
        • Automatic instrumentation of container logs
          • Java
          • Python
        • Manual measurement of file logs(SDK)
          • Java
          • Python
        • Manual measurement of file logs (Sidecar)
          • Fluent-bit
    • Container Logs
    • Cluster Audit Logs
    • Troubleshooting
  • CI/CD
    • Creating a Build Server
    • Build Image
    • Setting up a Pipeline
  • application
    • Catalog
    • Application Deployment
    • Configuration Information Creation
    • Volume Requests
    • Service Exposure
    • Ingress
    • Service Mesh Configuration
  • Platform Management
    • Multicluster Configuration
    • Cluster Management
    • Workspace Management
    • Security
    • Integrated Monitoring
  • API Management
    • API Token Issuance
    • API Issuance History
    • API Execution Logs
  • Certificate Management
    • Issuer Management
    • Private Certificate
    • Public Certificate
  • Deepening operations
    • Maintaining Login Session in Case of Inability with Ingress Configuration
    • Add Ingress Proxy Configuration
    • Accessing Harbor from a Server Other Than the Registry VM
    • Configuring Harbor with a Public SSL Certificate
Powered by GitBook

â“’2023. Acornsoft Corp. All rights reserved.

On this page
  • 1. Preparation Before Backup Creation
  • 2. Access the Backup Creation Page
  • 3. Enter backup information
  • 3.2 Backup Scope
  • 3.3 Schedule
  • 4. Save Backup Information
  • 5. Verify Backup
  • 5.1 Verify Backup
  • 5.2 To verify the restoration point
  • 6. Schedule Backup Start/Stop
  • 7. Run Now
  • 8. Copy job

Was this helpful?

Export as PDF
  1. Cluster Backup and Restore

Backups

When a cocktail backup is created and executed, a backup target is created based on the backup information.

PreviousCreate storagesNextRestoration

Last updated 1 year ago

Was this helpful?

1. Preparation Before Backup Creation

  • To create a backup, you need to create a storage. Please refer to

2. Access the Backup Creation Page

  1. Select the [Backup/Restore] - [Backup] section.

  1. Click the [Create] button.

3. Enter backup information

  1. Input the details for the backup.

Select the cluster and data storage to be protected by the backup

Item (* is required)
content

Name*

  • Name of the backup to be created

Select Cluster*

  • Cluster to be backed up

Select Storage*

  • Select the storage

  • Only select storage with Read-Write permission

Backup Retention Period*

  • Backup retention period

  • specified in hours. Enter only numeric values

3.2 Backup Scope

The backup scope includes selecting the entire cluster or specific namespaces, label selectors, and choosing resources to be protected by the backup

1. View Details of Backup-Eligible Resources

  • The number inside the parentheses indicates the total count of backup-eligible resources.

2. Backup Scope

  • The backup scope allows you to choose either [Entire Cluster] to back up the entire cluster or [Selecting Namespace] to choose specific namespaces.

  • If you choose [Selecting Namespace], additional items will be displayed as follows.

  • Verify the selected namespace.

3. Label Selector

  • Using the label selector during backup allows you to perform backups targeting only resources that match specific labels or label conditions.

  • The backup target is limited to resources that satisfy all specified label conditions.

4. Resources

  • This item configures the cluster backup target.

  • "If you choose [Entire Resources] under Resources, it sets all resources within the cluster as the backup target. If you choose [Selecting Resources], you can selectively backup specific resources.

  • If you choose [Selecting Resources], additional items will be displayed as follows

3.3 Schedule

  • If you choose 'not in use,' the backup will run immediately once. However, if you choose ' Schedule Execution,' the backup will automatically run according to the specified time (specified interval).

  • If you select 'Schedule Execution,' the backup will not run immediately but will be automatically executed at the specified time.

  • You can specify the desired time or interval using a cron expression or the @every notation.

#1 In Cron expression for UTC time
   
   * * * * *
   │ │ │ │ │
   │ │ │ │ └─ Day of the week (0-6, 0 and 7 represent Sunday)
   │ │ │ └─── Month (1-12)
   │ │ └───── Day of the month (1-31)
   │ └─────── Hour (0-23)
   └───────── Minute (0-59)

   
#2 @every notation : "@every 6h", "@every 24h","@every 168h"
  Maximum unit is in hours (combinations of hours, minutes, and seconds are possible)

4. Save Backup Information

  1. Click the [Save] button.

  2. Confirm the following message and click the [OK] button.

5. Verify Backup

5.1 Verify Backup

  1. You can check the created backup in the backup list.

  2. To view detailed information for the specific backup, click on the backup name.

5.2 To verify the restoration point

  1. When the corresponding backup is executed, a restore point is added. In the case of scheduled backups, the backup runs according to the schedule, and a restore point is added.

  1. To view detailed information for the specific restore point, click on the restore point name.

  2. You can check the list of all restore points under [Backup/Restore] - [Restore Points].

  3. To view detailed information for the specific restore point, click on the restore point name.

6. Schedule Backup Start/Stop

  1. Navigate to the detailed view of the corresponding scheduled backup.

  2. Click the [Pause Schedule] button.

  3. Click the [OK] button.

  4. Verify that the schedule has been paused.

7. Run Now

When you run the backup now, the backup will be executed, and a restore point will be created.

  1. Navigate to the detailed view of the corresponding backup.

  2. Click the [Run Now] button.

  3. Verify the created restore point.

8. Copy job

Copy job allows you to create a new backup by adding new configurations based on previously created backup settings or by modifying existing settings.

  1. Navigate to the detailed screen of the respective backup.

  2. "Click the [Replicate] button.

  3. Click the [OK] button.

  4. Add new configurations or modify existing settings.

The button links to a screen displaying a list of selectable resources and detailed information about those resources.

Click the icon to select the namespace, then click the [Apply] button.

Click the icon to enter the name and value.

The recent execution status represents the state of the restoration point created due to the most recently executed backup. Refer to for detailed explanations of the states.

If you wish to resume the schedule, click the button and repeat the above steps.

this place
this link
[Screen] Access the Backup Page
[Screen] Access the Backup Creation Page
[Screen] Enter Backup Information
[Screen] Enter Basic Settings
[Screen] Enter Backup Scope
[Screen] Select Namespace
[Screen] Select Namespace
[Screen] Confirm Selected Namespace
[Screen] Label Selector
[Screen] Select Resources
[Screen] Restore Creation - Schedule
[Screen] Save Backup Information
[Screen] Save Backup Information
[Screen] Backup List
[Screen] Backup List
[Screen] Backup Details
[Screen] Backup Details
[Screen] Backup Details - Restore Point Details
[Screen] Restore Point List
[Screen] Restore Point List
[Screen] Restore Point Details
[Screen] Backup List
[Screen] Schedule Backup Details
[Screen] Pause Schedule
[Screen] Confirm Pause Schedule
[Screen] Backup List
[Screen] Backup Details - Run Immediately
[Screen] Backup Details - Run Immediately - Create Restore Poin
[Screen] Move to Detailed Screen in Backup List
[Screen] Backup Details - Replication