Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dockette/dbdump
:whale: MariaDB / MySQL / Postgres dumper
https://github.com/dockette/dbdump
Last synced: about 3 hours 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T15:42:57.000Z (4 months ago)
- Last Synced: 2024-11-01T17:36:59.959Z (12 days ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 2
- 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## 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.