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-24023] migration tool for 11.0.x and 11.1.x #2

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

Conversation

beyondykk9
Copy link

@beyondykk9 beyondykk9 commented May 23, 2022

http://jira.cubrid.org/browse/CBRD-24023

This is a migration tool to 11.2 from 11.0.x or 11.1.x version.

migrate/migrate.h Outdated Show resolved Hide resolved
migrate/migrate.c Outdated Show resolved Hide resolved

error_exit:
print_usage ();
return NULL;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to close outfile if error as the following.
if (out != NULL && out != stdout)
{
fclose(out);
out = stdout;
}

@hgryoo
Copy link
Member

hgryoo commented May 24, 2022

The following are required too

  • Project Lists table in README.md too
  • README file to describe how to use migrate
  • .gitignore for generated files (e.g. .o, binaries)

@youngjinj
Copy link

How about changing the related issue from CBRD-24240 to CBRD-24023?

@beyondykk9 beyondykk9 changed the title [CBRD-24240] migration tool for 11.0.x and 11.1.x [CBRD-24023] migration tool for 11.0.x and 11.1.x Dec 26, 2022
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.

5 participants