Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/bindir/cloud-setup-databases.in
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ for full help
("DROP USER 'cloud'@'%' ;", "DO NULL;")
)

if self.areCloudDatabasesCreated() and not self.options.forcerecreate:
if self.areCloudDatabasesCreated() and not self.options.forcerecreate and not self.options.schemaonly:
self.errorAndExit("Aborting script as the databases (cloud, cloud_usage) already exist.\n" \
"Please use the --force-recreate parameter if you want to recreate the schemas.")

Expand Down
Loading