Skip to content

Commit

Permalink
feat(backend): 备份工具自动上传 #6824
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17987
  • Loading branch information
zhangzhw8 committed Sep 10, 2024
1 parent 291f96c commit 31c7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-ui/backend/dbm_init/medium/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def upload_medium(self, path, bkrepo_tmp_dir):
for file in files:
if "?" in file:
continue
if os.getenv("RUN_VER") == "ieod" and "dbbackup-go" in file:
if os.getenv("RUN_VER") == "ieod" and "dbbackup-go-txsql" in file:
# 内部版本不自动上传 dbbackup
continue

Expand Down

0 comments on commit 31c7d61

Please sign in to comment.