Mark Jayson Gonzaga
Mark Jayson Gonzaga
Hi guys, Is there a way where I can get the ff: 1. get the equivalent hash or byte value of my FP and send it over to the backend...
@chhass I'm working on a project where the FP from the sensor should be saved in the database. I have a frontend (VB.NET) and backend (Java) and database connected to...
@ibarwick yes i tried using without '#' for the repmgr here is how i download it ``` RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main 10" \ >> /etc/apt/sources.list.d/pgdg.list ``` ``` RUN...
for the 5.1 version?. I assume the commands would be the same for repmgr it's just the version we are changing anyway i found it. ``` RUN curl https://dl.2ndquadrant.com/default/release/get/deb |...
@ibarwick it seems that the docker image don't have systemctl command in the image. I also updated the version to 5.1 but still no luck
@ibarwick thanks.. how do you start the repmgr btw? this is how i do it ``` #!/bin/bash repmgrd -v ```
oh thnx.. i'll give it a try On Tue, Oct 6, 2020, 7:11 PM Ian Barwick wrote: > Aha, if you start it like that, it's probably not daemonizing properly....
@ibarwick do we have to stop the pg server whenever we are registering a node as primary or standby?
@ibarwick i think i have fixed it already  Thanks for your help. Now I still have another task to do: 1. is this line i think this is dirty....
hi @jgrandja is there a guide for this already? Would appreciate your response on this.