Wal archive-command like functionality?

I was skimming through the docs and was not able to find how to best replicate postgres functionality to minimize data loss in case of disaster. The closest I was able to find is: [docdb] PITR: Metadata restore from external backups · Issue #8847 · yugabyte/yugabyte-db · GitHub

There are currently no way to keep S3 backups up-to-date or make incrimental backups in yb / yba?

Hi @hispebarzu

“incremental backup” is actually the only feature that is not open source. But it is available in YBA YugabyteDB Anywhere Incremental Backups 101 | Yugabyte

But it doesn’t do log shipping, but only backups the changed sst files on disk instead.

We also have PITR but it doesn’t offload the logs to S3 and is only in-cluster: Point-in-time recovery | YugabyteDB Docs