Skip to content

Make verbose option on maintenance actually verbose #111

@hexmode

Description

@hexmode

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 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	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 processlist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions