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.
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.
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!