From aac8aeff64ca8c526dbd452b612914c97175ed91 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Tue, 11 Dec 2018 15:23:28 +0300 Subject: [PATCH] Mention clickhouse-backup tool --- docs/en/interfaces/third-party/integrations.md | 3 +++ docs/en/operations/backup.md | 2 ++ docs/fa/interfaces/third-party/integrations.md | 3 +++ docs/ru/interfaces/third-party/integrations.md | 3 +++ docs/zh/interfaces/third-party/integrations.md | 3 +++ 5 files changed, 14 insertions(+) diff --git a/docs/en/interfaces/third-party/integrations.md b/docs/en/interfaces/third-party/integrations.md index a55d69d8bc2..0b11630510f 100644 --- a/docs/en/interfaces/third-party/integrations.md +++ b/docs/en/interfaces/third-party/integrations.md @@ -8,6 +8,9 @@ - [ProxySQL](https://github.com/sysown/proxysql/wiki/ClickHouse-Support) - [PostgreSQL](https://www.postgresql.org) - [infi.clickhouse_fdw](https://github.com/Infinidat/infi.clickhouse_fdw) (uses [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) +- Object store + - S3 + - [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup) - Python - [SQLAlchemy](https://www.sqlalchemy.org) - [sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse) (uses [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) diff --git a/docs/en/operations/backup.md b/docs/en/operations/backup.md index 407b4eabe48..c13514a76e1 100644 --- a/docs/en/operations/backup.md +++ b/docs/en/operations/backup.md @@ -29,5 +29,7 @@ ClickHouse allows to create a local copy of table partitions using `ALTER TABLE More details on queries related to partition manipulations can be found in [respective section of ALTER documentation](../query_language/alter.md#query_language-manipulation-with-partitions-and-parts). +There's a third-party tool to automate this approach: [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup). + [Original article](https://clickhouse.yandex/docs/en/operations/access_rights/) \ No newline at end of file diff --git a/docs/fa/interfaces/third-party/integrations.md b/docs/fa/interfaces/third-party/integrations.md index c11b7237653..7bb4a5cae28 100644 --- a/docs/fa/interfaces/third-party/integrations.md +++ b/docs/fa/interfaces/third-party/integrations.md @@ -10,6 +10,9 @@ - [ProxySQL](https://github.com/sysown/proxysql/wiki/ClickHouse-Support) - [PostgreSQL](https://www.postgresql.org) - [infi.clickhouse_fdw](https://github.com/Infinidat/infi.clickhouse_fdw) (استفاده می کند [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) +- فروشگاه شی + - S3 + - [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup) - Python - [SQLAlchemy](https://www.sqlalchemy.org) - [sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse) (استفاده می کند [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) diff --git a/docs/ru/interfaces/third-party/integrations.md b/docs/ru/interfaces/third-party/integrations.md index ed7a20b5880..de75ed9c7ee 100644 --- a/docs/ru/interfaces/third-party/integrations.md +++ b/docs/ru/interfaces/third-party/integrations.md @@ -8,6 +8,9 @@ - [ProxySQL](https://github.com/sysown/proxysql/wiki/ClickHouse-Support) - [PostgreSQL](https://www.postgresql.org) - [infi.clickhouse_fdw](https://github.com/Infinidat/infi.clickhouse_fdw) (использует [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) +- Хранилища объектов + - S3 + - [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup) - Python - [SQLAlchemy](https://www.sqlalchemy.org) - [sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse) (использует [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) diff --git a/docs/zh/interfaces/third-party/integrations.md b/docs/zh/interfaces/third-party/integrations.md index d4e9a6abdbe..f84d68d94a5 100644 --- a/docs/zh/interfaces/third-party/integrations.md +++ b/docs/zh/interfaces/third-party/integrations.md @@ -8,6 +8,9 @@ - [ProxySQL](https://github.com/sysown/proxysql/wiki/ClickHouse-Support) - [PostgreSQL](https://www.postgresql.org) - [infi.clickhouse_fdw](https://github.com/Infinidat/infi.clickhouse_fdw) (使用 [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm)) +- 对象存储 + - S3 + - [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup) - Python - [SQLAlchemy](https://www.sqlalchemy.org) - [sqlalchemy-clickhouse](https://github.com/cloudflare/sqlalchemy-clickhouse) (使用 [infi.clickhouse_orm](https://github.com/Infinidat/infi.clickhouse_orm))