Skip to content

Commit

Permalink
update go install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Jan 24, 2024
1 parent e0cb727 commit 7ff2f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IMPROVEMENTS
- refactoring of `create` command to allow parallel execution of `FREEZE` and `UNFREEZE` and table level parallelization `object_disk.CopyObject`
- add `CLICKHOUSE_MAX_CONNECTIONS` config parameter to allow parallel execution `FREEZE` / `UNFREEZE`
- change go.mod to allow `go install github.com/Altinity/clickhouse-backup@latest`
- change go.mod to allow `GO111MODULE=on go install github.com/Altinity/clickhouse-backup/v2/cmd/clickhouse-backup@latest`

# v2.4.19
BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docker run -u $(id -u clickhouse) --rm -it --network host -v "/var/lib/clickhous
Build from the sources (required go 1.21+):

```shell
go install github.com/Altinity/clickhouse-backup/cmd/clickhouse-backup@latest
GO111MODULE=on go install github.com/Altinity/clickhouse-backup/v2/cmd/clickhouse-backup@latest
```

## Brief description how clickhouse-backup works
Expand Down

0 comments on commit 7ff2f7a

Please sign in to comment.