Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xst install fails for large XAR packages #5

Closed
line-o opened this issue Jul 20, 2022 · 1 comment · Fixed by #159
Closed

xst install fails for large XAR packages #5

line-o opened this issue Jul 20, 2022 · 1 comment · Fixed by #159
Labels
bug Something isn't working released

Comments

@line-o
Copy link
Member

line-o commented Jul 20, 2022

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

@line-o line-o added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Jul 20, 2022
line-o added a commit to line-o/xst that referenced this issue Oct 17, 2023
fixes eXist-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.
@github-actions
Copy link

🎉 This issue has been resolved in version 1.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant