(backups) Support restore multi-source load data

This commit is contained in:
Viktor Lofgren 2023-09-22 18:34:17 +02:00
parent f809d22fc6
commit 95323e6caa

View File

@ -197,7 +197,7 @@ public class ConvertAndLoadActor extends AbstractActorPrototype {
Create a backup snapshot of the new data
""")
public void createBackup(Message message) throws SQLException, IOException {
backupService.createBackupFromStaging(message.processedStorageId);
backupService.createBackupFromStaging(List.of(message.processedStorageId));
}
@ActorState(