database-backups are intended to preserve data by serializing database tables to a text format or exporting them to a binary format
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-restoreI have a question regarding the Magento options found under: Admin Panel -> System -> Tools -> …
magento backup database-backups backup-strategiesI 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-restoreI 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 bacpacI'm following this tutorial to backup and restore a single MongoDB database. The backup command - sudo mongodump --db newdb …
mongodb database-backups mongodump mongorestoreI was reading about backup. I understood what physical backup is. But I am not able understand what logical backup …
backup replication database-backupsI want to dump a tables backup on another server and I am using ssh for doing it. when I …
mysql ssh mysqldump database-backupsWe 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-backupsI have a huge dump of collection of data which i have to transfer to another machine every weekend. So …
mongodb database-backupsI 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