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

[TOOLS-4536] Modify dump file directory, name #124

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

Srltas
Copy link
Contributor

@Srltas Srltas commented Oct 25, 2023

http://jira.cubrid.org/browse/TOOLS-4536

Purpose
Modify the names of the directory and dump file created during offline migration as follows.

  • pefix of output file: [database name]
  • 11.0 under output file
    • directory: [connection user name]
    • file: [prefix]_[connection user name]_schema
  • 11.2 over output file
    • directory: [ASIS schema name]
    • file: [prefix]_[ASIS schema name]_schema

Implementation
N/A

Remarks
N/A

chanage prefix connection user to database name
dump file creation directory name changed to ASIS schema name
change dump file name
In 11.0 under(multi schema not applied), a dump file is created with the
connected user name.
@Srltas Srltas requested review from kisoo-han and Kang-dot October 25, 2023 07:55
@Srltas Srltas self-assigned this Oct 25, 2023
fixed method to generate target file address when migrating to console
@Srltas Srltas merged commit 67577e5 into CUBRID:develop Oct 27, 2023
@Srltas Srltas deleted the TOOLS-4536 branch October 27, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants