Questions tagged [dump]

In computing, a dump refers to recording the contents of the working memory of a computer program or operating system at a specific time, generally when it has terminated abnormally (crashed). Dumps are written to file and can be useful in debugging and diagnosing the crash that prompted the dump.

In computing, a dump refers to recording the contents of the working memory of a computer program or operating system at a specific time, generally when it has terminated abnormally (crashed). Dumps are written to file and can be useful in debugging and diagnosing the crash that prompted the dump.

144 questions
0
votes
1 answer

Windows 2016 rebooting randomly bugcheck dump file

Windows 2016 server reboots randomly, about once a week. Any ideas? here is the memory dump log Bugcheck Analysis * * …
DGlv1
  • 1
0
votes
2 answers

Check if backup dump has worked

If you backup a linux server using the dump command is there a way to check if the dump was actually succesful apart from witnessing the files have been created and are an appropriate size?
shubert
0
votes
0 answers

Not able to pg_dump due to permission, despite having root permissions

I am trying to run this command sudo pg_dump -U bm_clients -Z 9 -v baydb |aws s3 cp - s3://thebay.com/bay.dump.gz The output is as follows: pg_dump: reading extensions pg_dump: identifying extension members pg_dump: reading schemas pg_dump: reading…
shubhendu
  • 101
  • 1
  • 3
0
votes
0 answers

SQL Server generating 1G dump files

I have a SQL Server generating large dump (mdmp) files, some of them are 1 GB in size, these are generated daily, sometimes 2 or 3 in a single day. This server is used heavily for PowerBI reports. Opening the file with WinDbg I get some information…
The One
  • 113
  • 1
  • 5
0
votes
2 answers

Cannot back up my database

I am trying to backup my MySQL 8 database with the command line below but I got an error message. How to make the backup ? ubuntu@www-example-com ~ $ mysqldump -u root -p www_example_com > /var/www/www-example-com/share/www-example-com_$(date…
20f2c98f50
  • 39
  • 2
  • 11
-1
votes
2 answers

cygwin's xd. what package is it in?

I am looking for the unix utility xd for Cygwin. What package do I need to install?
unixman83
  • 1,932
  • 8
  • 25
  • 33
-2
votes
1 answer

Backup and Restore Centos 7 using Dump

I am very new in Linux. I have some applications installed in one of my CentOS 7 VPX. I want move my hosting to another provider, so I want create backup of my full system so I can restore it in the new hosting. I have found this question on this…
Maitri Rathod
  • 11
  • 1
  • 4
-2
votes
1 answer

Whom to request debug analysis assistance from Microsoft?

I believe our organization has a MSDN subscription from Microsoft. While scouring the Internet for information to assist with crash dump analysis I noticed a post stating that there is some limited assistance available to MSDN subscription holders…
Sn3akyP3t3
  • 870
  • 1
  • 8
  • 13
-3
votes
1 answer

Psql uses .pgpass file however pg_dump does not, and it also does not connect using the correct password

Using the following command: % pg_dump -h postgres.cs.host.ca -p 5433 -n _cscf_subscription -Fc -f ~/old.dump odyssey_prod Password: pg_dump: [archiver (db)] connection to database "cs-rsub" failed: FATAL: password authentication failed for user…
ComputerLocus
  • 193
  • 4
  • 12
1 2 3
9
10