dump Questions
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
18
Solved
I'm trying to restore my dump file, but it caused an error:
psql:psit.sql:27485: invalid command \N
Is there a solution? I searched, but I didn't get a clear answer.
Rapid asked 6/12, 2013 at 15:30
8
I have a dump file with a .SQL extension (in fact it is a plain-text SQL file). I want to restore it into my created databases. I am using pgAdmin III, and when I use its "Restore Wizard" it does n...
Fryer asked 25/5, 2012 at 20:39
2
Solved
Using Laravel 5.5.34, I have trouble outputting debug information in Blade templates using the dump() helper.
{{ dump('test') }}
results in the following output:
I wouldn't expect the raw str...
Chichi asked 11/2, 2018 at 12:32
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
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
Solved
I've seen many threads about this error, but the solutions I've found don't seem to be applicable in my case.
I've received a rather large (~150Go) dump file from an Oracle database.
I converted it...
1
Solved
I'm facing with a .Net server application, which crashes on an almost weekly basis on a problem in a "GC Finalizer Thread", more exactly at line 798 of "mscorlib.dll ...~DestroyScout...
Hawsehole asked 15/6, 2022 at 13:3
4
I want to take backup of a particular key in my redis which have multiple keys. My redis has many keys and I don't want to take full backup of my redis data. I have been going through http://redis....
2
I currently have created a database via Supabase, which uses the Postgres database. After doing so, I then downloaded Postgres on my computer, which gave me the psql command line script for use to ...
Discouragement asked 15/5, 2022 at 9:5
2
Solved
Are there any tools that are able to get Metaspace dump from a Java8 hotspot vm ?
3
Is it possible to obtain Kubernetes logs for a dedicated time range?
All I can do right now is to make a dump of about the last-hour log for the single pod using kubectl logs > dump.log cmd.
But...
Peevish asked 19/12, 2021 at 19:40
5
Solved
Is there any way to dump mongo collection into json format? Either on the shell or using java driver.I am looking for the one with best performance.
8
Solved
We're working on a website, and when we develop locally (one of us from Windows), we use sqlite3, but on the server (linux) we use postgres. We'd like to be able to import the production database i...
Thorium asked 27/5, 2011 at 6:2
1
I have a call stack like below from my dump file.
I want to find my code in the call stack, but I can't.
What is start point to analyze my dump?
Link option of my program is release/Od.
msvcr120.d...
Sinusoid asked 13/10, 2015 at 3:6
6
I'm sure this is a duplicated topic, but I simply cannot get it done: I like to restore my database dump to MySQL container in run time, without modifying the docker-compose.yml file.
Dockerfile
...
Parker asked 5/10, 2017 at 6:43
25
Solved
I am looking for a way to convert a long string (from a dump), that represents hex values into a byte array.
I couldn't have phrased it better than the person that posted the same question here.
...
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
3
Solved
I am writing an application that does packet sniffing using a Pcap library. For that to work, I need to give the java binary network sniffing capabilities to avoid having to run it as root:
sudo se...
Senatorial asked 7/6, 2021 at 7:57
5
Solved
When I dump the docker log of the container using the below command
docker logs containername > containername.log
The output generated for the file is not legible to read and comprehend
- No...
8
I am new for psql. I got from my server data.dump file. I need to restore it in my local.
I tried these commands.
i) psql -U postgres dbname -f servicedb.dump
Error:
psql: warning: extra command...
Ophthalmoscope asked 8/12, 2009 at 11:8
12
Solved
I need to save the whole output of Screen to a file to check later all the content.
The reason is that I'm dumping a flash memory through a serial port, using Screen to interface with it. I would l...
Naquin asked 8/1, 2013 at 4:0
4
Solved
I would like to know if SQLite proposes a update mechanism based on some delta file, to be clear for example an Oracle database can be synchronized with sql redo logs or snapshot logs.
Does SQLite...
Log asked 1/8, 2012 at 7:36
5
Laravel 5's built-in solution
In Laravel 5+, we can use \DB::getQueryLog() to retrieve all executed queries. Since, query logging is an extensive operation and cause performance issues so it's dis...
2
Solved
In our company we have a dump of PostgreSQL database - file db.sql. It weighs 8 Gigabyte. How to restore this database in DBeaver? And we don't have another databases in DBeaver 7.0.5.
I have digge...
Cumulus asked 17/7, 2020 at 14:2
© 2022 - 2024 — McMap. All rights reserved.