-
Notifications
You must be signed in to change notification settings - Fork 59
Use a single datetime for all filenames across a snapshot #147
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 a single datetime for all filenames across a snapshot #147
Conversation
@orgrim What do you think? |
95eb903
to
bc5fa17
Compare
Further to this comment, this Pull Request has been updated with :
@orgrim What do you think? |
bc5fa17
to
0103662
Compare
I've replaced --uniform-snapshot-timestamp with --uniform-timestamp. @orgrim need review |
0103662
to
9161089
Compare
9161089
to
bbb1871
Compare
This option apply a single consistent timestamp to all filenames generated by pg_back instead of using individual file creation times.
bbb1871
to
c1dcb89
Compare
I think I have taken all the correction requests into account. I have rebased this Pull Request. @orgrim New review request. |
@orgrim bump |
@stephane-klein I'm quite busy, I'll see what I can do this week-end |
Hi! 👋 Just wanted to say I'm very interested in this feature — it would be really helpful for my use case. @orgrim If you or someone has time to review the MR soon, that would be amazing. Thanks in advance! |
@orgrim thanks ❤️ |
Proposed implementation of issue #146.