Skip to content
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

Allow for password less command lines #412

Merged

Conversation

aadant
Copy link
Collaborator

@aadant aadant commented Dec 11, 2023

Example usage

provided that

  • ./clickhouse-client.xml exists
  • ~/.my.cnf exists

this should work

python db_compare/clickhouse_table_checksum.py --clickhouse_host  host--clickhouse_database db  --tables_regex table --exclude_columns _version,is_deleted --sign_column ""

python db_compare/mysql_table_checksum.py --mysql_host host  --mysql_database db --tables_regex table  --max_date_value 2283-11-11

python db_load/clickhouse_loader.py --clickhouse_host clickhouse-bi-dev --clickhouse_database data_types --dump_dir /home/aadant/dbdumps/data_types  --clickhouse_port 9000 --threads 16  --mysql_source_database data_types --mysqlshell  --rmt_delete_support

@minguyen9988 minguyen9988 merged commit 8b1c68a into Altinity:develop Dec 11, 2023
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants