Comment on Ask HN: How to monitoring, backup DB and medias using a VPSComments−rozenmd3y- Monitor the web server itself using an uptime checker like https://onlineornot.com (biased here, I founded it)- Something like Sentry or Logrocket for monitoring errors- use a cron job to backup your db, and monitor your cronjob actually runs with a heartbeat monitor
Comments
- Monitor the web server itself using an uptime checker like https://onlineornot.com (biased here, I founded it)
- Something like Sentry or Logrocket for monitoring errors
- use a cron job to backup your db, and monitor your cronjob actually runs with a heartbeat monitor