Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I kill a zeopack without restarting zeo?

Tags:

zope

plone

zodb

It seems that in using the zeopack script, the zeopack script returns to the shell after signalling zeo to do a pack on a database. How can I kill a zeopack operation in zeo without bringing down the database?

like image 628
Adam Terrey Avatar asked Nov 12 '22 17:11

Adam Terrey


1 Answers

The only way to kill the pack is to restart the server:

bin/zeoctl restart

Clients should reconnect automatically.

The server starts the packing in a separate thread to handle the packing but offers no 'stop' hook.

like image 154
Martijn Pieters Avatar answered Nov 15 '22 11:11

Martijn Pieters