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

use timestamp for a dump file to avoid potential overwriting #745

Merged
merged 1 commit into from
May 12, 2022

Conversation

yohm
Copy link
Member

@yohm yohm commented May 12, 2022

Before: When running oacis_dump_db, the same file name was used for the dump file, which causes overwriting of the output.
After: The name of the dump file has a unique suffix made from the time stamp. Then, a symbolic link to the dump file is created. Since the name of the symbolic link is identical, the same restore command keeps working.

@yohm yohm added this to the v3.10.0 milestone May 12, 2022
@yohm yohm self-assigned this May 12, 2022
@yohm yohm merged commit 3e8db63 into develop May 12, 2022
@yohm yohm deleted the timestamped_dump_file branch May 12, 2022 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant