Code Monkey home page Code Monkey logo

Comments (6)

Plopix avatar Plopix commented on July 3, 2024

Hello, definitely not a bug ;-)

Saving MySQL data on the Host would be a very bad approach.
You can do it of course. That is just docker configuration in the docker-compose. (see Docker doc)

I would recommend to use ez dumpdata and to reimport ez importdata those commands would dump and import an archive on your filesystem (host). It allows you to save your databases before to remove the container.

from launchpad.

pboethig avatar pboethig commented on July 3, 2024

from launchpad.

Plopix avatar Plopix commented on July 3, 2024

Ibexa(eZ)told you not to use eZ Launchpad?
Interesting, I would love to know why, can we know more?

The 30Go situation is indeed an information that will have been good to have in the issue ;)

I think it is still bad to put mysql data on the host. I would use a Docker Named Volume for that.

But that's not related to eZ Launchpad really. You can do all the customizations you want in your docker-compose file in provisioning/dev. As well as using the host to store mysql data if you really want to.

from launchpad.

pboethig avatar pboethig commented on July 3, 2024

from launchpad.

Plopix avatar Plopix commented on July 3, 2024

It is bad because:

  • it is not docker thinking
  • on Mac OS performance are catastrophic (this is why we are using NFS mount point with Launchpad for the code). Read/Write on the Host from within a container is slow with Docker For Mac: really slow. So I guess writing cache needs more than write MySQL but still.

You wrote that eZ told you not to use Launchpad, can we know more here. That's something important for future reader off this issue and we/you need to make thing clear ;-)

Thank you

from launchpad.

pboethig avatar pboethig commented on July 3, 2024

from launchpad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.