The pre-existing links between my nodes did not survive the migration from V1 to V2.
I recently needed to re-create my virtual machine, so I took the opp’y to update to org-roam v2.
I set up Emacs to use org-roam by:
copying my pre-existing *.org files into ~/org/roam on the new machine;
installing Emacs (obviously; Doom-flavored); and,
changing :lang org to :lang (org +roam2);
My *.org files didn’t show up right away, so I ran the org-roam migration utility. Voila, my files showed up as nodes.
Unfortunately, my links between files did not carry over from V1. When I use n-r-r to view backlinks, nodes that I know have backlinks do not show anything.
However, new links (made with n-r-i) work properly.
I searched around on this forum, but I did not find an instance of a similar problem ( I could have missed it, though).
Thank you very much, nobiot - you led me to the solution.
I had already run org-roam-update-org-id-locations, but the migrated backlinks weren’t showing up. Before I searched up how to how to delete the db and rebuild it from scratch, I looked through all the org-roam-... commands for anything related to a database.
Doing that turned up org-roam-db-sync (synchronize the cache state with the current Org files on-disk). After running the command, the migrated backlinks showed up.
I appreciate the help, as well as the speedy response.