Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
docs
Commits
6bd7778b
Commit
6bd7778b
authored
1 year ago
by
Feodor Alexandrov
Committed by
Alexander Tolstoy
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
update shredding description
parent
8260e156
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!279
update shredding description
Pipeline
#31835
passed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/reference/audit_events.md
+12
-0
12 additions, 0 deletions
docs/reference/audit_events.md
docs/reference/cli.md
+4
-4
4 additions, 4 deletions
docs/reference/cli.md
with
16 additions
and
4 deletions
docs/reference/audit_events.md
+
12
−
0
View file @
6bd7778b
...
...
@@ -99,6 +99,18 @@
### Создание и удаление БД {: #db_create_or_drop }
### Удаление журналов при ротации {: #xlog_snap_shredding }
В Picodata при создании очередного
[
снапшота
](
../overview/glossary.md#snapshot
)
могут быть удалены предыдущие версии снапшотов, а также
[
журнала упреждающей
записи
](
../overview/glossary.md#persistence
)
. При этом могут быть записаны
события со следующими свойствами:
-
наименование (
`shreddig_started`
/
`shredding_finished`
/
`shredding_failed`
)
-
важность (
`низкая`
)
-
путь до удаляемого файла
-
текст ошибки (в случае события
`shredding_failed`
)
#### Добавление нового узла в кластер {: #add_instance }
При добавлении узла в кластер в его журнале
...
...
This diff is collapsed.
Click to expand it.
docs/reference/cli.md
+
4
−
4
View file @
6bd7778b
...
...
@@ -174,11 +174,11 @@ Picodata будет избегать помещения двух инстанс
#### shredding {: #shredding }
`--shredding
<SHREDDING_MODE>
`
<br>
П
ерезапис
ь
(заполнени
е
случайными данными и специализированными
`--shredding`
<br>
Включение режима п
ерезапис
и
(заполнени
я
случайными данными и специализированными
паттернами) устаревших файлов
`.xlog`
и
`.snap`
перед их удалением с
целью скрытия их содержимого.
Возможные значения:
`enable`
,
`disable`
.
По умолчанию используется
`disable`
.
Аналогичная переменная окружения:
целью скрытия их содержимого.
Аналогичная переменная окружения:
`PICODATA_SHREDDING`
.
## Команда `connect` {: #connect_command }
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment