Hey all,
Quick heads up, I’m not a developer but have been running my small business since 2012, so I’ve learned enough to manage my WordPress sites and hosting. But I’m not super technical when it comes to servers.
Background: I’ve got six WordPress websites hosted on Bluehost shared hosting, but I’ll be moving them to a VPS soon. That’s pretty straightforward, thanks to all the great advice I’ve found online!
Here’s the situation: One of my projects is a mobile app I’m working on. The app has a few back-ends that aren’t hosted with Bluehost—they’re on my developer’s VPS (I think it’s Linode). I set up DNS records for subdomains like admin.myapp.com, api.myapp.com, and studio.myapp.com, which all point to his server. Two of those subdomains (admin and studio) run dashboards built on Strapi and Prisma. These let me manage things like app questions and user submissions.
His stack includes React Native, Typescript, Node.js, and Apollo server. Everything works fine right now, but I’m losing faith in my current dev and thinking of finding a new one.
My questions:
- Can I move these back-ends to my new VPS with the WordPress sites, or do they need something different?
- If it’s possible, will it be as simple as changing the DNS records, or will I need a dev to help with the migration?
- Are there any technical issues or things I should know about that I’m missing?
Thanks for any help!