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

market upgrade command does not work with --all version #491

Open
mkraakman opened this issue Jul 25, 2019 · 1 comment
Open

market upgrade command does not work with --all version #491

mkraakman opened this issue Jul 25, 2019 · 1 comment

Comments

@mkraakman
Copy link

Tested in oC 10.0.8.5 with market app version 0.4.0.
The bug should have been fixed here:
#383
#388

Steps to reproduce
Run command sudo -u www-data ./occ market:upgrade --all
Expected behaviour The apps should be upgraded

Actual behaviour
A warning is shown : No appId or path to a local package specified. Nothing to do.

[root@here]# sudo -u someuser /usr/local/bin/php -f /home/someuser/public_html/occ market:upgrade --all No appId or path to a local package specified. Nothing to do.

@markholland83
Copy link

Did some more tests, the cmd does work but the message when there is nothing to be done is not correct.

`
[henk@web2 home]# sudo -u someuser /usr/local/bin/php /home/someuser/domains/somedomain/public_html/occ market:upgrade --all
templateeditor: Installing new version 0.4.0 ...
templateeditor: App updated.

[henk@web2 home]# sudo -u someuser /usr/local/bin/php /home/someuser/domains/somedomain/public_html/occ market:upgrade --all
No appId or path to a local package specified. Nothing to do.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants