Benoist

Results 32 comments of Benoist

Is this solved by using the Crystal DB connection or does the problem still exist?

Asterite has already indicated that he would like this code all to be merged in the stdlib. I've moved a few bits to the stdlib and they all got merged...

I'm getting these results with date_trunc in postgres 11, seems good to me or am I missing something ![image](https://user-images.githubusercontent.com/7202/66597751-e83ab600-eb9f-11e9-848c-3c197259b685.png)

@bboule we use timescale db for candle stick information. A monthly candle stick view is used a lot.

I can't seem to change the props for onChange. If I dynamically add a new pane, I want to change the onChange function to be able to act on the...

@agronholm have you managed to setup replication with a workaround for the time being? I'm running against the same issue at the moment, where the replication wont start properly

I added your changes for the 000_ file and the slave now starts correctly

@agronholm Shouldn't it be POSTGRESQL_REPLICATION_MODE ?

But the bitnami base docker specifies POSTGRESQL as prefix https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#setting-up-a-streaming-replication I had to use that to make it work in an image I'm building for myself. I'm not using helm...