-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Description
Issue Summary
Using the https://github.com/getnewdash/setup setup script (which has been updated with new versions of everything) on an Oracle Cloud arrach64 instance:
$ uname -a
Linux instance-20220113-1107 5.11.0-1022-oracle #23~20.04.1-Ubuntu SMP Fri Nov 12 15:45:47 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
The create_db
step in the setup causes the following error:
Status: Downloaded newer image for redash/redash:10.1.0.b50633
Creating redash_postgres_1 ... done
Creating redash_redis_1 ... done
Creating redash_server_run ... done
standard_init_linux.go:228: exec user process caused: exec format error
ERROR: 1
Steps to Reproduce
- Create oracle cloud Ampere instance
- Run setup.sh
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
Technical details:
- Redash Version: redash/redash:10.1.0.b50633
- Browser/OS:
- How did you install Redash: https://github.com/getnewdash/setup
justinclift