-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(clickhouse): restore from a backup (#511)
- Loading branch information
1 parent
39a463e
commit 3d7df41
Showing
3 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Fork and restore from Aiven for ClickHouse® backups | ||
sidebar_label: Fork & restore from backups | ||
--- | ||
|
||
import ConsoleLabel from "@site/src/components/ConsoleIcons"; | ||
|
||
Choose a service [backup](/docs/products/clickhouse/concepts/disaster-recovery#service-backup) to fork from and restore your Aiven for ClickHouse® service. | ||
|
||
1. Log in to the [Aiven Console](https://console.aiven.io) and go to your Aiven for | ||
ClickHouse service. | ||
1. Click <ConsoleLabel name="backups"/> in the sidebar. | ||
1. Click **Fork & restore**. | ||
1. In the **New database fork** window, select the following: | ||
|
||
- Backup to fork from | ||
- Service name and a project | ||
- Cloud provider and region | ||
- Service plan and additional storage | ||
|
||
1. Click **Create fork**. | ||
|
||
Once the new fork service is running, you can set up your application's connection settings | ||
to point to this new fork service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters