pgdump from rust for superadmin2
This commit is contained in:
@@ -48,6 +48,10 @@ message BackupOperationResponse {
|
||||
string output = 5;
|
||||
int64 started_at_unix_seconds = 6;
|
||||
int64 finished_at_unix_seconds = 7;
|
||||
// Set when an operation produced a file, which today means a succeeded dump.
|
||||
// The path is on the server host, not the caller's machine.
|
||||
string artifact_path = 8;
|
||||
string artifact_sha256 = 9;
|
||||
}
|
||||
|
||||
message BackupInfoResponse {
|
||||
|
||||
Reference in New Issue
Block a user