Re: [Koha-devel] Starting/stopping koha-testing-docker

2020-02-11 Thread Jonathan Druart
David, I think what you want is do_all_you_can_do.pl (from koha-misc4dev) to stop if populate_db.pl die with "DB not empty" Cheers, Jonathan Le jeu. 6 févr. 2020 à 06:15, a écrit : > > Hi all, > > > > Is there a trick for stopping and starting koha-testing-docker, when using > docker-compose,

Re: [Koha-devel] Starting/stopping koha-testing-docker

2020-02-06 Thread dcook
nt.com.au> Cc: koha-devel mailto:koha-devel@lists.koha-community.org> >; tomasco...@theke.io <mailto:tomasco...@theke.io> Subject: Re: [Koha-devel] Starting/stopping koha-testing-docker Hi David, you have 2 ways. First if you started koha-testing-docker using the script alias

Re: [Koha-devel] Starting/stopping koha-testing-docker

2020-02-06 Thread dcook
Sent: Friday, 7 February 2020 1:12 AM To: dc...@prosentient.com.au Cc: koha-devel ; tomasco...@theke.io Subject: Re: [Koha-devel] Starting/stopping koha-testing-docker Hi David, you have 2 ways. First if you started koha-testing-docker using the script alias "ku", the scri

Re: [Koha-devel] Starting/stopping koha-testing-docker

2020-02-06 Thread Agustin Moyano
Hi David, you have 2 ways. First if you started koha-testing-docker using the script alias "ku", the script has the "--force-recreate" flag when it runs.. that means if you kill it, and start it again with ku you wont have any problems. The other way is to not kill the container, but simply do "r

[Koha-devel] Starting/stopping koha-testing-docker

2020-02-05 Thread dcook
Hi all, Is there a trick for stopping and starting koha-testing-docker, when using docker-compose, so that you can re-use the same containers? I stop/start containers all the time on other projects, and I swear that Tomas told me how to do it with koha-testing-docker, but koha_koha_1 keeps