You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Actual Budget
π What was the exact command used to execute the script?
update
π Provide a clear and concise description of the issue.
I had Actual Budget installed and with a new update, I decided to use the update command inside the LXC container to have the latest features available.
By doing that I got an error that is better described by the picture further below.
I went throug the same routine a couple of months ago, without any issues then. But we have this issue now.
βοΈ What settings are you using?
Default Settings
Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Step 1: Install an instance of Actual Budget LXC
Step 2: Login into the LXC and use the update command
β Paste the full error output (if available).
β §mv: target '/opt/actualbudget/': No such file or directory
[ERROR] in line 48: exit code 0: while executing command mv actualbudget-actual-server-*/* /opt/actualbudget/
πΌοΈ Additional context (optional).
I was able to recover by doing the following:
Step 1: Login into the Actual Budget LXC
Step 2: Go to /opt directory
Step 3: Copy the actualbudget_bak directory with: cp -R /opt/actualbudget_bak/ /opt/actualbudget/
Step 4: Modify the file /usr/bin/update as the following:
This commit added a mv command which moves /opt/actualbudget to /opt/actualbudget_bak but after that another mv command tries to move to /opt/actualbudget/ but this dir does not exists. Maybe we just need to cp/opt/actualbudget to /opt/actualbudget_bak. CC @MickLesk
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Actual Budget
π What was the exact command used to execute the script?
update
π Provide a clear and concise description of the issue.
I had Actual Budget installed and with a new update, I decided to use the
update
command inside the LXC container to have the latest features available.By doing that I got an error that is better described by the picture further below.
I went throug the same routine a couple of months ago, without any issues then. But we have this issue now.
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Step 1: Install an instance of Actual Budget LXC
Step 2: Login into the LXC and use the
update
commandβ Paste the full error output (if available).
πΌοΈ Additional context (optional).
I was able to recover by doing the following:
Step 1: Login into the Actual Budget LXC
Step 2: Go to
/opt
directoryStep 3: Copy the
actualbudget_bak
directory with:cp -R /opt/actualbudget_bak/ /opt/actualbudget/
Step 4: Modify the file
/usr/bin/update
as the following:Step 5: Use
update
command again.This will cause the Actual Budget instance to be updated with tteck's original script, which does not present issues.
The text was updated successfully, but these errors were encountered: