Top "Database-backups" questions

database-backups are intended to preserve data by serializing database tables to a text format or exporting them to a binary format

SQL Server Backup error - not part of a multiple family media set

I am trying to backup my SQL Server 2008 R2 database. However I am getting the below error, no matter where …

sql-server sql-server-2008-r2 database-backups
Backup MySQL Database to Dropbox

In the past I have received a lot of help from the SO community, so once I figured this out, …

php mysql wordpress dropbox database-backups
Bash script to scp newest file in a directory on a remote server

Ok so I kinda know how to do this locally with a find then cp command, but don't know how …

bash cron backup scp database-backups
Google drive to back up and restore database and shared preferences of Android application

I need to create a backup of my application which would include creating a backup of 2 databases and also the …

android google-drive-api backup sharedpreferences database-backups
Amazon RDS automated backup

I can see from the AWS console that my RDS instance is being backed up once a day. From the …

amazon-web-services backup amazon-rds database-backups
pg_restore duplicate key and invalid command errors

Postgres version : PostgreSQL 9.2.4 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 64-bit We transfer from one server to …

postgresql postgresql-9.2 database-backups pg-restore
Restore SQL Server database to Linux Docker

I need to restore a large SQL Server database on a Linux Docker instance (https://hub.docker.com/r/microsoft/…

sql-server linux docker database-backups
Difference between .SQL and .DUMP files

When I do a mysqldump operation I get a .SQL file. I have never created a .DUMP file but was …

mysql sql database database-backups database-restore
Restoring the database dump of an older version of mongo to a new version of mongo

Currently, I have an older version of mongo, i.e 2.6 running on my system. I already have my site in …

mongodb database-backups mongodump mongorestore
Skip or ignore definers in Mysqldump

I was wondering if I can prevent mysqldump inserting this commands /*!50017 DEFINER=`root`@`localhost`*/ Or if I have to do …

mysql mysqldump database-backups