Accessing meteor production database in 2016

前端 未结 2 1312
Happy的楠姐
Happy的楠姐 2020-12-21 05:26

It seems the answer in this thread (Accessing Meteor production database) does not work anymore when you want to access a meteor production database in 2016. I want to acces

2条回答
  •  独厮守ぢ
    2020-12-21 05:58

    Since Meteor stopped supporting the use of .meteor domains and every developer needs to get his hosting by himself, I found a way accessing the remote's database by using mup or mupx. I wrote it in this post: https://stackoverflow.com/a/37439315/2908071

    I hope this will help future people.

提交回复
热议问题