All Projects → dbacked → Agent

dbacked / Agent

Licence: agpl-3.0
The best way to backup and restore your database

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Agent

Backup
Easy full stack backup operations on UNIX-like systems.
Stars: ✭ 4,682 (+5752.5%)
Mutual labels:  database, mysql, postgresql, backup, encryption
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+1886.25%)
Mutual labels:  database, mysql, postgresql, backup
Zabbixdba
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)
Stars: ✭ 68 (-15%)
Mutual labels:  database, mysql, postgresql
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+33403.75%)
Mutual labels:  database, mysql, postgresql
Pgbackrest
Reliable PostgreSQL Backup & Restore
Stars: ✭ 766 (+857.5%)
Mutual labels:  database, postgresql, backup
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+7812.5%)
Mutual labels:  database, mysql, postgresql
Database rewinder
minimalist's tiny and ultra-fast database cleaner
Stars: ✭ 685 (+756.25%)
Mutual labels:  database, mysql, postgresql
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Stars: ✭ 6,252 (+7715%)
Mutual labels:  database, mysql, postgresql
Easydb
Easy-to-use PDO wrapper for PHP projects.
Stars: ✭ 624 (+680%)
Mutual labels:  database, mysql, postgresql
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+1130%)
Mutual labels:  database, mysql, postgresql
Phpmyadmin sql backup
A Python script to automate SQL dumps via phpMyAdmin's web interface
Stars: ✭ 17 (-78.75%)
Mutual labels:  database, mysql, backup
Hunt Entity
An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.
Stars: ✭ 51 (-36.25%)
Mutual labels:  database, mysql, postgresql
Dbmigrations
A library for the creation, management, and installation of schema updates for relational databases.
Stars: ✭ 67 (-16.25%)
Mutual labels:  database, mysql, postgresql
Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (+713.75%)
Mutual labels:  mysql, postgresql, backup
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-17.5%)
Mutual labels:  database, mysql, backup
Laravel Db Snapshots
Quickly dump and load databases
Stars: ✭ 650 (+712.5%)
Mutual labels:  database, mysql, postgresql
Db Dumper
Dump the contents of a database
Stars: ✭ 744 (+830%)
Mutual labels:  database, mysql, postgresql
Scalikejdbc
A tidy SQL-based DB access library for Scala developers. This library naturally wraps JDBC APIs and provides you easy-to-use APIs.
Stars: ✭ 1,139 (+1323.75%)
Mutual labels:  database, mysql, postgresql
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+9966.25%)
Mutual labels:  database, mysql, postgresql
Dbshield
Database firewall written in Go
Stars: ✭ 620 (+675%)
Mutual labels:  database, mysql, postgresql

DBacked is the "database backup script" killer. It backups your PostgreSQL / MySQL / MongoDB database, encrypt it and stream it on S3. Unlike basic scripts, it also packs the restore process to get data back from your backups in 30 seconds.

It uses pg_dump, mysqldump or mongodump and adds:

  • Simple install process
  • Interactive configuration
  • No cron tab editing
  • Encryption with a public/private key pair
  • Streaming upload to AWS S3
  • Backup restore process
  • Docker compatibility
  • Email alerts when last backup is older than 30 days
  • Works with big databases (150+GB) without temp files

DBacked is free but also includes a pro version that handle S3 for you, alerts you when the backups are 30 minutes late and works in a distributed environment. For more information, look at the DBacked SaaS website.

Its source code is released here so that you can read through it, audit it and compile it yourself before installing it on your server. This is optionnal but useful if you want to be 100% sure of what you execute on your servers.

The compiled version is hosted here: https://dl.dbacked.com/dbacked

For more info, look at the documentation: https://dbacked.github.io/agent/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].