The database-backups tag has no wiki summary.
0
votes
1answer
7 views
Creating a mssql database backup using odbc on mac
So, MSSQL is nice enough to have given us a nifty little sql code for creating a database backup from a command line:
BACKUP DATABASE [db_name] TO DISK = N'D:\backups\back.bak' WITH NOFORMAT, ...
0
votes
0answers
45 views
C# Backup MySQL database with MySqlBackup.dll [duplicate]
I'm developing a project that have the option to backup and restore the database.
The database is in MySQL and I already find a way to backup and restore but it gives me an error, telling that the ...
1
vote
0answers
17 views
How To Back Up Django PostGIS Databases
I have a GeoDjango (Django 1.5) application running with PostGIS 2. Traditionally, when backing up a PostgreSQL database without PostGIS, I would use pg_dump. The PostGIS documentation recommends to ...
0
votes
1answer
13 views
mysqldump --delete-master-logs safe for replication?
I have the following backup scheme on my server:
Every day I run "mysqladmin flush-logs".
Weekly I run "mysqldump --single-transaction --flush-logs --master-data=2 --delete-master-logs > ..."
Since ...
1
vote
1answer
29 views
pg_dump vs pg_dumpall? which one to use to database backups?
I tried pg_dump and then on a separate machine I tried to import the sql and populate the database, I see
CREATE TABLE
ERROR: role "prod" does not exist
CREATE TABLE
ERROR: role "prod" does not ...
0
votes
0answers
48 views
Android restore backup from database file on sdcard
There are a few questions here on stackoverflow where people use BackupAgents to synchronize the apps data with googles cloud (see here). In my specific case the requirements are much more restrictive ...
2
votes
1answer
27 views
Backup database query with OS error 5
I'm trying to run a backup query:
BACKUP DATABASE MY_DATABASE TO DISK='C:\Users\me\Desktop\POD2013-05-14.bak'
But I get the following error:
Cannot open backup device ...
0
votes
1answer
51 views
Make sure .bak-file is ready after MS database backup
I tried to copy a .bak-file to the local machine directly after the backup on the server finished.
I never had any problems with that while testing and debugging, but after deployment I got a lot of ...
0
votes
1answer
23 views
Batch export of multiple mysql databases
I am trying to make backups of my 15 MySQL databases on my web server. This list of databases will continue to grow with my (hopefully!) increasing client base.
Obviously, I can do a mysql dump with ...
0
votes
0answers
4 views
What's a standard backup or snapshot behaviour and a reasonable compromise
I don't seem to find any article on how a backup/snapshot system should be implemented and how a user assumes the system will work.
The backup system we are devising is for backing up an application, ...
0
votes
2answers
16 views
In which directory is my db.out file saved when i use “pg_dumpall > db.out” and how do I verify my databases were backed up? [closed]
I have a postgres db setup and I want to back it up. Once I was logged into the db, I entered pg_dumpall > db.out as suggested in the PostgresSQL documentations page. If I understand it correctly, ...
1
vote
2answers
25 views
RavenDB Periodic Backups: How can I “clear the ledger” and force a full backup every so often?
When you enable RavenDB's 'Period Backups' bundle, RavenDB does the following:
Backs up the entire database.
At every internal (or 'n' minutes), RavenDB makes an incremental backup (or delta backup) ...
0
votes
0answers
24 views
Access SMO using java
I want to be able to access SMO using java. Is there any easy way to do this like a third party library?
My objective is to create backups of my MsSQL 2008 database and be able to restore them. Is ...
0
votes
1answer
37 views
SSIS Back Up Database Task Failed in Winform Only
I have this weird problem with my SSIS package, it works fine in BIDS, works fine as a SQL Agent Job, but as soon as I run in within my winform using Package.LoadPackage, the Back Up DataBase Task ...
-1
votes
0answers
39 views
How can I extract tables from a SQL Server backup file using Python?
I would like to use Python 2.7.4 to extract tables from a Microsoft SQL Server 2008 backup file (.bak), 21GB in size.
There seems to be no Python modules that can do the job and restoring the file ...
0
votes
0answers
27 views
.bup backup file of access database in c++
I have a software that had written by C++ which uses a Access file as database.
but this program never update database, instead updating database it creates a file that its extension is .bup !
now I ...
0
votes
2answers
69 views
mysqldump.exe not taking full backup of mysql database
I have a procedure for backing up MySQL database.And also i have different MySQL servers. This procedure works on some of MySQL servers.But on some of servers it won't works proper and create a ...
3
votes
2answers
41 views
mySQL database folder backup script [closed]
We're backing up our windows based mySQL databases over night by copying the entire mySQL database directory:
c$\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.5
This has ...
0
votes
0answers
51 views
ServerConnection | Backup Restore with Microsoft.SqlServer.SmoEnum Error - FileNotFoundException
I have written this code using references after googling a bit, however while executing BackupDatabase(myfilename.bak) it gives me error at line no. 11 and says:
FileNotFoundException was unhandled
...
-2
votes
0answers
32 views
How to back up oracle tables from oracle 11g full version (Non-Xpress edition) [closed]
I have created tables for my project using oracle ORADB_11g
How to back up the tables in it.. ?
While surfing the net, I got answers for backing up in Oracle Xpress edition and not standard one...
...
0
votes
1answer
119 views
Script error: SQLCMD: Incorrect syntax near the keyword 'with'
When it came to getting tasked with ensuring the backups are in place, I was a little worried because we are using SQL Express and found out that there really isn't a way to manage that without a bit ...
0
votes
1answer
34 views
“Restore-SQLdatabase” Login failed for NT AUTHORITY\ANONYMOUS LOGON
I have a powershell script for DB backup/restore. For some reason I am executing the script remotely using new-pssession and invoke-command. I am
1.connecting to remote server
2.the local server is ...
0
votes
1answer
18 views
solution for getting restore live database on system crash [closed]
I'm trying to come up with a backup strategy for SQL Server 2008. I am thinking of doing full backup once a week, differential backup once a day and transaction log backup every 15 minutes. The thing ...
2
votes
0answers
62 views
Trying to backup my database but got error
Hello All here i am trying to backup my database but unfortunately gives error like IOException, Null pointer Exception.. so can you give me hint where is my mistake.. even i have Mysqldump file in ...
1
vote
1answer
40 views
Postgres constraint on delete cascade
I have a problem when restoring a postgres database schema in other server,some of the tables dont have the same constraints when the backup is restored. The on delete cascade doesnt work well.
0
votes
0answers
19 views
IBM Tivoli Storage Manager reclaim stgpool vs update stgpool
What is the difference between TSM reclaim vs update? I have accidentally run the reclaim command on my offsite pool? Is it fine to run the reclaim command on offsite pool or is there a bad impact by ...
3
votes
1answer
24 views
dumping a MySQL table in chunks
I would like to backup one big innodb MySQL table, but unfortunately don't have enough free space to create a full dump of it. So I thought about dividing the backup to two parts. Meaning I will dump ...
-1
votes
1answer
171 views
How to backup an SQL Server 2008 Express database that exists as an .mdf file?
I have been trying various backup scripts to back up my database but i have been encountering various error. I Even tried taking backup using SMO in C# as well but it wont let me restore saying that ...
1
vote
2answers
133 views
SQLite Backup Strategy
I'm trying to backup my sqlite database from a cronjob that runs in 5 minute intervals. The database is "live", so there are running queries at the time I want to perform the backup.
I want to be ...
0
votes
0answers
17 views
Operating system login credentials [closed]
I have setup an Oracle 11g Database on a XP Virtual Machine and have a question about backing up the database.
Currently, I have logged into the database via Enterprise Manager.
I have browsed to ...
0
votes
1answer
104 views
How to take backup of sql server 2012 database from network computer
I'm using sql server 2012 and windows server 2008 R2 on my server machine.
And windows-7 and sql server 2012 on network computers.
I were made a user for sql server 2012 (server machine).
From that ...
0
votes
1answer
41 views
How to copy tables from a database into another database in SQL Azure?
We made two backups from a database that needed changes in many tables, one is an exact copy of that database and the other is a BACPAC file.
The new model for the database is ready but I was ...
1
vote
0answers
35 views
Best type of backup for an SQL server database [closed]
I am trying to create a backup strategy for a company which has about 5 different locations. It shouldn't be too costly. I was thinking database mirroring between the two main sites.
This way if one ...
0
votes
0answers
110 views
SQL Server Agent Job pass parameter between steps?
I am creating some jobs to backup my databases and then compress them. I want to backup the database in one step and zip the file in the next step, so I want to pass the name for the file from the ...
0
votes
0answers
68 views
Error handling in Database Backup using Sql Server ( error number 3013 )
I am attempting a database backup using the following code :
create PROCEDURE [dbo].[BackupDatabase]
(
@databaseName sysname,
@backupPath varchar(260)
)
AS
BEGIN
begin transaction
begin try
...
0
votes
1answer
104 views
sql server restoring back up error
I have backed up a database I had created on an other machine runningn SQL server 2012 express edition and I wanted to restored on my witch is running the same and I have ticked the checkbox ...
1
vote
1answer
23 views
restore database using data file
Had overwritten data folder from wamp bin directory when I re-installed the apache. Is there any possible way to retrieve my data from previous apache. I have my back up which is a '.data' file. How ...
0
votes
1answer
37 views
PostgreSQL: How do I backup database with name A and load it to database with name B?
I have two databases on the same server. One named A and one named B. Booth databases have the same structure. I want to empty database B and load it with data from database A. Which is the best way ...
0
votes
1answer
68 views
Smbclient put can't find my local drive?
I'm trying to make a backup of my database to another hard drive using PHP/Samba. But it doesn't work and I'm stuck.
$dbBackup = 'backup_location.gz.des3';
if (!file_exists($dbBackup)) {
throw ...
1
vote
0answers
103 views
Azure database backup to blob using Powershell
We need to backup the azure database and store it on blob so that it can be restored. I've seen this blog but it uses the third party cmdlets.
...
2
votes
1answer
128 views
MYSQL Backup using java GUI
I am trying to backup my database and this is the code I've written but for some reason it is not backing up?? i am using local host (MAMP) and the operating system I am using is MAC OSX.
public ...
1
vote
1answer
58 views
Android: Database backup issue
In my application I have an option to export the database file to sdcard. Exporting is working fine and the problem is, (to put it clear) for example
I took a backup of the database file containing ...
2
votes
0answers
2k views
media family on device is incorrectly formed. SQL Server cannot process this media family [closed]
I am trying to restore a .BAK in SQL server but get the following error:
Msg 3241, Level 16, State 7, Line 1
The media family on device 'c:\glyn\JA.bak' is incorrectly formed. SQL Server cannot ...
0
votes
0answers
26 views
Backup entire Oracle database [closed]
How can I back-up an Oracle database. I am using SQL Developer.
I want to backup the entire database so it's usable later on.
0
votes
1answer
120 views
Backup in SQL Azure very slow
I'm currently working on an SQL Database backup strategy in advance of porting our application to Azure. Currently we are using a SQL Server maintenance task to run a backup of our on-premise database ...
0
votes
0answers
49 views
Network is unreachable while running CRON job to store backups into Amazon S3
I have installed s3cmd tool and done configuration settings with 'Amazon s3' Access key and Secret Key and all.
I have created CRON job to make postgresql database backups and store into Amazon S3.
...
0
votes
1answer
79 views
Backup ACCESS Database using PHP script
Is it possible to back up an access database? I have done research on how to backup access database through php but I wasnt able to get a good answer. Most of the result that came out is about backing ...
0
votes
2answers
222 views
sqlserver backup using c# getting issue
I want to create backup of particular database using C# code, and for that I am using following code.
Code
Console.WriteLine("Backup manager");
Backup bkpDBFull = new Backup();
...
0
votes
1answer
57 views
MongoDB. Keep information about sharded collections when restoring
I am using mongodump and mongorestore in a replicated shard cluster in MongoDB 2.2. to get a backup and restore it.
First, I use mongodump for creating the dump of all the system, then I drop a ...
0
votes
1answer
300 views
PostgresSQL database restore from backup [closed]
I'm trying to get a site up and running and have the .asp source files and a .backup of the PostgreSQL database.
I keep getting errors while trying to restore the Postgres backup: "Process returned ...







