Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
INFLUXD(1)							      INFLUXD(1)

NAME
     influxd - InfluxDB server daemon

SYNOPSIS
     influxd [command] [options]

DESCRIPTION
     influxd is the server daemon for InfluxDB.

COMMANDS
     These commands can be invoked using the influxd program. The default is run
     if the command parameter is skipped.

     backup
	 Downloads a snapshot of a data node and saves it to disk.

     config
	 Displays the default configuration. This can also read an existing con-
	 figuration  file  and output the default values for any missing fields.
	 Default values and existing entries in a configuration file can be cus-
	 tomized through environment variables.

     restore
	 Uses backups to restore the metastore, databases,  retention  policies,
	 or  specific  shards. The InfluxDB process must not be running during a
	 restore.

     run
	 Runs the InfluxDB server. This is the default command if none is speci-
	 fied.

     version
	 Displays the InfluxDB version, build branch, and git commit hash.

SEE ALSO
     influxd-backup(1), influxd-config(1),  influxd-restore(1),  influxd-run(1),
     influxd-version(1)

BUGS
     Report  bugs  to the GitHub issue tracker https://github.com/influxdata/in-
     fluxdb.

AUTHORS
     InfluxDB is written and maintained by InfluxData https://influxdata.com.

COPYRIGHT
     InfluxDB is released under the MIT license.

     This man page is released under Creative Commons Attribution  4.0	Interna-
     tional License.

				   08/27/2026			      INFLUXD(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=influxd&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help