About 14,700,000 results
Open links in new tab
  1. What is a "dump" (both software-wise and hardware-wise)

    Aug 30, 2014 · 4 A dump is data taken from a storage medium, AS-IS, i.e. unedited. For example, is a the content of the recorded state of the core from a specified time. In Unix, is a software to …

  2. Export and import table dump (.sql) using pgAdmin

    @TomasGreif All questions about "I can't find how to import table's .sql dump into database using pgAdmin" redirect here, but this doesn't really answer that question.

  3. gdb - Core dump file analysis - Stack Overflow

    Feb 25, 2011 · What are all the things I will need to check while analyzing a core dump file? Please tell me from scratch.

  4. Export MySQL dump from command line - Stack Overflow

    mydumper mydumper is a command line utility created by the community (link to GitHub). Unlike mysqlsh it is easier to use, because it is a highly specialized tool. The dump created by the …

  5. jvm - How to get a thread and heap dump of a Java process on …

    Feb 11, 2022 · Heap dump = memory contents for the JVM process output to a binary file. To take a thread dump on Windows, CTRL + BREAK if your JVM is the foreground process is the …

  6. Dump and restore a postgres database using pg_dump and …

    Dec 6, 2022 · Really, pg_dump by default should dump everything (options to exclude) and pg_restore should restore exactly whatever pg_dump dumped. And that means everything …

  7. Android- Problem with support of 16KB sizes - dump_syms.bin

    Jul 2, 2025 · In Android Studio I got the information, that my app doesn't support 16 kb page sizes. So, I analyzed my APK and there I saw, that the problem is dump_syms.bin in linux …

  8. Best (easiest) way to make a SQL Server dump and import that …

    I would like to achieve a database export (dump) in SQL Server from one server and import that dump in another SQL Server and not necessarily in the same schema name. For example if I …

  9. How can I analyze a heap dump in IntelliJ? (memory leak)

    I have generated a heap dump from my java application which has been running for some days with the jmap tool -> this results in a large binary heap dump file. How can I perform memory …

  10. pg_dump and pg_restore across different major versions of …

    However, pg_dump cannot dump from PostgreSQL servers newer than its own major version; it will refuse to even try, rather than risk making an invalid dump. Also, it is not guaranteed that …