fix: add identifyFile

This commit is contained in:
Jonas Kaninda
2024-10-23 09:39:30 +02:00
parent 5242bf1b48
commit 6e76848104

View File

@@ -92,6 +92,7 @@ func restoreFromRemote(db *dbConfig, conf *RestoreConfig) {
Port: sshConfig.port,
User: sshConfig.user,
Password: sshConfig.password,
IdentifyFile: sshConfig.identifyFile,
RemotePath: conf.remotePath,
LocalPath: tmpPath,
})