Skip to content

thiiagoms/dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Dumper - Backup MySQL tables 🚚

Dependencies

  • PHP: >=7.4
  • Composer

Install

  • Clone the repository:
$ git clone https://github.com/thiiagoms/dumper
  • Generate autoload:
$ cd dumper
$ composer install
  • Addd you MySQL credentials to .env.example them copy it to .env:
$ cp .env.example .env

Run

  • Run ./dumper and it will be generate .sql file in root directory:
$ ./dumper

Thank you so much for your time 💜