(crontab -l 2>/dev/null; echo "0 2 * * * /usr/bin/mysqldump --single-transaction lyndaria_db > /backups/lyndaria_db_$(date +\%Y\%m\%d).sql") | crontab - Even experienced sysadmins encounter problems. Here are the most frequent Lyndaria install failures and their fixes. Error 1: "500 Internal Server Error" after install Cause: Permissions on .env or storage folder. Fix:
Enable the site and restart Nginx:
location ~ /\.ht deny all;
memory_limit = 256M max_execution_time = 300 opcache.revalidate_freq = 0 Then restart: sudo systemctl restart php8.2-fpm Cause: MySQL not running or wrong credentials. Fix: lyndaria install
| Component | Minimum Requirement | Recommended | |-----------|--------------------|--------------| | CPU | 2 vCPUs | 4 vCPUs | | RAM | 4 GB | 8 GB+ | | Storage | 20 GB SSD | 50 GB SSD | | OS | Ubuntu 20.04+ | Ubuntu 24.04 LTS | | Web Server | Apache 2.4 / Nginx 1.20+ | Nginx 1.24+ | | Database | MySQL 8.0 / MariaDB 10.6 | MariaDB 10.11 | | PHP (if applicable) | PHP 8.1 | PHP 8.2 or 8.3 | | Node.js (if applicable) | Node 18.x | Node 20.x LTS | (crontab -l 2>/dev/null; echo "0 2 * *
sudo apt install php8.2-mysql sudo systemctl restart php8.2-fpm Cause: Storage directory not writable. Fix: Fix: Enable the site and restart Nginx: location ~ /\