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

Fix timestamp suffix to avoid namespace collisions #5801

Merged
merged 1 commit into from
May 17, 2023

Conversation

eternaltyro
Copy link
Contributor

For database snapshots, there are namespace collisions when snapshots are repeated in the same day. To fix this, we use bash(>=4.2) builtin date formatter to add timestamp with minutely granularity as suffix.

This should prevent namespace collisions from happening and as a result, prevent database snapshot creation failures.

For database snapshots, there are namespace collisions when snapshots
are repeated in the same day. To fix this, we use bash(>=4.2) builtin
date formatter to add timestamp with minutely granularity as suffix.

This should prevent namespace collisions from happening and as a result,
prevent database snapshot creation failures.
@eternaltyro eternaltyro self-assigned this May 17, 2023
@eternaltyro eternaltyro merged commit b4f5fa8 into develop May 17, 2023
2 of 6 checks passed
@sonarcloud
Copy link

sonarcloud bot commented May 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@eternaltyro eternaltyro deleted the fix/db-snapshot-namespace-collision branch May 23, 2023 11:35
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.

None yet

1 participant