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
fixeseXist-db#5
`xst package install <packages..>` will now use exist-db's REST API by
default and will fallback to XML-RPC only if REST is not available.
This allows uploads of XAR packages larger than 500MB.
Setting `--rest` will _force_ uploads to use the REST endpoint and
installation wil fail when it is deactivated on the target instance.
Setting `--xmlrpc` or `--rpc` on the other hand will always use XML-RPC
but limits the size of installable XARs.
XAR packages that exceed approximately 500 MB cannot be uploaded.
This is a limitation of the XML-RPC API.
Switching to the REST-API for uploading the resource will fix this.
refs eXist-db/node-exist#243
The text was updated successfully, but these errors were encountered: