Live data from Hacker News

Viewing profile — rostislav_dugin

rostislav_dugin

HN member
Joined
Tue, Jul 22, 2025, 7:42 AM UTC
HN karma
3
Public activity
13 items

About rostislav_dugin

Golang Developer https://rostislav-dugin.com

Recent public activity

  1. story
    Show HN: PostgreSQL backup tool Databasus moved to PG 17 native physical backups

    A quick recap: Databasus is a PostgreSQL backup tool with a focus on Point-in-time-recovery and backup verification. It has web UI, many storages (S3, FTP, Google Drive, etc.) and …

  2. story
    Show HN: PostgreSQL backup tool Databasus moved to PG 17 native physical backups

    An earlier version of Databasus shipped a backup agent: a binary that ran on the database host to stream WAL and create physical backups locally. That first implementation turned o…

  3. comment
  4. comment
    Comment #47986316

    I am proud of course, because a huge amount of time and effort invested in this :) However, it's really sad that pgBackRest has been closed, because I was led by pgBackRest in some…

  5. comment
    Comment #47986302

    Databasus does support PITR

  6. story
    Show HN: Databasus v3.16.0 – new release of self-hosted PostgreSQL backup tool

    Hi! I want to share the latest important updates for my open source tool for scheduled database backups (with focus on PostgreSQL). A quick recap: - Supported databases: PostgreSQL…

  7. comment
    Comment #46418937

    No, it's logical backup (at least, by the time): PITR are complicated in setting up and recovering.

  8. comment
    Comment #46418936

    Yes To restore database - it should be empty (otherwise conflicts are possible) Technically, you can try to restore to filled DB. But don't think it makes sense to try

  9. comment
    Comment #46412491

    Databasus and WAL-G have completely different architectures. WAL-G is installed on the server with DB. Databasus connects to the database remotely. WAL-G is about PITR backups, Dat…

  10. story
    Show HN: Databasus – open-source backup tool for PostgreSQL, MySQL and MongoDB

    I had a post in the start of December about Postgresus 2.0: self hosted tool for PostgreSQL. Since then the project changed the name and added support of other databases: MySQL, Ma…

  11. story
    Show HN: Postgresus 2.0 – self-hosted PostgreSQL backup tool

    I built Postgresus - an open source self-hosted PostgreSQL backup tool with a web UI, and have just released v2.0 Website - https://postgresus.com GitHub - https://github.com/Rosti…

  12. story
    Show HN: Log Bull – a simple log collection system for developers (Docker-based)

    I built Log Bull because ELK/Loki/Graylog felt heavy for small services and side projects. I wanted something you can deploy fast, point your app at a single HTTP endpoint, and imm…

  13. story