You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have /scripts/deploy/deployNew.sh to deploy a new instance of Sleeper. This takes the name of the first table as an argument.
You can point that script to an instance properties file that may have table definitions next to it, but if there are no table definitions next to it it will create one from a template with the given table name.
Description
We'd like to be able to deploy an empty instance of Sleeper with no tables using the scripts.
Analysis
The simplest thing may be to make deployNew.sh require you to point it to the full instance configuration rather than default to the templates.
The text was updated successfully, but these errors were encountered:
Background
We have /scripts/deploy/deployNew.sh to deploy a new instance of Sleeper. This takes the name of the first table as an argument.
You can point that script to an instance properties file that may have table definitions next to it, but if there are no table definitions next to it it will create one from a template with the given table name.
Description
We'd like to be able to deploy an empty instance of Sleeper with no tables using the scripts.
Analysis
The simplest thing may be to make deployNew.sh require you to point it to the full instance configuration rather than default to the templates.
The text was updated successfully, but these errors were encountered: