Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Dec 14, 2023
1 parent 3c4a32a commit 42b9a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions base/server/python/pki/server/deployment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,9 +1538,7 @@ def setup_database(self, subsystem, master_config):
# then we are assuming that replication is already taken care of,
# and schema has already been replicated.

skip_schema = config.str2bool(self.mdict['pki_clone']) and \
config.str2bool(self.mdict['pki_clone_setup_replication']) and \
config.str2bool(self.mdict['pki_clone_replicate_schema'])
skip_schema = config.str2bool(self.mdict['pki_clone']):

# When cloning a subsystem without setting up the replication agreements,
# the database is a subtree of an existing tree and is already replicated,
Expand Down

0 comments on commit 42b9a33

Please sign in to comment.