database-backups are intended to preserve data by serializing database tables to a text format or exporting them to a binary format
I tried pg_dump and then on a separate machine I tried to import the sql and populate the database, …
postgresql database-backupsI cannot replicate between two couchdb servers, so I would like to dump to file from one server and load …
load couchdb backup dump database-backupsAre there any issues backing up a database from SQL Server 2008, and then importing it into SQL Server 2005? I had …
sql-server-2005 sql-server-2008 database-backups downgradeSince I'm making a full backup of my entire debian system, I was thinking if having a copy of /var/…
mysql backup database-backupsI have a postgresql db with about 85+ tables. I make backups regularly using pg_dump (via php-pgadmin) in copy mode …
postgresql database-backupsToday I was trying to restore a database over an already existing database, I simply right clicked the database in …
sql-server sql-server-2008 database-backups database-restoreI maintain big MySQL database. I need to backup it every night, but the DB is active all the time. …
mysql database backup database-backupsI have a 250 MB backup SQL file but the limit on the new hosting is only 100 MB... Is there a …
mysql database-backups splitterI am not a DBA; I'm the primary developer of an enterprise database based application. I'm currently specing out some …
postgresql streaming replication database-backupsI have a database with some tables for the application settings, lists like users, departments, cities. I want the structure …
postgresql database-backups pg-dump