starrocks-br 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- starrocks_br-0.5.2/LICENSE +201 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/PKG-INFO +20 -18
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/README.md +18 -18
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/pyproject.toml +1 -1
- starrocks_br-0.5.2/src/starrocks_br/__init__.py +15 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/cli.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/concurrency.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/config.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/db.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/error_handler.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/exceptions.py +15 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/executor.py +20 -4
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/health.py +15 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/history.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/labels.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/logger.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/planner.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/repository.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/restore.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/schema.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/timezone.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br/utils.py +15 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br.egg-info/PKG-INFO +20 -18
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br.egg-info/SOURCES.txt +1 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_cli_backup.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_cli_exceptions.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_cli_general.py +14 -0
- starrocks_br-0.5.2/tests/test_cli_init.py +30 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_cli_restore.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_concurrency.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_config.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_db.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_error_handler.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_executor.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_health_checks.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_history.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_labels.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_logger.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_planner.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_repository_sql.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_restore.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_schema_setup.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_timezone.py +14 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/tests/test_utils.py +14 -0
- starrocks_br-0.5.1/src/starrocks_br/__init__.py +0 -1
- starrocks_br-0.5.1/tests/test_cli_init.py +0 -16
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/setup.cfg +0 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br.egg-info/dependency_links.txt +0 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br.egg-info/entry_points.txt +0 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br.egg-info/requires.txt +0 -0
- {starrocks_br-0.5.1 → starrocks_br-0.5.2}/src/starrocks_br.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2025 StarRocks Backup & Restore Contributors
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: starrocks-br
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: StarRocks Backup and Restore automation tool
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
+
License-File: LICENSE
|
|
7
8
|
Requires-Dist: click<9,>=8.1.7
|
|
8
9
|
Requires-Dist: PyYAML<7,>=6.0.1
|
|
9
10
|
Requires-Dist: mysql-connector-python<10,>=9.0.0
|
|
@@ -13,6 +14,7 @@ Requires-Dist: pytest-mock<4,>=3.14.0; extra == "dev"
|
|
|
13
14
|
Requires-Dist: pytest-cov<6,>=5.0.0; extra == "dev"
|
|
14
15
|
Requires-Dist: ruff<1,>=0.8.0; extra == "dev"
|
|
15
16
|
Requires-Dist: pre-commit<5,>=4.0.0; extra == "dev"
|
|
17
|
+
Dynamic: license-file
|
|
16
18
|
|
|
17
19
|
# StarRocks Backup & Restore
|
|
18
20
|
|
|
@@ -22,14 +24,19 @@ Full and incremental backup automation for StarRocks shared-nothing clusters.
|
|
|
22
24
|
|
|
23
25
|
📋 **[Release Notes & Changelog](CHANGELOG.md)**
|
|
24
26
|
|
|
25
|
-
##
|
|
27
|
+
## Documentation
|
|
26
28
|
|
|
27
|
-
- [Why This Tool?](#why-this-tool)
|
|
28
|
-
- [
|
|
29
|
-
- [
|
|
30
|
-
- [
|
|
31
|
-
- [
|
|
32
|
-
- [
|
|
29
|
+
- [Why This Tool?](#why-this-tool) (this page)
|
|
30
|
+
- [Installation](#installation) (this page)
|
|
31
|
+
- [Configuration](#configuration) (this page)
|
|
32
|
+
- [Basic Usage](#basic-usage) (this page)
|
|
33
|
+
- [How It Works](#how-it-works) (this page)
|
|
34
|
+
- **[Getting Started](docs/getting-started.md)** - Step-by-step tutorial
|
|
35
|
+
- **[Core Concepts](docs/core-concepts.md)** - Understand inventory groups, backup types, and restore chains
|
|
36
|
+
- **[Installation Guide](docs/installation.md)** - All installation methods
|
|
37
|
+
- **[Configuration Reference](docs/configuration.md)** - Config file reference and TLS setup
|
|
38
|
+
- **[Commands Reference](docs/commands.md)** - Detailed command reference
|
|
39
|
+
- **[Scheduling & Monitoring](docs/scheduling.md)** - Automate backups and monitor status
|
|
33
40
|
|
|
34
41
|
## Why This Tool?
|
|
35
42
|
|
|
@@ -55,15 +62,6 @@ This tool adds **incremental backup capabilities** to StarRocks by leveraging na
|
|
|
55
62
|
|
|
56
63
|
In short: this tool transforms StarRocks's basic backup/restore commands into a **production-ready incremental backup solution**.
|
|
57
64
|
|
|
58
|
-
## Documentation
|
|
59
|
-
|
|
60
|
-
- **[Getting Started](docs/getting-started.md)** - Step-by-step tutorial
|
|
61
|
-
- **[Core Concepts](docs/core-concepts.md)** - Understand inventory groups, backup types, and restore chains
|
|
62
|
-
- **[Installation](docs/installation.md)** - All installation methods
|
|
63
|
-
- **[Configuration](docs/configuration.md)** - Config file reference and TLS setup
|
|
64
|
-
- **[Commands](docs/commands.md)** - Detailed command reference
|
|
65
|
-
- **[Scheduling & Monitoring](docs/scheduling.md)** - Automate backups and monitor status
|
|
66
|
-
|
|
67
65
|
## Installation
|
|
68
66
|
|
|
69
67
|
### Option 1: PyPI
|
|
@@ -76,7 +74,7 @@ pip install starrocks-br
|
|
|
76
74
|
|
|
77
75
|
### Option 2: Standalone Executable
|
|
78
76
|
|
|
79
|
-
Download from [releases](https://github.com/deep-bi/starrocks-
|
|
77
|
+
Download from [releases](https://github.com/deep-bi/starrocks-backup-and-restore/releases/latest):
|
|
80
78
|
|
|
81
79
|
```bash
|
|
82
80
|
# Linux
|
|
@@ -151,3 +149,7 @@ Read [Core Concepts](docs/core-concepts.md) for detailed explanations.
|
|
|
151
149
|
## Contributing
|
|
152
150
|
|
|
153
151
|
We welcome contributions! See issues for areas that need help or create a new issue to report a bug or request a feature.
|
|
152
|
+
|
|
153
|
+
## License
|
|
154
|
+
|
|
155
|
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
@@ -6,14 +6,19 @@ Full and incremental backup automation for StarRocks shared-nothing clusters.
|
|
|
6
6
|
|
|
7
7
|
📋 **[Release Notes & Changelog](CHANGELOG.md)**
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Documentation
|
|
10
10
|
|
|
11
|
-
- [Why This Tool?](#why-this-tool)
|
|
12
|
-
- [
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
16
|
-
- [
|
|
11
|
+
- [Why This Tool?](#why-this-tool) (this page)
|
|
12
|
+
- [Installation](#installation) (this page)
|
|
13
|
+
- [Configuration](#configuration) (this page)
|
|
14
|
+
- [Basic Usage](#basic-usage) (this page)
|
|
15
|
+
- [How It Works](#how-it-works) (this page)
|
|
16
|
+
- **[Getting Started](docs/getting-started.md)** - Step-by-step tutorial
|
|
17
|
+
- **[Core Concepts](docs/core-concepts.md)** - Understand inventory groups, backup types, and restore chains
|
|
18
|
+
- **[Installation Guide](docs/installation.md)** - All installation methods
|
|
19
|
+
- **[Configuration Reference](docs/configuration.md)** - Config file reference and TLS setup
|
|
20
|
+
- **[Commands Reference](docs/commands.md)** - Detailed command reference
|
|
21
|
+
- **[Scheduling & Monitoring](docs/scheduling.md)** - Automate backups and monitor status
|
|
17
22
|
|
|
18
23
|
## Why This Tool?
|
|
19
24
|
|
|
@@ -39,15 +44,6 @@ This tool adds **incremental backup capabilities** to StarRocks by leveraging na
|
|
|
39
44
|
|
|
40
45
|
In short: this tool transforms StarRocks's basic backup/restore commands into a **production-ready incremental backup solution**.
|
|
41
46
|
|
|
42
|
-
## Documentation
|
|
43
|
-
|
|
44
|
-
- **[Getting Started](docs/getting-started.md)** - Step-by-step tutorial
|
|
45
|
-
- **[Core Concepts](docs/core-concepts.md)** - Understand inventory groups, backup types, and restore chains
|
|
46
|
-
- **[Installation](docs/installation.md)** - All installation methods
|
|
47
|
-
- **[Configuration](docs/configuration.md)** - Config file reference and TLS setup
|
|
48
|
-
- **[Commands](docs/commands.md)** - Detailed command reference
|
|
49
|
-
- **[Scheduling & Monitoring](docs/scheduling.md)** - Automate backups and monitor status
|
|
50
|
-
|
|
51
47
|
## Installation
|
|
52
48
|
|
|
53
49
|
### Option 1: PyPI
|
|
@@ -60,7 +56,7 @@ pip install starrocks-br
|
|
|
60
56
|
|
|
61
57
|
### Option 2: Standalone Executable
|
|
62
58
|
|
|
63
|
-
Download from [releases](https://github.com/deep-bi/starrocks-
|
|
59
|
+
Download from [releases](https://github.com/deep-bi/starrocks-backup-and-restore/releases/latest):
|
|
64
60
|
|
|
65
61
|
```bash
|
|
66
62
|
# Linux
|
|
@@ -134,4 +130,8 @@ Read [Core Concepts](docs/core-concepts.md) for detailed explanations.
|
|
|
134
130
|
|
|
135
131
|
## Contributing
|
|
136
132
|
|
|
137
|
-
We welcome contributions! See issues for areas that need help or create a new issue to report a bug or request a feature.
|
|
133
|
+
We welcome contributions! See issues for areas that need help or create a new issue to report a bug or request a feature.
|
|
134
|
+
|
|
135
|
+
## License
|
|
136
|
+
|
|
137
|
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
__all__ = ["cli", "config"]
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import os
|
|
2
16
|
import sys
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from typing import Literal
|
|
2
16
|
|
|
3
17
|
from . import exceptions, logger, utils
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from typing import Any
|
|
2
16
|
|
|
3
17
|
import yaml
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from typing import Any
|
|
2
16
|
|
|
3
17
|
import mysql.connector
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import click
|
|
2
16
|
|
|
3
17
|
from . import exceptions
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
class StarRocksBRError(Exception):
|
|
2
17
|
pass
|
|
3
18
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import re
|
|
2
16
|
import time
|
|
3
17
|
from typing import Literal
|
|
@@ -297,12 +311,11 @@ def _extract_label_from_command(backup_command: str) -> str:
|
|
|
297
311
|
parts = line.split()
|
|
298
312
|
for i, part in enumerate(parts):
|
|
299
313
|
if part == "SNAPSHOT" and i + 1 < len(parts):
|
|
300
|
-
return parts[i + 1]
|
|
314
|
+
return parts[i + 1].strip("`")
|
|
301
315
|
elif line.startswith("BACKUP SNAPSHOT"):
|
|
302
|
-
# Legacy syntax
|
|
303
316
|
parts = line.split()
|
|
304
317
|
if len(parts) >= 3:
|
|
305
|
-
return parts[2]
|
|
318
|
+
return parts[2].strip("`")
|
|
306
319
|
|
|
307
320
|
return "unknown_backup"
|
|
308
321
|
|
|
@@ -311,6 +324,9 @@ def _extract_database_from_command(backup_command: str) -> str:
|
|
|
311
324
|
"""Extract the database name from a backup command.
|
|
312
325
|
|
|
313
326
|
Parses: BACKUP DATABASE db_name SNAPSHOT label ...
|
|
327
|
+
|
|
328
|
+
Strips backticks from identifiers since they are only used for
|
|
329
|
+
SQL quoting purposes.
|
|
314
330
|
"""
|
|
315
331
|
lines = backup_command.strip().split("\n")
|
|
316
332
|
|
|
@@ -319,6 +335,6 @@ def _extract_database_from_command(backup_command: str) -> str:
|
|
|
319
335
|
if line.startswith("BACKUP DATABASE"):
|
|
320
336
|
parts = line.split()
|
|
321
337
|
if len(parts) >= 3:
|
|
322
|
-
return parts[2]
|
|
338
|
+
return parts[2].strip("`")
|
|
323
339
|
|
|
324
340
|
return "unknown_database"
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
def check_cluster_health(db) -> tuple[bool, str]:
|
|
2
17
|
"""Check FE/BE health via SHOW FRONTENDS/BACKENDS.
|
|
3
18
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from . import logger
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from datetime import datetime
|
|
2
16
|
from typing import Literal
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import logging
|
|
2
16
|
import threading
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import datetime
|
|
2
16
|
import hashlib
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from __future__ import annotations
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import datetime
|
|
2
16
|
import time
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from . import logger
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import datetime
|
|
2
16
|
from zoneinfo import ZoneInfo
|
|
3
17
|
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
def quote_identifier(identifier):
|
|
2
17
|
"""
|
|
3
18
|
Quote a SQL identifier (database, table, or column name) with backticks.
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: starrocks-br
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: StarRocks Backup and Restore automation tool
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
+
License-File: LICENSE
|
|
7
8
|
Requires-Dist: click<9,>=8.1.7
|
|
8
9
|
Requires-Dist: PyYAML<7,>=6.0.1
|
|
9
10
|
Requires-Dist: mysql-connector-python<10,>=9.0.0
|
|
@@ -13,6 +14,7 @@ Requires-Dist: pytest-mock<4,>=3.14.0; extra == "dev"
|
|
|
13
14
|
Requires-Dist: pytest-cov<6,>=5.0.0; extra == "dev"
|
|
14
15
|
Requires-Dist: ruff<1,>=0.8.0; extra == "dev"
|
|
15
16
|
Requires-Dist: pre-commit<5,>=4.0.0; extra == "dev"
|
|
17
|
+
Dynamic: license-file
|
|
16
18
|
|
|
17
19
|
# StarRocks Backup & Restore
|
|
18
20
|
|
|
@@ -22,14 +24,19 @@ Full and incremental backup automation for StarRocks shared-nothing clusters.
|
|
|
22
24
|
|
|
23
25
|
📋 **[Release Notes & Changelog](CHANGELOG.md)**
|
|
24
26
|
|
|
25
|
-
##
|
|
27
|
+
## Documentation
|
|
26
28
|
|
|
27
|
-
- [Why This Tool?](#why-this-tool)
|
|
28
|
-
- [
|
|
29
|
-
- [
|
|
30
|
-
- [
|
|
31
|
-
- [
|
|
32
|
-
- [
|
|
29
|
+
- [Why This Tool?](#why-this-tool) (this page)
|
|
30
|
+
- [Installation](#installation) (this page)
|
|
31
|
+
- [Configuration](#configuration) (this page)
|
|
32
|
+
- [Basic Usage](#basic-usage) (this page)
|
|
33
|
+
- [How It Works](#how-it-works) (this page)
|
|
34
|
+
- **[Getting Started](docs/getting-started.md)** - Step-by-step tutorial
|
|
35
|
+
- **[Core Concepts](docs/core-concepts.md)** - Understand inventory groups, backup types, and restore chains
|
|
36
|
+
- **[Installation Guide](docs/installation.md)** - All installation methods
|
|
37
|
+
- **[Configuration Reference](docs/configuration.md)** - Config file reference and TLS setup
|
|
38
|
+
- **[Commands Reference](docs/commands.md)** - Detailed command reference
|
|
39
|
+
- **[Scheduling & Monitoring](docs/scheduling.md)** - Automate backups and monitor status
|
|
33
40
|
|
|
34
41
|
## Why This Tool?
|
|
35
42
|
|
|
@@ -55,15 +62,6 @@ This tool adds **incremental backup capabilities** to StarRocks by leveraging na
|
|
|
55
62
|
|
|
56
63
|
In short: this tool transforms StarRocks's basic backup/restore commands into a **production-ready incremental backup solution**.
|
|
57
64
|
|
|
58
|
-
## Documentation
|
|
59
|
-
|
|
60
|
-
- **[Getting Started](docs/getting-started.md)** - Step-by-step tutorial
|
|
61
|
-
- **[Core Concepts](docs/core-concepts.md)** - Understand inventory groups, backup types, and restore chains
|
|
62
|
-
- **[Installation](docs/installation.md)** - All installation methods
|
|
63
|
-
- **[Configuration](docs/configuration.md)** - Config file reference and TLS setup
|
|
64
|
-
- **[Commands](docs/commands.md)** - Detailed command reference
|
|
65
|
-
- **[Scheduling & Monitoring](docs/scheduling.md)** - Automate backups and monitor status
|
|
66
|
-
|
|
67
65
|
## Installation
|
|
68
66
|
|
|
69
67
|
### Option 1: PyPI
|
|
@@ -76,7 +74,7 @@ pip install starrocks-br
|
|
|
76
74
|
|
|
77
75
|
### Option 2: Standalone Executable
|
|
78
76
|
|
|
79
|
-
Download from [releases](https://github.com/deep-bi/starrocks-
|
|
77
|
+
Download from [releases](https://github.com/deep-bi/starrocks-backup-and-restore/releases/latest):
|
|
80
78
|
|
|
81
79
|
```bash
|
|
82
80
|
# Linux
|
|
@@ -151,3 +149,7 @@ Read [Core Concepts](docs/core-concepts.md) for detailed explanations.
|
|
|
151
149
|
## Contributing
|
|
152
150
|
|
|
153
151
|
We welcome contributions! See issues for areas that need help or create a new issue to report a bug or request a feature.
|
|
152
|
+
|
|
153
|
+
## License
|
|
154
|
+
|
|
155
|
+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from click.testing import CliRunner
|
|
2
16
|
|
|
3
17
|
from starrocks_br import cli
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import pytest
|
|
2
16
|
from click.testing import CliRunner
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from click.testing import CliRunner
|
|
2
16
|
|
|
3
17
|
from starrocks_br import cli
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
from click.testing import CliRunner
|
|
16
|
+
|
|
17
|
+
from starrocks_br import cli
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def test_init_command_success(config_file, mock_db, setup_password_env, mocker):
|
|
21
|
+
"""Test successful init command."""
|
|
22
|
+
runner = CliRunner()
|
|
23
|
+
|
|
24
|
+
mocker.patch("starrocks_br.schema.initialize_ops_schema")
|
|
25
|
+
|
|
26
|
+
result = runner.invoke(cli.init, ["--config", config_file])
|
|
27
|
+
|
|
28
|
+
assert result.exit_code == 0
|
|
29
|
+
assert "Next steps:" in result.output
|
|
30
|
+
assert "INSERT INTO ops.table_inventory" in result.output
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from click.testing import CliRunner
|
|
2
16
|
|
|
3
17
|
from starrocks_br import cli
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from starrocks_br import concurrency, exceptions
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import os
|
|
2
16
|
import tempfile
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import os
|
|
2
16
|
|
|
3
17
|
import pytest
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from unittest.mock import patch
|
|
2
16
|
|
|
3
17
|
from src.starrocks_br import error_handler, exceptions
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from unittest.mock import Mock, patch
|
|
2
16
|
|
|
3
17
|
import pytest
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import starrocks_br.health as health
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from starrocks_br import history
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from datetime import datetime
|
|
2
16
|
|
|
3
17
|
from starrocks_br import labels
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import logging
|
|
2
16
|
from unittest.mock import patch
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from unittest.mock import Mock
|
|
2
16
|
|
|
3
17
|
import pytest
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import pytest
|
|
2
16
|
|
|
3
17
|
from starrocks_br.repository import ensure_repository
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import re
|
|
2
16
|
from unittest.mock import Mock, patch
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
from starrocks_br import schema
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import datetime
|
|
2
16
|
from zoneinfo import ZoneInfo
|
|
3
17
|
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# Copyright 2025 deep-bi
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
1
15
|
import pytest
|
|
2
16
|
|
|
3
17
|
from starrocks_br import utils
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__all__ = ["cli", "config"]
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
from click.testing import CliRunner
|
|
2
|
-
|
|
3
|
-
from starrocks_br import cli
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
def test_init_command_success(config_file, mock_db, setup_password_env, mocker):
|
|
7
|
-
"""Test successful init command."""
|
|
8
|
-
runner = CliRunner()
|
|
9
|
-
|
|
10
|
-
mocker.patch("starrocks_br.schema.initialize_ops_schema")
|
|
11
|
-
|
|
12
|
-
result = runner.invoke(cli.init, ["--config", config_file])
|
|
13
|
-
|
|
14
|
-
assert result.exit_code == 0
|
|
15
|
-
assert "Next steps:" in result.output
|
|
16
|
-
assert "INSERT INTO ops.table_inventory" in result.output
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|