-
Notifications
You must be signed in to change notification settings - Fork 604
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
Add docs for backup checksums #13666
base: main
Are you sure you want to change the base?
Conversation
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
ydb/docs/ru/core/reference/ydb-cli/export-import/_includes/import-s3.md
Outdated
Show resolved
Hide resolved
ydb/docs/ru/core/reference/ydb-cli/export-import/_includes/file-structure.md
Show resolved
Hide resolved
ydb/docs/ru/core/reference/ydb-cli/export-import/_includes/file-structure.md
Outdated
Show resolved
Hide resolved
ydb/docs/ru/core/reference/ydb-cli/export-import/_includes/file-structure.md
Outdated
Show resolved
Hide resolved
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Русская версия — ок.
|
||
For each export file there is a paired file with the extension `.sha256`, which stores its checksum. | ||
|
||
File checksum can be validated using the `sha256sum` console utility: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Может все-таки check
, а не validate
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anton-bobkov @blinkov подскажете какой слово лучше всего подходит? Я вижу что встречаются варианты - verify
/validate
/check
checksum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
По мне так "to validate a checksum", но "to check/verify data integrity". "To check a checksum" точно не вариант.
@@ -31,6 +31,7 @@ To run the command to import data from an S3 storage, specify the [S3 connection | |||
|
|||
`--description STRING`: A text description of the operation saved in the operation history | |||
`--retries NUM`: The number of import retries to be made by the server. The default value is 10. | |||
`--skip-checksum-validation`: Skip the step of validating imported objects checksums |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И тут.
|
||
{% note info %} | ||
|
||
Checksums of exported files are only available for export to S3-compatible object storage at this moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checksums of exported files are only available for export to S3-compatible object storage at this moment. | |
Checksum generation is currently available only for files to be exported to S3-compatible object storage. |
|
||
{% endnote %} | ||
|
||
For each export file there is a paired file with the extension `.sha256`, which stores its checksum. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For each export file there is a paired file with the extension `.sha256`, which stores its checksum. | |
{{ ydb-short-name }} generates a checksum for each export file and saves it to a corresponding` .sha256` file. |
@@ -31,6 +31,7 @@ To run the command to import data from an S3 storage, specify the [S3 connection | |||
|
|||
`--description STRING`: A text description of the operation saved in the operation history | |||
`--retries NUM`: The number of import retries to be made by the server. The default value is 10. | |||
`--skip-checksum-validation`: Skip the step of validating imported objects checksums |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`--skip-checksum-validation`: Skip the step of validating imported objects checksums | |
`--skip-checksum-validation`: Skip checksum validation for imported objects. |
@@ -31,6 +31,7 @@ | |||
|
|||
`--description STRING`: Текстовое описание операции, сохраняемое в истории операций | |||
`--retries NUM`: Количество повторных попыток загрузки, которые будет предпринимать сервер. По умолчанию 10. | |||
`--skip-checksum-validation`: Пропустить этап валидации контрольных сумм загружаемых объектов |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`--skip-checksum-validation`: Пропустить этап валидации контрольных сумм загружаемых объектов | |
`--skip-checksum-validation`: Пропустить этап валидации контрольных сумм загружаемых объектов. |
|
||
For each export file there is a paired file with the extension `.sha256`, which stores its checksum. | ||
|
||
File checksum can be validated using the `sha256sum` console utility: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File checksum can be validated using the `sha256sum` console utility: | |
To check data integrity of the export files, use the `sha256sum` console utility: |
@@ -31,6 +31,7 @@ To run the command to import data from an S3 storage, specify the [S3 connection | |||
|
|||
`--description STRING`: A text description of the operation saved in the operation history |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`--description STRING`: A text description of the operation saved in the operation history | |
`--description STRING`: A text description of the operation saved in the operation history. |
@@ -31,6 +31,7 @@ | |||
|
|||
`--description STRING`: Текстовое описание операции, сохраняемое в истории операций |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`--description STRING`: Текстовое описание операции, сохраняемое в истории операций | |
`--description STRING`: Текстовое описание операции, сохраняемое в истории операций. |
|
||
{% note info %} | ||
|
||
Контрольные суммы файлов выгрузки на данный момент доступны только для выгрузки в S3-совместимое объектное хранилище. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Контрольные суммы файлов выгрузки на данный момент доступны только для выгрузки в S3-совместимое объектное хранилище. | |
Контрольные суммы на данный момент создаются только для файлов выгрузки в S3-совместимое объектное хранилище. |
|
||
For each export file there is a paired file with the extension `.sha256`, which stores its checksum. | ||
|
||
File checksum can be validated using the `sha256sum` console utility: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
По мне так "to validate a checksum", но "to check/verify data integrity". "To check a checksum" точно не вариант.
|
||
{% endnote %} | ||
|
||
Для каждого файла выгрузки есть парный файл с расширением `.sha256`, в котором хранится его контрольная сумма. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Для каждого файла выгрузки есть парный файл с расширением `.sha256`, в котором хранится его контрольная сумма. | |
Для каждого файла выгрузки {{ ydb-short-name }} создаёт парный файл с расширением `.sha256`, в котором хранится его контрольная сумма. |
Changelog category