Re: [Koha-devel] Testing Docker Issue

2021-02-17 Thread Andrew Fuerste-Henry
> > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *Agustin Moyano > *Sent:* Saturday, 13 February 2021 2:36 AM > *To:* Jonathan Druart > *Cc:* koha-devel > *Subject:* Re: [Koha-devel] Testing Docker Issue > > > > Hi Andrew, if database

Re: [Koha-devel] Testing Docker Issue

2021-02-14 Thread dcook
NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Koha-devel On Behalf Of Agustin Moyano Sent: Saturday, 13 February 2021 2:36 AM To: Jonathan Druart Cc: koha-devel Subject: Re: [Koha-devel] Testing Docker Issue Hi Andrew, if database persists after restarting ktd

Re: [Koha-devel] Testing Docker Issue

2021-02-12 Thread Agustin Moyano
Hi Andrew, if database persists after restarting ktd, you can do: docker system prune -f and docker volumes prune -f The first command will remove any container that's not actually running, and the second will remove any persistent volume that's not attached to a running container. Cheers. On

Re: [Koha-devel] Testing Docker Issue

2021-02-12 Thread Jonathan Druart
I pushed bug 25026 (RaiseError must be set for the UI) a couple of days ago, and a related misc4dev's merge request has also been merged at the same time (https://gitlab.com/koha-community/koha-misc4dev/-/issues/52). Can you make sure you "docker-compose pull" before and that /kohadevbox/misc4dev

Re: [Koha-devel] Testing Docker Issue

2021-02-11 Thread Andrew Fuerste-Henry
Digging through the terminal, the errors I was getting were related to some new tables created in a bug I was testing. They somehow persisted after a git reset --hard and a reset_all. On Thu, Feb 11, 2021 at 1:42 PM Tomas Cohen Arazi wrote: > I had issues with reset_all as well. It is some lates

Re: [Koha-devel] Testing Docker Issue

2021-02-11 Thread Tomas Cohen Arazi
I had issues with reset_all as well. It is some latest changes on the db El jue., 11 feb. 2021 15:32, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> escribió: > Which errors do you get? > > Le jeu. 11 févr. 2021 à 18:03, Andrew Fuerste-Henry < > and...@bywatersolutions.com> a écrit :

Re: [Koha-devel] Testing Docker Issue

2021-02-11 Thread Jonathan Druart
Which errors do you get? Le jeu. 11 févr. 2021 à 18:03, Andrew Fuerste-Henry < and...@bywatersolutions.com> a écrit : > Hi folks! > A couple of us within ByWater have run into testing docker issues > recently. When trying to start up testing docker on master, one gets a > bunch of SQL errors befo