Skip to content

Conversation

osmufe
Copy link

@osmufe osmufe commented Mar 13, 2018

Loop when try to create the database with parameters :

Example :

+ for i in '{30..0}'
+ influx -host 127.0.0.1 -port 8086 -execute 'CREATE DATABASE database'
+ echo 'influxdb init process in progress...'
influxdb init process in progress...
+ sleep 1
+ for i in '{30..0}'
+ influx -host 127.0.0.1 -port 8086 -execute 'CREATE DATABASE database'
influxdb init process in progress...
+ echo 'influxdb init process in progress...'
+ sleep 1

Loop when try to create the database with parameters :

Example :
{code}
+ for i in '{30..0}'
+ influx -host 127.0.0.1 -port 8086 -execute 'CREATE DATABASE database'
+ echo 'influxdb init process in progress...'
influxdb init process in progress...
+ sleep 1
+ for i in '{30..0}'
+ influx -host 127.0.0.1 -port 8086 -execute 'CREATE DATABASE database'
influxdb init process in progress...
+ echo 'influxdb init process in progress...'
+ sleep 1
{code}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants