What am I doing wrong? It was my impression that db:ouput was not executed until the database updates were completed.
let $db-name := 'Inve'
return (
db:create-backup($db-name),
db:output(db:backups($db-name))
)
The list of backups returned doesn't include the backup just added by db:create-backup(). I just tried with 8.6.3 to make sure it wasn't an older issue.
Thanks!