View Revisions: Issue #6995
Summary | 0006995: Detect changes in startup parameters affecting database objects | ||
---|---|---|---|
Revision | 2025-09-15 12:46 by pbelov | ||
Additional Information | If an older SymmetricDS instance is upgraded these parameters could still be in the database (and must be moved to the engine file manually!). trigger.capture.ddl.changes=value?as?needed postgres.trigger.capture.truncate.event=value?as?needed This statement will clear this situation up: DELETE FROM sym_parameter WHERE param_key IN ('trigger.capture.ddl.changes','postgres.trigger.capture.truncate.event'); |
||
Revision | 2025-07-14 19:37 by pbelov | ||
Additional Information |