Navigation Menu

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

core:update Queries counts is wrong #11379

Open
khromov opened this issue Feb 20, 2017 · 1 comment
Open

core:update Queries counts is wrong #11379

khromov opened this issue Feb 20, 2017 · 1 comment

Comments

@khromov
Copy link

khromov commented Feb 20, 2017

Minor issue with upgrading from Piwik 2 to Piwik 3 - When issuing the core:update it started counting the updates upwards, ie [0 / 22] ... [1 / 22] etc, but it didn't stop at 22, in the end I had:

...
Executing ALTER TABLE `piwik_log_link_visit_action` ADD COLUMN `idpageview` CHAR(6) NULL DEFAULT NULL, ADD COLUMN `interaction_position` SMALLINT UNSIGNED DEFAULT NULL, MODIFY COLUMN `time_spent_ref_action` INTEGER(10) UNSIGNED NULL;... Done. [52 / 22]

Piwik has been successfully updated!

Ie [52 / 22].

@mattab
Copy link
Member

mattab commented Feb 21, 2017

Thanks for the report. We can't easily fix this unfortunately, as some of the queries are not known before we actually run the updater. The count only includes those queries which are known before hand.

@mattab mattab added this to the Backlog (Help wanted) milestone Feb 21, 2017
@mattab mattab changed the title core:update update counts wrong core:update Queries counts is wrong Feb 21, 2017
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