Bhautik
Bhautik
Can you specify environment variables needed to run / What services must run in order to run dub.sh?
Got it from .env.example.
Where can I find documentation?
Hi there, Hope you are good. My primary goal for logging is at the end user can take the action, decision, or know what's happening. I tried log (stdlib) but...
Hi @nabsul Updated Dockerfile. `--mount` use the cache go module directory cache if exist. Please review, Thanks.
> > I tried log (stdlib) but it's not concurrent safe if you set prefix or other thing set > > Since this tool never creates go routines or prefixes,...
> > Hi @nabsul Updated Dockerfile. `--mount` use the cache go module directory cache if exist. Please review, Thanks. > > That's interesting, since we're starting with the same base...
Hi @levkk Consider I have postgres running on A machine and I have B which is a replica. Now I want to do failover from A to B without downtime...