Loading my_deploy.sh +6 −6 Original line number Diff line number Diff line Loading @@ -75,19 +75,19 @@ export NATS_REDEPLOY="" # ----- QuestDB ---------------------------------------------------------------- # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} export QDB_NAMESPACE="qdb" # If not already set, set the database username to be used by Monitoring. export QDB_USERNAME=${QDB_USERNAME:-"admin"} export QDB_USERNAME="admin" # If not already set, set the database user's password to be used by Monitoring. export QDB_PASSWORD=${QDB_PASSWORD:-"quest"} export QDB_PASSWORD="quest" # If not already set, set the table name to be used by Monitoring. export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"} export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. #export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""} #export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY=${QDB_REDEPLOY:-""} export QDB_REDEPLOY="" src/tests/ecoc22/deploy_specs.sh +6 −6 Original line number Diff line number Diff line Loading @@ -76,19 +76,19 @@ export NATS_REDEPLOY="" # ----- QuestDB ---------------------------------------------------------------- # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} export QDB_NAMESPACE="qdb" # If not already set, set the database username to be used by Monitoring. export QDB_USERNAME=${QDB_USERNAME:-"admin"} export QDB_USERNAME="admin" # If not already set, set the database user's password to be used by Monitoring. export QDB_PASSWORD=${QDB_PASSWORD:-"quest"} export QDB_PASSWORD="quest" # If not already set, set the table name to be used by Monitoring. export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"} export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. #export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""} #export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY=${QDB_REDEPLOY:-""} export QDB_REDEPLOY="" src/tests/ofc22/deploy_specs.sh +6 −6 Original line number Diff line number Diff line Loading @@ -76,19 +76,19 @@ export NATS_REDEPLOY="" # ----- QuestDB ---------------------------------------------------------------- # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} export QDB_NAMESPACE="qdb" # If not already set, set the database username to be used by Monitoring. export QDB_USERNAME=${QDB_USERNAME:-"admin"} export QDB_USERNAME="admin" # If not already set, set the database user's password to be used by Monitoring. export QDB_PASSWORD=${QDB_PASSWORD:-"quest"} export QDB_PASSWORD="quest" # If not already set, set the table name to be used by Monitoring. export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"} export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. #export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""} #export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY=${QDB_REDEPLOY:-""} export QDB_REDEPLOY="" Loading
my_deploy.sh +6 −6 Original line number Diff line number Diff line Loading @@ -75,19 +75,19 @@ export NATS_REDEPLOY="" # ----- QuestDB ---------------------------------------------------------------- # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} export QDB_NAMESPACE="qdb" # If not already set, set the database username to be used by Monitoring. export QDB_USERNAME=${QDB_USERNAME:-"admin"} export QDB_USERNAME="admin" # If not already set, set the database user's password to be used by Monitoring. export QDB_PASSWORD=${QDB_PASSWORD:-"quest"} export QDB_PASSWORD="quest" # If not already set, set the table name to be used by Monitoring. export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"} export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. #export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""} #export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY=${QDB_REDEPLOY:-""} export QDB_REDEPLOY=""
src/tests/ecoc22/deploy_specs.sh +6 −6 Original line number Diff line number Diff line Loading @@ -76,19 +76,19 @@ export NATS_REDEPLOY="" # ----- QuestDB ---------------------------------------------------------------- # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} export QDB_NAMESPACE="qdb" # If not already set, set the database username to be used by Monitoring. export QDB_USERNAME=${QDB_USERNAME:-"admin"} export QDB_USERNAME="admin" # If not already set, set the database user's password to be used by Monitoring. export QDB_PASSWORD=${QDB_PASSWORD:-"quest"} export QDB_PASSWORD="quest" # If not already set, set the table name to be used by Monitoring. export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"} export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. #export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""} #export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY=${QDB_REDEPLOY:-""} export QDB_REDEPLOY=""
src/tests/ofc22/deploy_specs.sh +6 −6 Original line number Diff line number Diff line Loading @@ -76,19 +76,19 @@ export NATS_REDEPLOY="" # ----- QuestDB ---------------------------------------------------------------- # If not already set, set the namespace where QuestDB will be deployed. export QDB_NAMESPACE=${QDB_NAMESPACE:-"qdb"} export QDB_NAMESPACE="qdb" # If not already set, set the database username to be used by Monitoring. export QDB_USERNAME=${QDB_USERNAME:-"admin"} export QDB_USERNAME="admin" # If not already set, set the database user's password to be used by Monitoring. export QDB_PASSWORD=${QDB_PASSWORD:-"quest"} export QDB_PASSWORD="quest" # If not already set, set the table name to be used by Monitoring. export QDB_TABLE=${QDB_TABLE:-"tfs_monitoring"} export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. #export QDB_DROP_TABLE_IF_EXISTS=${QDB_DROP_TABLE_IF_EXISTS:-""} #export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY=${QDB_REDEPLOY:-""} export QDB_REDEPLOY=""