django-dbbackup icon indicating copy to clipboard operation
django-dbbackup copied to clipboard

Add postgresql schema support

Open twkrol opened this issue 3 years ago • 4 comments
trafficstars

Type of PR (feature, enhancement, bug fix, etc.)

Feature

Description

Added '-n' for specyfing schema to backup/restore

Why should this be added

Usefull for multitenant applications where customer's data are separated by schema, so one can backup/restore selected schema only

Checklist

  • [ ] Documentation has to be added for this feature

twkrol avatar Jan 26 '22 16:01 twkrol

Since this appears to not be ready for review, I am marking this PR as draft.

Please mark it as "Not Draft" when lint/tests are passing

Archmonger avatar Feb 08 '22 08:02 Archmonger

Great feature. Looking forward to it!

eriktelepovsky avatar Feb 12 '22 09:02 eriktelepovsky

@twkrol Are you still planning to work this PR?

Archmonger avatar Apr 29 '22 07:04 Archmonger

Yeah, I want to. Just got some busy days recently.

twkrol avatar Apr 29 '22 09:04 twkrol

Hi @twkrol @Archmonger, What is the status of this PR? Why is the status in the draft?

angryfoxx avatar Dec 25 '23 13:12 angryfoxx

Hey, I would love to merge this feature, but need help to make tests. Anyone?

twkrol avatar Dec 27 '23 21:12 twkrol

@angryfoxx Tests are still needed for this PR.

On top of that, there's a more pressing issue that blocks all PRs from being merged #483

Archmonger avatar Dec 27 '23 21:12 Archmonger

Hi again @Archmonger, is that issue still persisting? I can write test and update this pr if there is no blocker.

angryfoxx avatar Jan 29 '24 07:01 angryfoxx

Yes.

@johnthagen has created a workaround for our broken workflows. PRs are now mergeable again.

Archmonger avatar Jan 29 '24 08:01 Archmonger

@angryfoxx Please resolve merge conflicts and merge main in your branch for CI to run properly.

johnthagen avatar Jan 29 '24 12:01 johnthagen

Hi again guys @Archmonger @johnthagen. I have created pr about that issue and could you review it ? https://github.com/jazzband/django-dbbackup/pull/507

angryfoxx avatar Jan 29 '24 21:01 angryfoxx

Closing this in favor of #507

Archmonger avatar Jan 31 '24 09:01 Archmonger