-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I'm using canasta maintenance update -v and don't see any progress messages.
$ canasta maintenance update -v
2024/05/04 05:21:07 Using /home/admin/.config/canasta for configuration...
Setting verbose
Running maintenance jobsI 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 Info
5 event_scheduler localhost NULL Daemon 4409 Waiting on empty queue NULL
1847 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 processlistMetadata
Metadata
Assignees
Labels
No labels