We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
updatePlugin.sh
Running bin/updatePlugin.sh script doesn't update plugins. My test instance was using 0.174 of ep_markdown plugins and the script didn't detect it.
bin/updatePlugin.sh
ep_markdown
The only way i've found to update a plugin was to desinstall/reinstall it from admin page.
Is there another way to know if plugins update are available and to perform upgrades ?
The text was updated successfully, but these errors were encountered:
Thanks for the issue. For now you can remove and reinstall a plugin that should suffice. The updatePlugin.sh did the same just in one step.
Sorry, something went wrong.
Thx for the feedback, so maybe we should fix the script here https://github.com/ether/etherpad-lite/blob/develop/bin/updatePlugins.sh#L11 to do exec exec pnpm remove "$@" && pnpm install "$@" instead of exec pnpm install "$@" ?
exec exec pnpm remove "$@" && pnpm install "$@"
exec pnpm install "$@"
Or maybe we should use the new command. pnpm plugins rm <plugin> and pnpm plugins install <plugin> ? Feel free to create a pr.
pnpm plugins rm <plugin>
pnpm plugins install <plugin>
No branches or pull requests
Running
bin/updatePlugin.sh
script doesn't update plugins. My test instance was using 0.174 ofep_markdown
plugins and the script didn't detect it.The only way i've found to update a plugin was to desinstall/reinstall it from admin page.
Is there another way to know if plugins update are available and to perform upgrades ?
The text was updated successfully, but these errors were encountered: