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
The third parameter packageUri is dropped from db.app.install.
If your code contains a call with client, xarName and packageUri this fails,
because the packageUri is now interpreted as the customPackageUrl.
Unpack a XAR in existdb to extract its package URI and use this info
to remove a previously installed version of this package.
This method is less error prone than to rely on the user to provide the
correct package URI themselves.
Since db.app.upload already hard-codes the collection
where packages are uploaded to (/db/system/repo), this
can safely assumed in db.app.install
when referencing the XAR by its name.
ci: App installation is not compatible with exist 3.6.1!
This is because the collection /db/system/repo does not exist. For installation to work reliably the XAR must be present in that collection (at least for existdb v4+).