MySQL
PostgreSQL
MongoDB
Security is our number one priority. We did everything possible to be sure your data will never be leaked and you'll always have access to it when needed.
More information on the Security page.
Just one line to copy/paste in your terminal and you'll be sure your database is safely backed up!
Your backups are checked continuously. Never again discover that your backups stopped 6 months ago when you need them now.
The DBacked agent is compatible even if your servers don't have a public IP address or SSH access.
// npm install --save dbacked
const dbacked = require('dbacked-agent');
dbacked.initAgent({
apikey: 'YOUR_API_KEY',
dbType: 'pg', // or can be 'mysql'
db: {
host: 'YOUR_DB_HOST',
user: 'YOUR_DB_USER',
password: 'YOUR_DB_PASSWORD',
database: 'YOUR_DATABASE_NAME',
},
});
docker run -d geekuillaume/dbacked dbacked start-agent
--apikey YOUR_API_KEY \
--db-type pg --db-host YOUR_DB_HOST --db-username YOUR_DB_USERNAME \
--db-password YOUR_DB_PASSWORD --db-name YOUR_DB_NAME
wget https://dl.dbacked.com/dbacked
chmod +x ./dbacked
sudo ./dbacked install-agent
Register and install DBacked on your server in 5 minutes and be sure you'll never lose your clients data.
Open-source plan on Github. 30-day trial, no card needed