Skip to content

options[@]: unbound variable error in install script #3860

@myonlylonely

Description

@myonlylonely

Self-Hosted Version

25.7

CPU Architecture

x86_64

Docker Version

26.1.4

Docker Compose Version

2.32.4

Machine Specification

  • My system meets the minimum system requirements of Sentry

Steps to Reproduce

Upgrade current version to the latest nightly version. All went well, but shows options[@] as unbound variable.

▶ Setting up / migrating database ...
install/dc-detect-version.sh: line 77: options[@]: unbound variable

Remove "${options[@]}" from $dc up --wait "${options[@]}" "${services[@]}" let the install successfully.
It happens after the commit abe34d0, so I think it has something to do with the start_service_and_wait_ready function.

Expected Result

Install successfully like before.

Actual Result

▶ Setting up / migrating database ...
install/dc-detect-version.sh: line 77: options[@]: unbound variable

Event ID

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions