https://github.com/dockette/dbdump
:whale: MariaDB / MySQL / Postgres dumper
https://github.com/dockette/dbdump
Last synced: 9 months ago
JSON representation
:whale: MariaDB / MySQL / Postgres dumper
- Host: GitHub
- URL: https://github.com/dockette/dbdump
- Owner: dockette
- License: mit
- Created: 2022-03-03T15:05:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T17:02:14.000Z (about 1 year ago)
- Last Synced: 2025-07-03T11:02:09.311Z (9 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dockette / DBDUMP
Ready-to-use MariaDB / MySQL / PostgreSQL dumper.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
-----
## Usage
```
docker run \
-it \
--rm \
-v /data/yourdb:/var/lib/mysql \
dockette/dbdump:mariadb-10-11 \
mysqldump -u root --password=root yourdb > dump.sql
```
**Images**
- dockette/dbdump:mariadb-10-2
- dockette/dbdump:mariadb-10-4
- dockette/dbdump:mariadb-10-6
- dockette/dbdump:mariadb-10-11
- dockette/dbdump:mariadb-11-1
- dockette/dbdump:mariadb-11-2
- dockette/dbdump:mariadb-11-4
- dockette/dbdump:mariadb-11-5
- dockette/dbdump:mariadb-11-7
- dockette/dbdump:mariadb-11-8
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.