FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Website Maintenance
How-ToWeb Development

Website Maintenance

via Dev.to WebdevSeong Bae9h ago

I have a client who needs quarterly maintenance of their website built with Laravel. It is running on Ubuntu server hosted by Digital Ocean. Below is what I do as part of the maintenance. Please feel free to provide feedback if you have any. Create backups Update server Review server stats Update Laravel framework and packages Review firewall settings Review logs Details 1. Create backups During the maintenance, I make a number of backups. First backup is backup of the server. Since the site is hosted with Digital Ocean, I create a snapshot of the server. This allows me to safely revert should anything go wrong during the maintenance process. Second backup is user-generated files on the website. This includes user profile photos, PDF documents uploaded, etc. On a Laravel website, these are usually stored on the /storage/app folder. So I create a backup of the entire app folder and send this to client. tar -czf app.tar.gz app Third backup is database. I also send this to client after ba

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles

Your Professors Won’t Say This — 5 Brutal Mistakes CS Freshers Make
How-To

Your Professors Won’t Say This — 5 Brutal Mistakes CS Freshers Make

Medium Programming • 10h ago

I Ran the Same C Code on Multiple Compilers… and Got Strange Results
How-To

I Ran the Same C Code on Multiple Compilers… and Got Strange Results

Medium Programming • 10h ago

The Inheritance Trap: How to Avoid Fragile Base Classes
How-To

The Inheritance Trap: How to Avoid Fragile Base Classes

Medium Programming • 10h ago

Eighty Years Later, the Chemex Still Makes Better Coffee
How-To

Eighty Years Later, the Chemex Still Makes Better Coffee

Wired • 11h ago

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think
How-To

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think

Medium Programming • 12h ago

Discover More Articles