Skip to content

ActualBudget Update Script FailsΒ #1354

Closed
@Telesphoreo

Description

@Telesphoreo

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

ActualBudget

πŸ“‚ What was the exact command used to execute the script?

update

πŸ“ Provide a clear and concise description of the issue.

I ran update inside of the ActualBudget LXC. The first issue is that jq is not installed by default but called in the script. Easy enough to install manually. But then when it runs the mv commands, it says the directory is not empty. This makes sense for a fresh install, but updating doesn't work as the file already exist and the script fails.

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ”„ Steps to reproduce the issue.

Run update in the LXC container

❌ Paste the full error output (if available).

First error:

[ERROR] in line 37: exit code 0: while executing command RELEASE=$(curl -s https://api.github.com/repos/actualbudget/actual-server/tags | jq --raw-output '.[0].name')

Second error:

mv: cannot move 'actualbudget-actual-server-95180cc/migrations' to '/opt/actualbudget/migrations': Directory not empty
mv: cannot move 'actualbudget-actual-server-95180cc/src' to '/opt/actualbudget/src': Directory not empty
mv: cannot move 'actualbudget-actual-server-95180cc/upcoming-release-notes' to '/opt/actualbudget/upcoming-release-notes': Directory not empty

[ERROR] in line 41: exit code 0: while executing command mv actualbudget-actual-server-*/* /opt/actualbudget/

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions