Don't backup DeltaContent as its huge and unused by Gerrit2

The DeltaContent entity type is the bulk of the data in the data
store for any Gerrit application.  We don't use it when we convert
a version 1 database to version 2, and the data is easily recreated
from any Git repository which has the necessary objects, which is
typically found on the mgrapp server.

Skipping it during backup improves backup speed and reduces the
chances the backup fails.  It also makes the backup smaller once
we get it into PostgreSQL, making it easier to dump the database
and ship the dump file around.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed