-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare 2.1.3 #585
Merged
Merged
Prepare 2.1.3 #585
Conversation
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
…en after config reload, fix #548 Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…tely RESTORE still not work look detail ClickHouse/ClickHouse#39416 and ClickHouse/ClickHouse#42709, add config validation `allow_multipart_download` require `concurrency` in `s3` section more than 1 (3-4 recommends) Signed-off-by: Slach <bloodjazman@gmail.com>
…ire `concurrency` in `s3` section more than 1 (3-4 recommends) Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…tial fix #552 Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…test ClickHouse/ClickHouse#42622 Signed-off-by: Slach <bloodjazman@gmail.com>
…use-backup/actions/runs/3539578811/jobs/5941725730#step:7:4678, Genious Google Storage error message `The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds. That’s all we know.` fix build-race in docker, after remove gpg from clickhouse-server:latest ClickHouse/ClickHouse#42622 Signed-off-by: Slach <bloodjazman@gmail.com>
…-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node, for details Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…table and RESTORE MATERIALIZED VIEW and {uuid} not works for %s version, look ClickHouse/ClickHouse#43971 and ClickHouse/ClickHouse#42709, 22.12.1.1204 fix ClickHouse/ClickHouse#39416 Signed-off-by: Slach <bloodjazman@gmail.com>
…resent, modify test generic.py to properly read inserted_data in `restore_one_replica` test Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…replace database name in replication path) and `Distributed` (replace database name in underlying table) tables, fix #547 Signed-off-by: Slach <bloodjazman@gmail.com>
… also ClickHouse/ClickHouse#32902, ClickHouse/ClickHouse#44252 Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…of `allow_experimental_database_materialized_mysql` Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
…ions and `--table` cli parameter, to avoid create unnecessary empty databases, fix #583 Signed-off-by: Slach <bloodjazman@gmail.com>
…or in `create_remote`, `upload`, `restore_remote` and `download` commands, fix #576 Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com>
Signed-off-by: Slach <bloodjazman@gmail.com> # Conflicts: # pkg/backup/watch.go
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.1.3
IMPROVEMENTS
total_bytes
if this field presentuse_resumable_state
to config to allow default resumable behavior increate_remote
,upload
,restore_remote
anddownload
commands, fix 576BUG FIXES
--watch-backup-name-template
command line parsing, overridden after config reload, fix 548restore_schema_on_cluster: cluster_name
, fix 552clean
command and API behavior, fix 533--restore-database-mapping
behavior forReplicatedMergeTree
(replace database name in replication path) andDistributed
(replace database name in underlying table) tables, fix 547MaterializedPostgreSQL
doesn't support FREEZE, fix 550, see also Implement freeze forMaterializedPostgreSQL
tables ClickHouse/ClickHouse#32902, BACKUP doesn't work with database engine MaterializedPostgreSQL ClickHouse/ClickHouse#44252create
andrestore
commands will respectskip_tables
config options and--table
cli parameter, to avoid create unnecessary empty databases, fix 583watch
unexpected connection closed behavior, fix 568watch
validation parameters corner cases, close 569