It seems post 11.1.2 upgrade on embedded DB based gateway /opt file system is getting filled and majortly we've noticed it's the derby DB directory which is rapidly getting large :
/opt/SecureSpan/Gateway/node/default/var/db/ssgdb
It seems the issue is occurring as the recommended property '"alwaysSaveInternal": false,' is getting lost as soon as we create a bundle again from embedded db gateway using graphman. Thus we'll need to manually add the property again. can you please provide a permanent solution to get this property into bundle?
11.1
It appears this behavior is specific to Gateway version 11.1.2, where the alwaysSaveInternal setting is now managed within the auditConfigurations section of the bundle. If this section is missing or created with an older schema, the gateway defaults the value to true to ensure audits are saved, which is why your manual changes are being overwritten during bundle recreation.
To resolve this permanently, please follow these steps:
auditConfigurations section is present in the JSON and includes the following: "alwaysSaveInternal": falseInternal Audit Lookup Policy and Internal Audit Sink Policy names to maintain configuration integrity.