Hi, I’m very happy to see the new version of your add-on. I have a question: what is the best thing to do to migrate an existing filemaker database with PBS Log version 1.0 to the new version? Reply
Hi Dao, Below is a step-by-step process of transferring pre-existing add-on data to a new version of an add-on and installing: 1. Create a backup of your solution in case of errors 2. Go to Add-On layout 3. Depending on file size and table count of add-on, export all v1 add-on records as a merge file to retain field names, or you can use the backup for importing in step 10. 4. If customizations have been made to the v1 scripts, rename the v1 scripts folder so it doesn’t get deleted in the next step 5. Uninstall v1 Add-on (enable “delete all tables, fields, and record data”) 6. Delete v1 Add-On folder from “AddonModules” folder – mac: ~/Library/Application\ Support/FileMaker/Extensions/AddonModules/Add-On/ – win: ~\AppData\Local\FileMaker\Extensions\AddonModules\Add-On\ 7. Add the new v2 Add-On folder in same directory 8. Restart FileMaker 9. Add the v2 Add-On to your solution 10. Import the v1 records from step 2 11. If customizations have been made to the v1 scripts, copy them into the v2 scripts 12. Update all the “perform script” steps calling the v1 scripts to use the v2 scripts, including the new script parameters Reply