Merge pull request #124 from jkaninda/storage

fix: add identifyFile
This commit is contained in:
2024-10-23 09:40:51 +02:00
committed by GitHub

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,
})