Commit 6909c719 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8c17cdc5
...@@ -391,7 +391,7 @@ async function runCron() { ...@@ -391,7 +391,7 @@ async function runCron() {
let name = './back/' + 'backup-' + moment().format('YYYY-MM-DD---HH-mm') + '.sql' let name = './back/' + 'backup-' + moment().format('YYYY-MM-DD---HH-mm') + '.sql'
const result = await mysqldump({ const result = await mysqldump({
connection: { connection: {
host: '195.201.22.255', host: '135.181.88.165',
user: 'root', user: 'root',
password: 'mahan7797', password: 'mahan7797',
database: 'accounting', database: 'accounting',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment