Skip to content

Commit

Permalink
add container name for netbox backup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 31, 2024
1 parent 0eee607 commit 72e3e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def netboxBackup(backupFileName=None):
elif orchMode is OrchestrationFramework.KUBERNETES:
if podsResults := PodExec(
service='netbox-postgres',
container='netbox-postgres-container',
namespace=args.namespace,
command=[
'pg_dump',
Expand Down

0 comments on commit 72e3e74

Please sign in to comment.