Skip to content

Add Apple silicon support #169

@msonderegger

Description

@msonderegger

Installation currently doesn't work on OS X with Apple Silicon processor, which is now the default on most new Apple machines.

My system info:
Screen Shot 2022-04-20 at 9 40 15 AM

The issue has to do with the Homebrew steps in pgdb, because Homebrew works differently by default on Macs with Intel processors (old default) and M1 / Apple Silicon (new default). See here : "Homebrew installs files into the /opt/homebrew/ folder".

I got installation to work by making these changes in pgdb :
Screen Shot 2022-04-20 at 9 42 51 AM

But pgdb should probably do this automatically:

  • check if this is an Apple Silicon processor
  • if so, change how influxdb is installed

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