DatabaseManagerImpl.WORK_PATH,
databaseInstance.get().getName(),
DatabaseExternalizer.EXPORT_FILENAME
);
supportBundle.add(new GeneratedContentSourceSupport(Type.SECURITY, path, Priority.REQUIRED)
{
@Override
protected void generate(final File file) throws Exception {
// output non-compressed, no need to double compress contents
try (OutputStream output = new BufferedOutputStream(new FileOutputStream(file))) {