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

Provide visual feedback on progress of database upgrade #910

Closed
anonymous-matomo-user opened this issue Aug 8, 2009 · 3 comments
Closed
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@anonymous-matomo-user
Copy link

This is a nice-to-have feature deferred from #666:

  • Progress to show which database migration is currently being run (in the web browser and/or on the command line)

Proposal:

  • refactor core/Updater.php and plugins/CoreUpdater/Controller.php, moving Piwik_Updater::update() to the Controller; this would eliminate the messiness of a callback

Keywords: interesting

@mattab
Copy link
Member

mattab commented Aug 17, 2009

Doing it in the UI would be cool, but not a must have. Doing it in CLI sounds more useful as most big users would use CLI for upgrades (if this is explained in the upgrade screen UI as an inline help)

@mattab
Copy link
Member

mattab commented Nov 24, 2010

I'm tempted to mark as wontfix...

@mattab
Copy link
Member

mattab commented Apr 28, 2011

Instead of visual feedback, we could make sure all queries run separately, then, we could update DB state between each query, to ensure smooth upgrade even if it breaks in the middle (but low priority)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants