.dump
🗄️ DatabaseText-based

.dump File — Database Dump File

application/octet-stream

File Inspector

Drop any file to identify its extension and type — runs entirely in your browser

DUMP

Drop a .dump file here or click to choose

Or drop any file to identify its extension

Expected MIME type:application/octet-stream

Quick Facts

Extension.dump
Full NameDatabase Dump File
MIME Typeapplication/octet-stream
CategoryDatabase
TypeText-based (human-readable)
Typical Size1 KB – 100 GB
First Appeared1980s

What Is a .dump File?

DUMP files contain exported database data and schema definitions, typically generated by database backup and migration tools. The most common usage is PostgreSQL dumps (created by pg_dump) which can be in plain SQL text format or custom compressed binary format. MySQL dumps (created by mysqldump) generate SQL scripts containing CREATE TABLE statements and INSERT statements that reconstruct the database. The term 'dump' refers to the process of extracting the complete state of a database into a portable file for backup, migration, or replication purposes. SQL-format dumps are human-readable text files containing the SQL commands needed to recreate the database structure and populate it with data. Custom-format dumps (PostgreSQL) use a compressed binary format that supports selective restoration of individual tables, parallel restoration, and reordering of archive items. Database dumps are essential for disaster recovery planning, development environment setup (seeding test data), and migrating between database servers or versions. Best practices include regular automated dumps, testing restoration procedures, and storing dumps in secure, redundant storage. Tools like pg_restore and mysql handle importing dump files back into running database instances.

How to Open .dump Files

VS Code (SQL format)
psql
mysql
DBeaver
DataGrip
any text editor (SQL format)

Related File Extensions

More Database File Extensions

Other database formats you might encounter

Browse File Extensions by Category

Explore our reference of 259 file extensions with details, programs, and related formats.