sipcapture / homer5-docker

HOMER 5 Docker Containers (OBSOLETE)
http://sipcapture.org
40 stars 61 forks source link

Modified path of mysql data & scripts in homer-api #40

Closed lmangani closed 7 years ago

lmangani commented 7 years ago

Note to self, we need to update the pointers for elements using homer-api mysql scripts as the location as been changed

homer-api/sql -> homer-api/sql/mysql homer-api/scripts -> homer-api/scripts/mysql

dougbtv commented 7 years ago

Thanks for the heads up!

On Fri, Mar 17, 2017, 4:50 AM Alexandr Dubovikov notifications@github.com wrote:

Assigned #40 https://github.com/sipcapture/homer-docker/issues/40 to @dougbtv https://github.com/dougbtv.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/sipcapture/homer-docker/issues/40#event-1004094781, or mute the thread https://github.com/notifications/unsubscribe-auth/AFN_vecfhFSa-3jvRwWC6H2IjAth_2Jcks5rmklGgaJpZM4MgUI9 .

dougbtv commented 7 years ago

I'll come back to this a bit, but, seeing some failures in CI when I "just update the pinned versions and change the paths"

all output here: https://travis-ci.org/dougbtv/homer-docker/jobs/212197409

thought it might be quick, but, I gotta dig in a bit. Looks like something with either priming the tables with the table rotation cron job or something along those lines.

lmangani commented 7 years ago

Wild first look guess, but shouldn't

RUN cp -R /homer-api/scripts/mysql/. /opt/

be

RUN cp -R /homer-api/scripts/mysql/* /opt/

?

dougbtv commented 7 years ago

Worth a go :) Good eye, musta worked in the past, but, it makes more sense to me too. giving it a try and push it through Travis to see what "he" has to say, for kicks

On Fri, Mar 17, 2017 at 2:18 PM Lorenzo Mangani notifications@github.com wrote:

Wild first look guess, but shouldn't

RUN cp -R /homer-api/scripts/mysql/. /opt/

be

RUN cp -R /homer-api/scripts/mysql/* /opt/

?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/sipcapture/homer-docker/issues/40#issuecomment-287432855, or mute the thread https://github.com/notifications/unsubscribe-auth/AFN_vXvZ_MPhM-tplJpU9Fqkw1atBUk8ks5rms6MgaJpZM4MgUI9 .

dougbtv commented 7 years ago

I think #43 is going to fix this all up, too.