I have recently loaded about 30GB of data to a database. To clear the content I ran the following gradle command which succeeded but the database was not cleared. Could not find any errors in the log.
gradle mlClearContentDatabase -PdeleteAll=true
Any idea to what the issue might be or anyone have similar issues?