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

Make verbose option on maintenance actually verbose #111

Open
hexmode opened this issue May 4, 2024 · 1 comment
Open

Make verbose option on maintenance actually verbose #111

hexmode opened this issue May 4, 2024 · 1 comment

Comments

@hexmode
Copy link
Contributor

hexmode commented May 4, 2024

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
@naresh-kumar-babu
Copy link
Contributor

I cannot reproduce the issue. It's working for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants