forked from baron/baron-sso
Add personnel dataset backup filtering
This commit is contained in:
@@ -130,6 +130,7 @@ write_restore_markdown_report() {
|
||||
"| 입력 유형 | \(.backup_source // "unknown") |",
|
||||
"| 백업 경로 | `\(.backup_dir // "")` |",
|
||||
"| Dump 파일 | `\(.dump_file // "")` |",
|
||||
"| Dataset | `\(.dataset // "full")` |",
|
||||
"| 서비스 | `\(services)` |",
|
||||
"",
|
||||
"## 검증",
|
||||
@@ -138,6 +139,9 @@ write_restore_markdown_report() {
|
||||
"| --- | --- |",
|
||||
"| Dump checksum | \(.verification.dump_checksum // "not_run") |",
|
||||
"| 대상 row count | \(.verification.target_row_counts // "not_run") |",
|
||||
(if (.dataset // "full") == "personnel" then
|
||||
"| Personnel exclusions | `\((.restore_policy.excluded.databases // []) | join(", "))` / `\((.restore_policy.excluded.tables // []) | join(", "))` |"
|
||||
else empty end),
|
||||
"",
|
||||
"## 대상별 검증 결과",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user