database_backup_tool
v1.0.2
Published
This CLI tool helps you backup your database, by dumping the tables into a .sql file
Downloads
201
Readme
Database backup CLI tool
This CLI tool helps you backup your database, by dumping the tables into a .sql file
Run the package
$ npx database_backup_tool
Instructionon how to use
INSTRUCTIONS
"Make sure you have the database of choice installed"
"Run 'which mysqldump/pg_dump' to get the file installation path"
"Copy the path that was returned from the above command, it'll be required later."
"You'll be prompted to provide your DB HOST, DB USERNAME, DB PASSWORD, DB NAME and DESTINATION FILE"
"Please provide these details with a space seperating them"
NOTE: "If the database does not have a password please leave a space"