Server Migration

Hello everyone,

I have completed the Data Migration from Moralis to my mongodb, but not sure what the next step is?
https://v1docs.moralis.io/moralis-dapp/getting-started/self-hosting-moralis-server/migrate-data

I see client connection and deployment but do I need all of that? I am trying to continue utilizing the listeners and the webhooks.

Thanks!

Hey @futurehelp,

It depends on your need, but for people migrating their server to self-hosted, that will be necessary.

Client Connection is basically for connecting your Moralis server to the client side that is your application frontend.

On the other hand, deployment is for deploying your server live so your production app can interact with it and store all user’s data in your hosted MongoDB.

Hope this clarifies~