It depends on what you mean by "continuation". Do you mean your wp post may have future versions on the new db? If so, I would recommend doing the migration first.
Doing a migration is straight-forward. Download a sql backup (without the CREATE TABLE syntax... look for advanced export options and select data only; and not the schema.), open the backup in a text editor, and find/replace all old domains (e.g.
https://www.oldsite.com) with new domains (e.g.
https://www.newdomain.com).
As soon as you import the sql backup to the new database, it should work just fine. Just make sure to replace the domain like I said earlier, otherwise your new site will redirect to the old one.
I am considering both your old and new site will have wp_ as the table prefix. If it is something else, you will need to change that as well (specially if the old and new version have different prefixes).
When you do this, if you face any kind of problem, feel free to tag me to this thread. Will do my best to help (for free ofcourse).
btw, thanks for the kind words man
@tazarbm