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

Measure which Mysql versions is currently used #9734

Closed
mattab opened this issue Feb 8, 2016 · 7 comments
Closed

Measure which Mysql versions is currently used #9734

mattab opened this issue Feb 8, 2016 · 7 comments
Assignees
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Feb 8, 2016

Requirement for: #9107

We shall collect & measure which Mysql version are currently being used by the Piwik users community. Once we have the metric /data we can more easily take a decision regarding #9107

@hpvd
Copy link

hpvd commented Feb 9, 2016

good idea!

Doing this, one maybe not only should look solely on the share of people using old mysql version but also who uses it.
Don't know yet how to do it best, but one should be careful giving the power of influencing decisions to the right ones.
(imho there is absolutely no reason for responsible people to use mysql before 5.x)

@gaumondp
Copy link

gaumondp commented Feb 9, 2016

MySQL 4.1 was released in 2003, I bet there are no distros having it in the last 5 years or so.

Even SLES 11 (released in 2009) has MySQL 5.5 (but sadly PHP 5.3...)

@tsteur
Copy link
Member

tsteur commented Feb 10, 2016

@mattab I issued PR in #9742

Need to update api.piwik.org to measure it.

I will also update Anonymous tracking plugin

@tsteur
Copy link
Member

tsteur commented Feb 10, 2016

Issues also PR in matomo-org/plugin-AnonymousPiwikUsageMeasurement#30 for Anonymous tracking plugin

@tsteur
Copy link
Member

tsteur commented Feb 10, 2016

@mattab I pushed an update to piwik-api (accidentally to master). We need to deploy it to the server and update the DB schema. Not sure if I was supposed to provide a DB update statement

@mattab
Copy link
Member Author

mattab commented Feb 10, 2016

@tsteur sounds good - main schema updated and another one is in progress | 569 | copy to tmp table | ALTER TABLE api_update_check_consolidated ADD mysql_version VARCHAR(250) NOT NULL AFTER php_version |

@mattab
Copy link
Member Author

mattab commented Feb 10, 2016

Schema update is completed and Mysql version is now tracked 👍

@mattab mattab closed this as completed Feb 10, 2016
@mattab mattab added the Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. label Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

4 participants