0

Hi I have a ExpressJS RESTapi project. ORM I used is SequlizeJS. I want to get a db backup and store in the local machine. My db is MySQL db. How do I achieve this using ExpressJS? Any clue?

Thanks in advance.

margherita pizza
  • 6,623
  • 23
  • 84
  • 152

1 Answers1

0

Checkout the backup-mysql module and see if it can help you. Basically it is a small utility which does the backup of your mysql from any remote server which is based on express.js

Note: However it doesn't take care the emailing part, which you may have to write on your own.

Hope this helps!

David R
  • 14,711
  • 7
  • 54
  • 72