nikhil-postgres

Results 15 comments of nikhil-postgres

I installed the package, added it in shared_preload_libraries and created the extension. After this, I logged into the database using psql and ran shortcut for listing databases with size '\l+'...

Hi @usernamedt , As suggested, I tried using the flag --use-sentinel-time but it is still deleting the new backups. There are no partially delete backups in storage and we don't...

The reason to know the usage of these parameters is because we are having huge WAL backlogs. Backlog was created because of following reason: The wal-g process will wait for...

O/p of strace for wal-g [wal-g strace.txt](https://github.com/wal-g/wal-g/files/8999047/wal-g.strace.txt)

Hi @usernamedt , Any information would be helpful Thanks!

Why doesn't WAL-G start wal-push immediately when files are ready? This I want to debug but not sure how. Following data shows per min WAL generation and archival rate. We...

Hi @x4m, any idea how I can debug the delay in upload?

Below is the output of SIGABRT ``` SIGABRT: abort PC=0x478e61 m=0 sigcode=0 goroutine 0 [idle]: runtime.futex() /usr/local/go/src/runtime/sys_linux_amd64.s:552 +0x21 runtime.futexsleep(0x10000000000?, 0x0?, 0x4?) /usr/local/go/src/runtime/os_linux.go:66 +0x36 runtime.notesleep(0x2fada08) /usr/local/go/src/runtime/lock_futex.go:159 +0x87 runtime.mPark(...) /usr/local/go/src/runtime/proc.go:1449 runtime.stopm() /usr/local/go/src/runtime/proc.go:2236...

Hi @x4m , Do you see any issues with the goroutines and the debug log? The issue started after we added postgres majorversion in the bucket path as recommended in...

Got it. What we can do on wal-g side is to delete in smaller chunks, so that several calls to ‘’’wal-g delete’’’ will finally do the job -- I dont...