restore Questions
3
Solved
I tried redis's DUMP command, redirect to file (or pipe), but RESTORE report this error:
$ redis-cli dump test > /tmp/test.dump
$ cat /tmp/test.dump | redis-cli -x restore test1 0
(error) ERR D...
6
I need to have different set of open tabs and tab groups for each of my tasks.
Import and export setting not helping me to do this, neither does this SO question that has been asked similarly but ...
Eaves asked 15/10, 2013 at 9:44
3
Solved
I got a little problem when I try to restore a large database (almost 32Go in custom format) on my devel database node (this node has less RAM, CPU... than my production server).
My database dumps...
Lipocaic asked 2/4, 2013 at 13:37
30
Solved
I backed up a database:
BACKUP DATABASE MyDatabase
TO DISK = 'MyDatabase.bak'
WITH INIT --overwrite existing
And then tried to restore it:
RESTORE DATABASE MyDatabase
FROM DISK = 'MyDatabase.b...
Tomchay asked 6/2, 2009 at 16:21
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...
Turret asked 26/4, 2019 at 10:40
4
Solved
Im trying to write a query that will tell me how much time a restore (full or log) has taken on SQL server 2008.
I can run this query to find out how much time the backup took:
select database_na...
Cyanic asked 23/9, 2010 at 8:59
20
Solved
I created a database on my local machine and then did a backup called tables.bak of table DataLabTables.
I moved that backup to a remote machine without that table and tried to do a restore but g...
Thevenot asked 11/8, 2011 at 19:35
6
Solved
I use EMS SQL Manager for PostgreSQL and I need to dump difficult database(domains, 300+ stored procedures/functions, triggers, data, etc).
This tool cannot do it.
Please advice me good GUI tool f...
Discomposure asked 26/4, 2012 at 16:0
34
Solved
Locally, I use pgadmin3. On the remote server, however, I have no such luxury.
I've already created the backup of the database and copied it over, but is there a way to restore a backup from the co...
Trashy asked 28/4, 2010 at 19:18
4
I have a postgresql .sql dump file created by pg_dump on another windows 10 box. I am trying to restore it on my windows 10 laptop with
"psql -U user -d database -1 -f filename.sql". I created the...
Zomba asked 8/8, 2019 at 17:16
5
Solved
When I want to unstage a staged file, all of my Git tutorials show something like:
$ git add *
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..."...
5
Solved
When I want to unstage a staged file, all of my Git tutorials show something like:
$ git add *
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..."...
5
Solved
Trying to replicate a database from one system to another. The versions involved are 9.5.0 (source) and 9.5.2 (target).
Source db name is foodb with owner pgdba and target db name will be named f...
Anthropolatry asked 17/5, 2016 at 8:52
8
I am really devastated because I have accidentally deleted 3 of my files in Visual Studio Code. I did it through the Source Code Management menu on the left side. Now my question... Is there ...
Braeunig asked 31/8, 2017 at 8:33
18
Solved
When I backup or restore a database using MS SQL Server Management Studio, I get a visual indication of how far the process has progressed, and thus how much longer I still need to wait for it to f...
Mismatch asked 30/9, 2008 at 9:59
2
Solved
We have a postgresql database that is backed up nightly from a cron job with a following command:
su postgres -c "pg_dump our_database | gzip > /home/smb/shared/database_backup.bak.gz"
recent...
Licit asked 14/6, 2011 at 9:3
4
I am just trying to restore a SQL Server .bak file in my DBeaver UI. But I have no idea how to do this - can someone help please?
I created a database, but when I right click on it, there are no ...
Quan asked 29/7, 2019 at 16:31
2
Solved
I am trying to restore my Postgresql database to AWS RDS. I think I am almost there. I can get a dump, and recreate the db locally, but I am missing the last step to restore it to AWS RDS.
Here i...
Malcolm asked 5/6, 2019 at 14:31
5
I am trying to run a classic asp project on visual studio and therefore I am trying to restore a database. I cannot seem to find the .bak file when trying to restore it. It wasn't visible in the C-...
Southerly asked 5/8, 2016 at 1:18
2
Solved
Suppose a person cloned a git repository and deleted the .git folder. Is there a way to recover which commit they were on? This isn't a duplicate of Best way to restore .git folder or Can deleted ....
3
Solved
I'm trying to restore a PostgreSQL database by executing the SQL that pg_dump created, on an empty database.
I'm getting this error:
ERROR: syntax error at or near "\"
LINE 5211: \.
lines 5210...
Loraleeloralie asked 25/11, 2009 at 16:2
11
Solved
I have taken backup of SQL Server 2008 DB on server, and download them to local environment.
I am trying to restore that database and it is keep on giving me following error.
An exception o...
Chandlery asked 14/6, 2010 at 13:43
5
Solved
I am trying to restore an unsaved dBeaver script. I opened my DBeaver again after my system got shutdown abruptly and I can't find anything. All my SQL script are gone.
What can I do to restore or ...
7
Solved
When I began, I used pg_dump with the default plain format. I was unenlightened.
Research revealed to me time and file size improvements with pg_dump -Fc | gzip -9 -c > dumpfile.gz. I was enlighte...
Infraction asked 19/1, 2010 at 16:18
1 Next >
© 2022 - 2025 — McMap. All rights reserved.