rostislav_dugin
- Karma
- 0
- Created
- ()
- Submissions
- 2,145,918,714
-
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…
-
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.…
-
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…
-
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 -…
- Show HN: Postgresus 2.0 – self-hosted PostgreSQL backup tool (postgresus.com)
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: -…
-
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.…