mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Improved backup/restore compatibility between DB providers
This commit is contained in:
parent
3621e2fb79
commit
d04becc1a3
5 changed files with 13 additions and 5 deletions
|
@ -1531,6 +1531,7 @@ func (r *restoreHandler) dmzDocAttachment() (err error) {
|
|||
if err != nil {
|
||||
r.Context.Transaction.Rollback()
|
||||
err = errors.Wrap(err, fmt.Sprintf("unable to insert %s %s", filename, at[i].RefID))
|
||||
r.Runtime.Log.Error("warning", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue