Skip to content

Commit

Permalink
fixup! adds es snapshotting commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Feb 6, 2025
1 parent 1423ebd commit 530e37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/management/commands/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def restore_snapshot(self, repository_name=None, snapshot_name=None):
):
self.delete_indexes()
SearchEngineFactory().create().restore_snapshot(
snapshot_name, repository_name
repository_name, snapshot_name
)
else:
print("Snapshot does not exist")
Expand Down

0 comments on commit 530e37d

Please sign in to comment.