Skip to content

Commit

Permalink
specify sqlite3 command path for noamd deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Dec 1, 2023
1 parent b2580cc commit 50baf58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/nomad_backup_raw.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ job "bgpkit-broker-backup" {
"backup",
"--env", "/usr/local/etc/bgpkit.d/broker.env",
"/var/db/bgpkit/bgpkit_broker.sqlite3",
"s3://spaces/broker/bgpkit_broker.sqlite3"
"s3://spaces/broker/bgpkit_broker.sqlite3",
"--sqlite-cmd-path", "/usr/local/bin/sqlite3"
]
}

Expand Down

0 comments on commit 50baf58

Please sign in to comment.