这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: Nicholaswang/clickhouse-backup

Tags

v1.2.2

Toggle v1.2.2's commit message
add POST /backup/tables/all, fix POST /backup/tables to respect CLICK…

…HOUSE_SKIP_TABLES

1.2.1

Toggle 1.2.1's commit message

v1.2.1

Toggle v1.2.1's commit message

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Altinity#288 from Altinity/master

# v1.2.0

INCOMPATIBLE CHANGES
- REST API `/backup/status` now return only latest executed command with status and error message

IMPROVEMENTS
- Added REST API `/backup/list/local` and `/backup/list/remote` to allow list backup types separately
- Decreased background backup creation time via REST API `/backup/create`, during avoid list remote backups for update metrics value 
- Decreased backup creation time, during avoid scan whole `system.tables` when set `table` query string parameter or `--tables` cli parameter     
- Added `last` and `filter` query string parameters to REST API `/backup/actions`, to avoid pass to client long JSON documents
- Improved `FTP` remote storage parallel upload / download
- Added `FTP_CONCURRENCY` to allow, by default MAX_CPU / 2 
- Added `FTP_DEBUG` setting, to allow debug FTP commands
- Added `FTP` to CI/CD on any commit
- Added race condition check to CI/CD

BUG FIXES
- environment variable `LOG_LEVEL` now apply to `clickhouse-backup server` properly
- fix Altinity#280, incorrect prometheus metrics measurement for `/backup/create`, `/backup/upload`, `/backup/download`
- fix Altinity#273, return `S3_PART_SIZE` back, but calculates it smartly
- fix Altinity#252, now you can pass `last` and `filter` query string parameters
- fix Altinity#246, incorrect error messages when use `REMOTE_STORAGE=none`
- fix Altinity#283, properly handle error message from `FTP` server 
- fix Altinity#268, properly restore legacy backup for schema without database name
- fix Altinity#287

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Altinity#288 from Altinity/master

# v1.2.0

INCOMPATIBLE CHANGES
- REST API `/backup/status` now return only latest executed command with status and error message

IMPROVEMENTS
- Added REST API `/backup/list/local` and `/backup/list/remote` to allow list backup types separately
- Decreased background backup creation time via REST API `/backup/create`, during avoid list remote backups for update metrics value 
- Decreased backup creation time, during avoid scan whole `system.tables` when set `table` query string parameter or `--tables` cli parameter     
- Added `last` and `filter` query string parameters to REST API `/backup/actions`, to avoid pass to client long JSON documents
- Improved `FTP` remote storage parallel upload / download
- Added `FTP_CONCURRENCY` to allow, by default MAX_CPU / 2 
- Added `FTP_DEBUG` setting, to allow debug FTP commands
- Added `FTP` to CI/CD on any commit
- Added race condition check to CI/CD

BUG FIXES
- environment variable `LOG_LEVEL` now apply to `clickhouse-backup server` properly
- fix Altinity#280, incorrect prometheus metrics measurement for `/backup/create`, `/backup/upload`, `/backup/download`
- fix Altinity#273, return `S3_PART_SIZE` back, but calculates it smartly
- fix Altinity#252, now you can pass `last` and `filter` query string parameters
- fix Altinity#246, incorrect error messages when use `REMOTE_STORAGE=none`
- fix Altinity#283, properly handle error message from `FTP` server 
- fix Altinity#268, properly restore legacy backup for schema without database name
- fix Altinity#287

1.1.1

Toggle 1.1.1's commit message
fix invalid `SFTP_PASSWORD` usage Altinity#274

v1.1.1

Toggle v1.1.1's commit message
fix invalid `SFTP_PASSWORD` usage Altinity#274

1.1.0

Toggle 1.1.0's commit message
update golang to 1.17 in github actions

v1.1.0

Toggle v1.1.0's commit message
update golang to 1.17 in github actions

1.0.16

Toggle 1.0.16's commit message
Merge branch 'master' of github.com:AlexAkulov/clickhouse-backup