Git Product home page Git Product logo

Comments (6)

gctwnl avatar gctwnl commented on August 19, 2024 1

I suppose this issue can be closed as I included the fix.

from dsmr-reader-docker.

gctwnl avatar gctwnl commented on August 19, 2024 1

I found the errors in the GUI I lost earlier after I had fixed it

   Process behind schedule: Generate day and hour statistics   (43 minutes ago)
   Process behind schedule: Calculate quarter hour electricity peaks   (43 minutes ago)
   Process behind schedule: Weather update   (43 minutes ago)
   Process behind schedule: Generate consumption data   (46 minutes ago)

from dsmr-reader-docker.

degrashopper avatar degrashopper commented on August 19, 2024 1

@gctwnl Thanks for your description on how you fixed it. I also needed to upgrade from 10.1 to 15.5 and could not get it to work untill i found your post.

from dsmr-reader-docker.

xirixiz avatar xirixiz commented on August 19, 2024

@gctwnl too bad it caused issues, but good that you were able to fix it, and for sharing this here.

from dsmr-reader-docker.

mrjmg avatar mrjmg commented on August 19, 2024

I just upgraded to v16 and ran into the same.

Actual fix: nano/vi pg_hba.conf
change this line:
host all all all scram-sha-256
into:
host all all all md5

Here some background info: https://www.postgresql.org/docs/14/auth-password.html

edit: this is the default and changed as per the default too. If you have more users, probably good to change db & user dsmrreader to md5 only, while keeping the rest on scram-sha-256.

from dsmr-reader-docker.

xirixiz avatar xirixiz commented on August 19, 2024

Hi I've created a S6 v3 overlay Docker image. I`m currently not using DSMR reader myself, so I'm unable to do some proper testing. Would you mind testing ghcr.io/xirixiz/dsmr-reader-docker:development and share the output?

It's on the pre_release branch now. If everything is working fine, I`ll merge the changes to the main branch

from dsmr-reader-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.