Coder Social home page Coder Social logo

Comments (4)

SISheogorath avatar SISheogorath commented on September 22, 2024

@Magnus010 So you upgraded from version 2 to version 3?

Do you use docker.compose or a volume? In this case your configs are persistent and therefore you need to migrate them, following the guide from the docs.

If you didn't do any modifications yourself and don't care about the generated certificates, just throw things away be removing the volume.

from inspircd-docker.

Magnus010 avatar Magnus010 commented on September 22, 2024

It's deployed via docker-compose, and it was set to take the latest tag. We do not have it volume mounted. We only noticed it was crashing yesterday, and it looks like it pulled down the image about 2 days ago?
I did a docker rm -f and a docker rmi -f on the container and images to clean them out, then pulled them again. Still encountered the errors. Backed the version down to 2.0.27 and it worked again.

from inspircd-docker.

SISheogorath avatar SISheogorath commented on September 22, 2024

docker-compose automatically create a volume for the defined volume at /conf/ for the 2.0 images and it seems like it continues to use them for the newer images.

You can run docker-compose down -v but careful, this will delete all volumes for your compose project. As alternative you should be able to stop and remove the inspircd container, remove the volume that is used with it and then start it as v3 container again.

from inspircd-docker.

Magnus010 avatar Magnus010 commented on September 22, 2024

Ah, that is good to know. I had no idea that docker-compose created it's own volumes.
Just ran that command, wiped out the ircd volumes, re-upped the compose file, and it's running fine!
Thanks for the help!

from inspircd-docker.

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.