mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(backups) Support restore multi-source load data
This commit is contained in:
parent
f809d22fc6
commit
95323e6caa
@ -197,7 +197,7 @@ public class ConvertAndLoadActor extends AbstractActorPrototype {
|
|||||||
Create a backup snapshot of the new data
|
Create a backup snapshot of the new data
|
||||||
""")
|
""")
|
||||||
public void createBackup(Message message) throws SQLException, IOException {
|
public void createBackup(Message message) throws SQLException, IOException {
|
||||||
backupService.createBackupFromStaging(message.processedStorageId);
|
backupService.createBackupFromStaging(List.of(message.processedStorageId));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ActorState(
|
@ActorState(
|
||||||
|
Loading…
Reference in New Issue
Block a user