db verify
always returns with an exit code of 0, regardless of whether or not the database is valid. If your workflow involves checking whether a database is valid or not, you can grep
for the word "invalid" like so:
stardog-admin db verify myDb | grep invalid
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article