fix: add identifyFile
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user