Restore from Amazon S3 and empty databases, why?

I am trying to restore my SQL databases from Amazon S3, after setup Amazon S3 connection, the “Select databases to restore” is empty. How do I solve this issue?

Hi MichaelT,

Thank you for getting in touch with us.

During the restore process SQLBackupAndFTP looks for the backups with the following mask:

{DatabaseName}{YYYY}{MM}{DD}{hh}{mm}[log|diff].[sql|bacpac|7z|zip|bak]

If the backups are not displayed in SQLBackupAndFTP it means that there are no backups with the appropriate mask.

Please find more details about the restore at https://sqlbackupandftp.com/blog/how-to-restore-sql-server-backups

Sorry for the inconvenience.