database-backups Questions

2

I have a kubernetes cluster, with a pod running the postgres database, so in Docker. Obviously, I have the data mounted on the host. I would like to setup Barman to have a backup solution for the D...
Fennelly asked 20/7, 2020 at 8:37

2

I have MSSQL .BAK file, and for logistical reason (the DB being huge for my infra) I want to convert the same to BacPac file, so that I could upload the same to Azure. All this while I thought .BA...
Jellify asked 21/8, 2012 at 14:56

6

Solved

The mongo client can connect with a standard URI: mongo mongodb://<dbuser>:<dbpassword>@<server>:<port>/<db> However, mongodump seems to require an awkward syntax b...
Kashmir asked 15/9, 2017 at 9:42

5

Solved

How can i mysqldump from running container on https://hub.docker.com/_/mariadb/ ? I cant find any useful documentation or data? Any method for backup and restore database. This is my my contina...
Ceasefire asked 16/9, 2015 at 14:0

16

Solved

I want to keep a backup of all my MySQL databases. I have more than 100 MySQL databases. I want to export all of them at the same time and again import all of them into my MySQL server at once. How...
Andryc asked 29/2, 2012 at 11:3

3

I have enabled the Point-in-time-recovery on my dynamodb table. So it will handle the creation of incremental backups. when i tried to restore from backup it is creating a new dynamodb table. Can't...

3

Solved

I am testing a backup/restore procedure for my postgres DB inside a docker container. I dump my db like this: $ docker exec -ti my_postgres_container pg_dump -Fc -U postgres > db.dump Afterward...
Coward asked 17/9, 2020 at 9:12

4

I'm following this tutorial to backup and restore a single MongoDB database. The backup command - sudo mongodump --db newdb --out /var/backups/mongobackups/`date +"%m-%d-%y"` The restore comma...
Rutharuthann asked 17/1, 2017 at 18:12

1

I was reading about backup. I understood what physical backup is. But I am not able understand what logical backup is? how does it work? Pictorial representation of the working would help. ...
Yeseniayeshiva asked 24/8, 2016 at 12:38

7

Solved

I have a postgresql db with about 85+ tables. I make backups regularly using pg_dump (via php-pgadmin) in copy mode and the size of the backup file is almost 10-12 MB. Now the problem I am facing i...
Wreckage asked 19/3, 2011 at 4:1

6

I am a newbie to mongodb. I am trying to take a backup of my database using mongodump. But whenever I use this command I get the below error Referenceerror: mongodump is not defined I tried cr...
Murphree asked 19/1, 2016 at 11:42

9

what is wrong with this command: pg_dump -U postgres -W admin --disable-triggers -a -t employees -f D:\ddd.txt postgres This is giving error of too many command-line arguments
Acetyl asked 8/8, 2012 at 13:27

2

I have a program that saves logging data to an SQLite3 database. I would like to back up the database while the program is still running. I have accomplished this by using the SQLite Online Backup ...
Suitor asked 21/4, 2011 at 19:55

7

Solved

I have created a .pgpass file in my home directory which looks like this localhost:5432:somedb:someuser:somepass I am using a shell script which creates a directory and puts a pg_dump of somedb t...
Clapboard asked 28/5, 2013 at 7:18

2

From the research I have done, mongodump doesn't have a built-in check to verify the integrity of a mongodump operation; at least, nothing apparent to the user. I may be wrong. If I am, please info...
Pledge asked 22/4, 2014 at 15:18

6

Solved

I cannot replicate between two couchdb servers, so I would like to dump to file from one server and load from file into the other server. I used this statement to dump and it worked fine: curl -X...
Yajairayajurveda asked 24/7, 2012 at 21:24

4

Solved

I want to back up a database using this code sqlcmd -S servername -Q "BACKUP DATABASE [DBName] TO DISK = 'C:\backup.bak'" It works. But if the backup file already exists, the data gets appended ...
Moussorgsky asked 4/12, 2012 at 18:48

0

I've installed Bareos 20.0.1 on Ubuntu 20.04.3 according to their documentations here. I'm trying to backup a remote PostgreSQL database and apparently, there are three possible scenarios and the p...
Overhaul asked 15/11, 2021 at 11:56

3

Solved

Currently, I have an older version of mongo, i.e 2.6 running on my system. I already have my site in production and have a lot of client data. I am planning an upgrade to mongo 3.2. So, my questio...
Enfeoff asked 15/6, 2016 at 11:2

3

Solved

I don't find how to download it. I'd like to do it for 2 reasons: Backup it to my computer Try to open it with Microsoft Excel However, I don't find an easy way like clicking on a button to downl...
Ringdove asked 24/9, 2020 at 16:4

3

Solved

I did backup on database on different server and that has different role than I need, with this command: pg_dump -Fc db_name -f db_name.dump Then I copied backup to another server where I need t...

2

Solved

My aim is to create the arango database dump (with all the users and passwords, permissions, databases, collections, roles and so on) and then make a full restore of this data on the other arango s...
Nugent asked 28/5, 2019 at 9:17

2

The auto backup for the Firebase Blaze plan does backup the Firebase Real-Time DB. But I can't find how to backup the Firebase Storage database for the same project where I have daily backups of th...
Earwig asked 22/9, 2017 at 17:6

2

I'm trying to follow this firebase tutorial for setting up a system to disable billing if a quota is exceeded. https://www.youtube.com/watch?v=Dk3VvRSrQIY The documents linked in the video descript...

2

Solved

Postgres version : PostgreSQL 9.2.4 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), 64-bit We transfer from one server to another (with better cpu an ram) o...
Tempera asked 22/6, 2016 at 11:14

© 2022 - 2025 — McMap. All rights reserved.