I have an existing publication "uploadtope". I create a new one named "uploadtope_2021". Just added some column that are already in the database and need to be uploaded. I suppose I also have to run the script 'create synchronization subscription to "uploadtope_2021" for <mobilink user="">'. The upload is started with script "SYNCHRONIZE PROFILE uploadtope_2021". Uploadtope_2021 should start where "uploadtope" ended. How to get this done? |
When enhancing your (remote) database, would it not be more common to alter the existing publication and to use a new script version instead of a new publication? Cf. that doc topic.
Yes, great idea and its much easier. But, how to solve this in the consolidated database. There we would need Version1 and Version2.
What's exactly your question? The according scripts in the new script version must be contained in the consolidated database, so you would need to add new scripts for all according events. The remotes just would sync with the newer script version...