Your SQLite database is silently getting wiped on every Forge deploy
Running SQLite on a Laravel Forge site with zero-downtime deployments? Every deploy quietly throws your entire production database away. Here is why it happens and how to fix it by moving the database into the shared storage directory.
Zacharias Creutznacher