Error in the Firefly update process #2228

Closed
opened 2025-11-20 05:25:40 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @txolo99 on GitHub (Nov 2, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Firefly III

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/firefly.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-2-pve)

📝 Provide a clear and concise description of the issue.

When I try to update Firefly III, the installation process fails.

🔄 Steps to reproduce the issue.

command "update"

Paste the full error output (if available).

✔️ Update available: firefly 6.4.3 → 6.4.4
✔️ Stopped Apache2
✔️ Backed up data
✔️ Deployed: firefly (6.4.4)
Setup ComposerAll settings correct for using Composer
Downloading...

Composer (version 2.8.12) successfully installed to: /usr/local/bin/composer
Use it: php /usr/local/bin/composer

You are already using the latest available Composer version 2.8.12 (stable channel).
✔️ Setup Composer
Updating Firefly
INFO Application cache cleared successfully.

Could not open input file: artisan

[ERROR] in line 55: exit code 0: while executing command $STD php artisan migrate --seed --force

🖼️ Additional context (optional).

No response

Originally created by @txolo99 on GitHub (Nov 2, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Firefly III ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/firefly.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-2-pve) ### 📝 Provide a clear and concise description of the issue. When I try to update Firefly III, the installation process fails. ### 🔄 Steps to reproduce the issue. command "update" ### ❌ Paste the full error output (if available). ✔️ Update available: firefly 6.4.3 → 6.4.4 ✔️ Stopped Apache2 ✔️ Backed up data ✔️ Deployed: firefly (6.4.4) ⏳ Setup ComposerAll settings correct for using Composer Downloading... Composer (version 2.8.12) successfully installed to: /usr/local/bin/composer Use it: php /usr/local/bin/composer You are already using the latest available Composer version 2.8.12 (stable channel). ✔️ Setup Composer ⏳ Updating Firefly INFO Application cache cleared successfully. Could not open input file: artisan [ERROR] in line 55: exit code 0: while executing command $STD php artisan migrate --seed --force ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:25:40 -05:00
Author
Owner

@Citroene commented on GitHub (Nov 7, 2025):

ie have the same issue.

    _______           ______     
   / ____(_)_______  / __/ /_  __
  / /_  / / ___/ _ \/ /_/ / / / /
 / __/ / / /  /  __/ __/ / /_/ / 
/_/   /_/_/   \___/_/ /_/\__, /  
                        /____/   

  ✔️   Update available: firefly 6.4.2 → 6.4.4
  ✔️   Stopped Apache2
  ✔️   Backed up data
  ✔️   Deployed: firefly (6.4.4)
  ⏳   Update Composer 2.8.12You are already using the latest available Composer version 2.8.12 (stable channel).
  ✔️   Update Composer 2.8.12
  ⏳   Updating Firefly
   INFO  Application cache cleared successfully.  

Could not open input file: artisan

[ERROR] in line 55: exit code 0: while executing command $STD php artisan migrate --seed --force
@Citroene commented on GitHub (Nov 7, 2025): ie have the same issue. ``` _______ ______ / ____(_)_______ / __/ /_ __ / /_ / / ___/ _ \/ /_/ / / / / / __/ / / / / __/ __/ / /_/ / /_/ /_/_/ \___/_/ /_/\__, / /____/ ✔️ Update available: firefly 6.4.2 → 6.4.4 ✔️ Stopped Apache2 ✔️ Backed up data ✔️ Deployed: firefly (6.4.4) ⏳ Update Composer 2.8.12You are already using the latest available Composer version 2.8.12 (stable channel). ✔️ Update Composer 2.8.12 ⏳ Updating Firefly INFO Application cache cleared successfully. Could not open input file: artisan [ERROR] in line 55: exit code 0: while executing command $STD php artisan migrate --seed --force ```
Author
Owner

@Citroene commented on GitHub (Nov 8, 2025):

after running the update command, i run this:

cd /opt/firefly
php artisan migrate --seed
php artisan cache:clear
php artisan view:clear
php artisan firefly-iii:upgrade-database
php artisan firefly-iii:laravel-passport-keys

chown -R www-data:www-data /opt/firefly
chmod -R 775 /opt/firefly

reboot

Everything works lik a charm

@Citroene commented on GitHub (Nov 8, 2025): after running the update command, i run this: ``` cd /opt/firefly php artisan migrate --seed php artisan cache:clear php artisan view:clear php artisan firefly-iii:upgrade-database php artisan firefly-iii:laravel-passport-keys chown -R www-data:www-data /opt/firefly chmod -R 775 /opt/firefly reboot ``` Everything works lik a charm
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2228