Database creation wrapper tool #580
Labels
admin-tools
API
Anything to do with the onboarding API and associated libraries/bindings
enhancement
New feature or request
jira
manufacturing
Anything to do with the manufacturing client/service/APIs/protocol
onboarding
Anything to do with the onboarding service
rendevous
Anything to do with the rendevous service
service info modules
bugs or RFEs for FDO SIMs
services-configurations
RFEs for services configuration
With #556 we are adding DB support to FDO, in order to initialise the database contents the clients would need to run:
diesel migration run --migration-dir ./migrations_{DATABASE_TYPE_AND_SERVER_TYPE} --database-url {DATABASE_URL}
so, do we need to wrap that command into something more easy and encapsulate the dependencies inside an existing RPM?
e.g:
fdo-owner-tool initialize-database owner postgres $POSTGRES_URL
The text was updated successfully, but these errors were encountered: