PHPackages                             m12/neos-plugin-dbexport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. m12/neos-plugin-dbexport

ActiveTypo3-flow-plugin[Database &amp; ORM](/categories/database)

m12/neos-plugin-dbexport
========================

DB Utils to export/import whole Neos database

v0.2.0(10y ago)51.8k2[1 PRs](https://github.com/million12/M12.DbExport/pulls)MITPHP

Since Mar 2Pushed 8y ago3 watchersCompare

[ Source](https://github.com/million12/M12.DbExport)[ Packagist](https://packagist.org/packages/m12/neos-plugin-dbexport)[ RSS](/packages/m12-neos-plugin-dbexport/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

M12.DbExport - Neos plugin to import/export database
====================================================

[](#m12dbexport---neos-plugin-to-importexport-database)

Does a full or partial (content-only tables) database dump into .sql file. It adds `db:export` and `db:import` commands to `./flow`.

It might be considered as a temporary workaround to sometimes faulty `./flow site:export` and `./flow site:import` commands.

By default it exports only "content" tables listed in [Settings.yaml](Configuration/Settings.yaml), unless you specify `--mode=all`.

Installation
------------

[](#installation)

`composer require m12/neos-plugin-dbexport:dev-master`

Usage
-----

[](#usage)

#### Export

[](#export)

`./flow db:export --package-key Your.SitePackage [--mode=content]`
to have a .sql dump in `Your.SitePackage/Private/Resources/Content/Content.sql`

`./flow db:export --package-key Your.SitePackage [--mode=all]`
to have a .sql dump in `Your.SitePackage/Private/Resources/Content/Dump.sql`

You can also specify path where the .sql file will be exported:
`./flow db:export --sql-file my-dump.sql [--mode=content|all]`

#### Import

[](#import)

**Caveat**: import process will drop and override the tables, therefore make sure you won't press wrong buttons accidentally.

`./flow db:import --sql-file my-dump.sql`
to simply import selected .sql file.

`./flow db:import --package-key Your.SitePackage`
to import `Your.SitePackage/Private/Resources/Content/Content.sql`

`./flow db:import --package-key Your.SitePackage --mode=all`
to import `Your.SitePackage/Private/Resources/Content/Dump.sql`

Author(s)
---------

[](#authors)

- Marcin Ryzycki

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~133 days

Total

2

Last Release

3957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a34efb7a76d2f4ab5d707b74b4c3b4450bb0900e56bc48bf4c3f88bc1e8a4e7b?d=identicon)[ryzy](/maintainers/ryzy)

---

Top Contributors

[![ryzy](https://avatars.githubusercontent.com/u/994940?v=4)](https://github.com/ryzy "ryzy (6 commits)")[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (1 commits)")[![simonschaufi](https://avatars.githubusercontent.com/u/941794?v=4)](https://github.com/simonschaufi "simonschaufi (1 commits)")

### Embed Badge

![Health badge](/badges/m12-neos-plugin-dbexport/health.svg)

```
[![Health](https://phpackages.com/badges/m12-neos-plugin-dbexport/health.svg)](https://phpackages.com/packages/m12-neos-plugin-dbexport)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
