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

Export DB with PostgreSQL's PgAdmin-III

How to export a Postgresql db into SQL that can be executed into other pgAdmin? Exporting as backup file, doesn't …

sql postgresql export database-backups pgadmin
Restoring SQLite DB file

I'm implementing a backup/restore system in my android app. An automatic backup occures every couple of minutes. I'm trying …

android sqlite android-sdcard database-backups database-restore
PDO MySQL backups function

This function here http://davidwalsh.name/backup-mysql-database-php Has been floating around the internets for a while and is pretty famous, …

php mysql pdo backup database-backups
MongoDB backup plan

I want to switch from MySQL to MongoDB but great data losses (more than 1 hour) are not acceptable for me. …

backup database-backups mongodb
How to write the Mysql binary log position of master when doing a mysqldump from slave?

I am currently running mysqldump on a Mysql slave to backup our database. This has worked fine for backing up …

mysql mysqldump database-backups master-slave
MSSQL DataBase Backup without a specific table

I need to take a schedule backup without a specific table in sql. Because if I take a backup with …

sql-server sql-server-2008 database-backups
How to backup linked servers with SQL Server?

I want to backup/restore my data which is distributed in some linked servers, which are connected or linked in …

sql-server linked-server database-backups database-restore
How can I backup an Azure Cosmos DB

I have an Azure Cosmos DB and I need to delete all the resources from this subscription. Is there any …

azure backup azure-cosmosdb database-backups
SQL Server Partial Database Backup (excluding some tables)

I'm managing a reasonably large SQL Server database. Some tables contain data that are business-critical and must be backed up …

sql-server backup database-backups
Using mongodump with a standard Mongo URI

The mongo client can connect with a standard URI: mongo mongodb://<dbuser>:<dbpassword>@<server>:&…

mongodb database-backups