-
Notifications
You must be signed in to change notification settings - Fork 6
[#31] Extend pgmoneta_ext_get_files to return sub-directories and metadata #32
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
Conversation
|
@jesperpedersen The CI is failing due to Pandoc dependency |
|
@ashu3103 Try and rebase |
|
|
Hi @jesperpedersen @Jubilee101, I think this enhancement is not required because what I am trying to achieve is already done in pgmoneta_receive_extra_files, we can directly use that API, its just that we won't be providing any info to it. Thoughts? |
|
@ashu3103 Yes, you can see if you can use that function |
The above trick is working but there is only one issue, the implementation of @jesperpedersen @Jubilee101, can you take a look at it since I'm busy with some other issue. |
|
@ashu3103 I hope pgmoneta/pgmoneta#796 helps. |
Yeah, it is giving the desired results, thanks! |
|
@ashu3103 Have you tested this with a user that doesn't have |
|
Getting the following warning |
Yeah, this is a bug, don't know why it got through while testing. I'll fix it. Another important thing to add here is - this enhancement was necessary when we were assuming that checksum has to be calculated at server end, keeping that in mind our workflow for incremental backup now doesn't have any intentions to request checksum from the sever (since we are calculating it at pgmoneta's end) as discussed in discussion forum. The issue post merging this PR is that the things at pgmoneta side will start to break, as the parsing logic there doesn't expect output in this format, so we may have to change that logic there, which is not a very big deal but I think we are tight on deadline and so we can work or discuss on it later. |
|
@ashu3103 Do we still need this ? |
|
@jesperpedersen @Jubilee101, PTAL I have tested it with a user ( For a query: Result: |
|
Merged. Thanks for your contribution ! |
Resolve: #31
@jesperpedersen @Jubilee101 PTAL