mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
- Introduced a new script, apply_update.sh, to handle the update process, including stopping services, pulling the latest container versions, and modifying the .env file based on user input for n8n workflow import and worker count. - Refactored update.sh to delegate the update tasks to apply_update.sh, improving code organization and maintainability. - Enhanced error handling and logging throughout the update process for better user experience and troubleshooting.