I'm using SymmetricDS to replicate a table structure (DDL), and I ran the following sequence of commands to sync the triggers and send the table schema:
bin\symadmin.bat -e rada-000 --node=001 sync-triggers
bin\symadmin.bat -e rada-000 --node=001 send-schema TABLE
After replicating the DDL, the new field in the table appears correctly in the target database. However, when I insert data into this table, the content of the new field is not being replicated to the target node. The other data in the table is replicated without issues.
I have verified that:
- The table structure is synchronized between the two nodes.
- The triggers seem to be working fine for the old columns.
Question: What might be preventing the replication of the data in the new field? Is there any additional procedure I should follow after DDL replication to ensure that the data in the new fields is properly replicated?
Environment:
- SymmetricDS version: 3.15.7
- Operating system: root node: Windows 10, node: Ubuntu 22.04
- Database: Firebird 3.10