You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// listOfValidFiles defines the valid snapshot filenames (with extensions) that can be uploaded
@@ -56,7 +57,6 @@ type uploadFile struct {
56
57
filterSQLbool// Whether to filter incompatible SQL statements during upload, true for database files, false for summary file
57
58
}
58
59
59
-
60
60
funcinit() {
61
61
usage:=fmt.Sprintf(`'src snapshot upload' uploads instance snapshot contents generated by 'src snapshot databases' and 'src snapshot summary' to the designated bucket.
0 commit comments