Closed fabriceclementz closed 2 years ago
As discussed, it looks good to me. It's a valid use case when a user only needs to backup a couple of tables.
Hi @evoxmusic I would like to work on this issue. I'd appreciate it if you could give me some instructions.
Hi @karpa4o4 I'm in transit but I'll give you some details on what is expected
@evoxmusic
I have a question about the place where the table filtering will be. Do I understand correctly what needs to be done when calling pg_dump
? I just noticed that skip
filtering is done in read_and_transform
.
@evoxmusic, can you help me with the question above?
As we discussed on Discord, it will be great to have some options to dump specific tables. By adding a new option
only_tables
RepliByte will only dump these tables.This is an example of the final config file:
Here only the tables named
us_states
andorder_details
must be included in the dump.An error must be triggered if a table is present in
skip
andonly_tables
when both options are used in conjunction.