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

Recover deleted record in SQL Server

I accidentally deleted a row in a table and want to restore it. I've found a solution here: How to …

sql-server sql-server-2005 database-backups database-restore
Magento: backup options

I have a question regarding the Magento options found under: Admin Panel -> System -> Tools -> …

magento backup database-backups backup-strategies
media family on device is incorrectly formed. SQL Server cannot process this media family

I am trying to restore a .BAK in SQL server but get the following error: Msg 3241, Level 16, State 7, Line 1 The …

sql-server backup database-backups database-restore
converting SQL . BAK to SQL backpac format

I have MSSQL .BAK file, and for logistical reason (the DB being huge for my infra) I want to convert …

database azure-sql-database database-backups bacpac
MongoDB restore warning

I'm following this tutorial to backup and restore a single MongoDB database. The backup command - sudo mongodump --db newdb …

mongodb database-backups mongodump mongorestore
What is the difference between physical and logical backup?

I was reading about backup. I understood what physical backup is. But I am not able understand what logical backup …

backup replication database-backups
why is the `tcgetattr` error seen when ssh is used for dumping the backup file on another server?

I want to dump a tables backup on another server and I am using ssh for doing it. when I …

mysql ssh mysqldump database-backups
ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode

We are working with Oracle 11g database on Windows 8 and 10 OS environments. We need to dump (backup) database and then …

database oracle oracle11g database-backups
Mongorestore to update records if already exists without --drop

I have a huge dump of collection of data which i have to transfer to another machine every weekend. So …

mongodb database-backups
mysqldump not creating create database syntax

I am using mysql database. I am using mysqldump to create a dump of my database. I want the database …

mysql mysqldump database-backups mysql-backup