Skip to content
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

[CBRD-25469] 운영환경에서 백업본을 기반으로 신규 DB명으로 복구하는 스크립트(restore_to_newdb.sh)추가 #5591

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    2deeddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351550a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6231f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3642231 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    fd70432 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    0f6259e View commit details
    Browse the repository at this point in the history
  2. [CBRD-25469] Modify function modify_databases_txt : Fix to only prorc…

    …ess if asis_dbnmame and db-name match
    bagus-kim committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cbd2905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce209b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2b6a8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5317639 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. 1. DEBUG을 위한 print_debug_info() 추가

    2. 작업파일 존재 확인을 위한 check_files() 추가
    3. check_volpath()를 추가하여 databases.txt의 등록된 경로를 -F인자값으로 설정한 경우 Error
    4. check_dbname_uniqueness() 추가하여 databases.txt에 등록된 db-name를 tobe_dbname으로 설정한 경우 Error
    5. parse_options() 수정
    	1) key파일 검색 부분 수정
    	2) asis_dbname과tobe_dbname 필수 인자값 확인
    	3) asis_dbname과tobe_dbname이 동일한 경우 Error발생하도록 수정
    	4) check_volpath로 -F의 인자값인 newdb_path를 점검
    	5) check_dbname_uniqueness로 tobe_dbname의 유일성을 점검
    6. verify_files()추가 : 파일 존재여부 확인
    7. verify_backup_files
    8. main수정
    bagus-kim committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    125b3cc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. 1. Error문구 수정 : backuped-database-name, new-database-name로 수정

    2. databases.txt 경로 수정 : $CUBRID_DATABASES로 수정
    bagus-kim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bfce628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa6300 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 1. newdb_databases_txt() 이름 혼선으로 rollback_databases_txt()으로 변경 함

    2. rollback_databases_txt() 에서 tobe_dbname존재여부 확인 추가
    3. main 수정
    bagus-kim committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4d90f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e34b8 View commit details
    Browse the repository at this point in the history