Install InfluxDB 3 Enterprise
InfluxDB 3 Enterprise is in Public Alpha
InfluxDB 3 Enterprise is in public alpha and available for testing and feedback, but is not meant for production use. Both the product and this documentation are works in progress. We welcome and encourage your input about your experience with the alpha and invite you to join our public channels for updates and to share feedback.
System Requirements
Operating system
InfluxDB 3 Enterprise runs on Linux, macOS, and Windows.
Object storage
A key feature of InfluxDB 3 is its use of object storage to store time series data in Apache Parquet format. You can choose to store these files on your local file system, however, we recommend using an object store for the best overall performance. InfluxDB 3 Enterprise natively supports Amazon S3, Azure Blob Storage, and Google Cloud Storage. You can also use many local object storage implementations that provide an S3-compatible API, such as Minio.
Quick install
Use the InfluxDB 3 quick install script to install InfluxDB 3 Enterprise on Linux and macOS.
If using Windows, download the InfluxDB 3 Enterprise Windows binary.
Use the following command to download and install the appropriate InfluxDB 3 Enterprise package on your local machine:
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh enterprise
Ensure installation completed successfully:
influxdb3 --version
influxdb3 not found
If it your system can’t locate your influxdb3
binary, source
your
current shell configuration file (.bashrc
, .zshrc
, etc.).
Download InfluxDB 3 Enterprise binaries
macOS Intel builds are coming soon.
Docker image
Use the InfluxDB 3 Enterprise Docker image to deploy InfluxDB 3 Enterprise in a Docker container.
docker pull quay.io/influxdb/influxdb3-enterprise:latest
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.