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
I'm using canasta maintenance update -v and don't see any progress messages.
$ canasta maintenance update -v2024/05/04 05:21:07 Using /home/admin/.config/canasta for configuration...Setting verboseRunning maintenance jobs
I am able to verify that there is activity but that is only by running show processlist against the db:
docker-compose exec -T db mysql -uroot -pPASS -e 'show processlist'mysql: [Warning] Using a password on the command line interface can be insecure.Id User Host db Command Time State Info5 event_scheduler localhost NULL Daemon 4409 Waiting on empty queue NULL1847 root icannwiki-web-1.icannwiki_default:49756 ICANNWiki Query 0 waiting for handler commit UPDATE /* MigrateRevisionActorTemp::doDBUpdates */ `revision` SET rev_actor = '4661' WHERE rev_id 2071 root icannwiki-web-1.icannwiki_default:53898 ICANNWiki Query 0 updating UPDATE /* MigrateRevisionActorTemp::doDBUpdates */ `revision` SET rev_actor = '4661' WHERE rev_id 5267 root localhost NULL Query 0 init show processlist
The text was updated successfully, but these errors were encountered:
I'm using
canasta maintenance update -v
and don't see any progress messages.I am able to verify that there is activity but that is only by running
show processlist
against the db:The text was updated successfully, but these errors were encountered: