We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946da21 commit 0cfe338Copy full SHA for 0cfe338
1 file changed
src/AgDatabase.cs
@@ -142,7 +142,7 @@ public List<BackupMetadata> RecentBackups()
142
143
// find all backups in that chain
144
if (fullBackupLsnBag.Count == 0)
145
- throw new Exception("Could not find any full backups");
+ throw new Exception($"Could not find any full backups for DB '{Name}'");
146
147
var databaseBackupLsn = fullBackupLsnBag.Max();
148
var bag = new ConcurrentBag<BackupMetadata>();
0 commit comments