Hello Flarum community! 🚀
I'm excited to share with you the AutoUpdate Script, written in Python. This script automates the backup and update process for your Flarum forum database, making it easier than ever to keep your forum running smoothly.
Key Features:
- Automated Backup: Schedule regular backups of your Flarum forum database.
- Configurable Settings: Customize the backup and update process with a user-friendly configuration file (config.json).
- Automatic Folder Creation: Ensure necessary folders are created automatically during the backup and update process.
How to Use:
- Clone the repository: git clone AnimaVillis/FlarumAutoScripts
- Configure the script using the config.json file.
- Run the script: python auto_update.py
Add it to your crontab
- Use crontab -e
- At the end of file add 0 3 * * 0 /usr/bin/python3 /your/path/to/auto_update.py
- Sleep soundly knowing that updates are performed automatically
Feel free to use the AutoUpdate Script and keep your Flarum forum up-to-date effortlessly!
If you have any questions or feedback, share them in this thread.
Happy updating! 🚀✨
#update