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
Still an error, still nothing visible.
Then I specify a single Plone Site id (there is only one), and then I see a clear error:
$ bin/upgrade install --site z-index --upgrades [email protected]:default
ERROR: Plone site outdated: The Plone site is outdated and needs to be upgraded first using the regular Plone upgrading tools.
> http://localhost:8080/z-index/upgrades-api/execute_upgrades?upgrades%3Alist=5%40zindex.website%3Adefault
< 400 Plone site outdated
So a specific site id (or --pick-site or --list-site) shows the error, but --all-sites does not show me anything.
Would this be fixable?
The text was updated successfully, but these errors were encountered:
# "[]" must be turned into [] and put in dictionary.
output=json.loads(output)
info[args.picked_site] =output
else:
logger.info('Acting on site {0}'.format(
args.picked_site))
print(output)
. Maybe something in there is not working as intended?
Side-note: In case of only one plone site i personally would recommend --pick-site or the -S shorthand as that will fail if it unexpectedly encounters more than one site.
I tried this on a client project:
The exit code (
$?
) was 1, so there was an error somewhere, but nothing was visible here, nor in the instance log. So I try it verbose:Still an error, still nothing visible.
Then I specify a single Plone Site id (there is only one), and then I see a clear error:
So a specific site id (or
--pick-site
or--list-site
) shows the error, but--all-sites
does not show me anything.Would this be fixable?
The text was updated successfully, but these errors were encountered: