rostislav_dugin

↗ HN profile [ 29.8 ms ] full profile
Karma
0
Created
()
Submissions
2,145,918,714
  1. 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 notifications about success\failure (to…

  2. 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 out to be a mistake, and we removed it.…

  3. 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, MySQL, MariaDB and MongoDB - Many…

  4. 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, MariaDB and MongoDB. Website -…

  5. 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/RostislavDugin/postgresus Main features: -…

  6. 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 immediately search logs in a clean UI.…