UNPKG

powerbackup

Version:

Multi-Database Backup & Restore Tool v2.4.2 with Beautiful Logging, REST API, Enhanced Binary Detection & Debug Tools

34 lines (33 loc) 862 B
module.exports = { apps: [ { name: 'powerbackup-scheduler', script: './src/scheduler.js', args: './src/config/config.json daemon', instances: 1, autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'production', LOG_LEVEL: 'info' }, env_development: { NODE_ENV: 'development', LOG_LEVEL: 'debug' }, error_file: './logs/powerbackup-error.log', out_file: './logs/powerbackup-out.log', log_file: './logs/powerbackup-combined.log', time: true, log_date_format: 'YYYY-MM-DD HH:mm:ss Z', merge_logs: true, max_restarts: 10, min_uptime: '10s', restart_delay: 4000, kill_timeout: 5000, wait_ready: true, listen_timeout: 8000 } ] };