Gitify to migrate a site

Hello

I have to move a MODX site from one host to another.

If I run Gitfity backup and extract on the source, can I then do a restore and build on the new site?

(I assume I can tar up all the files and rsync them across rather than committing them to git)

Are there any gotchas I need to look out for?

James

Hi @Jamesgardiner,

that should in theory work, correct.
You have to be careful with your .gitify configuration-file to include everything you need.
And also it’s helpful to upgrade all Extras before migrating, so you have the newest versions in both environments, and there isn’t any conflict on that.