mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
Generate global or tenant level backup file
This commit is contained in:
parent
4094677792
commit
66d5e73ed1
5 changed files with 533 additions and 28 deletions
|
@ -83,6 +83,8 @@ func (h *Handler) Backup(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
h.Runtime.Log.Info("Backup started")
|
||||
|
||||
bh := backerHandler{Runtime: h.Runtime, Store: h.Store, Context: ctx, Spec: spec}
|
||||
|
||||
// Produce zip file on disk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue