I finally got it to work. I’ll write up the process and make a new post for anyone that has this similar problem but I need to get on with the weekend with the family.
Basic process is this:
- Export Mysql database with mysqldump
- Copy content/images from old host
- Export your theme from old install
- Create New Server, eg, ubuntu on a vps
- Install ghost with the SAME version of your previous server, eg: ghost install 4.48.2
- Drop newly created database from mysql
- then create empty database in Mysql
use your mysqldump file from step 1 - import old mysql database
- copy over the content/images directory to new install
- add mailgun mail settings to config.production.json
- restart the ghost instance
- upload theme and activate
- use ghost update to install and migrate to newest version of ghost
I think those are all the steps. I write this up again better later today after I’ve spent time with the family just wanted to get these notes down for myself and others while its still in my head!
I’ll probably also file a big report about the member export list as this seems to be a possible bug.
Thank you all for all the kind and generous help.
Kyle