迁移开发数据库和解析服务器后,是否可以迁移生产数据库?
After migrating the development DB and the Parse Server, is it possible to migrate the production DB?
我现在正在尝试将我的解析数据库迁移到一个 mLab,其中一个解析服务器在 AWS Elastick Beanstalk 中托管它。
在迁移过程中,我遇到了一些悬而未决的问题,如果您知道这些问题,我会很高兴。
- 迁移数据库后,由
Parse.api.com 会继续连接到已迁移的数据库吗?
- 将我的开发数据库和解析服务器部署到 mongoLab 和 AWS 后,parse.api.com 与生产数据库是否仍然是 运行 用户使用的应用程序?
- 将开发数据库和 Parse Server 迁移到 AWS 后,是否可以迁移生产数据库?
- After migrating the DB, will the parse server that is hosted by
Parse.api.com will continue connecting to the DB that is migrated?
没错,只要您不删除 parse 上的应用程序,api.parse.com 就会访问您的自托管数据库。com/close 您的 Parse 帐户或直到 Parse 在一月份关闭2017.
如果您选择在 parse.com 上删除该应用程序,所有尚未更新到使用您自己的 Parse Server 的应用程序版本的用户在安装更新之前都将留下一个损坏的应用程序您的应用程序。
- After deploying my development DB and parse server to mongoLab and AWS, will the parse.api.com with the production DB still remains
running with the app that is used by the user?
假设您的开发和生产 Parse 应用程序是 Parse 上的两个不同应用程序,您将需要分别迁移它们,是的,如果您只迁移您的开发应用程序(我们现在称之为应用程序 A),应用程序 B(您的生产应用程序)在您也迁移它之前不会受到影响。当然,任何未迁移的应用程序都将在 2017 年 1 月底完全停止工作。
- After migrating the development DB and also the Parse Server to AWS, is it possible to migrate the production DB?
您可以自由迁移任意数量的 databases/apps。所以答案是肯定的,您也可以迁移 production/development 版本。
我现在正在尝试将我的解析数据库迁移到一个 mLab,其中一个解析服务器在 AWS Elastick Beanstalk 中托管它。
在迁移过程中,我遇到了一些悬而未决的问题,如果您知道这些问题,我会很高兴。
- 迁移数据库后,由 Parse.api.com 会继续连接到已迁移的数据库吗?
- 将我的开发数据库和解析服务器部署到 mongoLab 和 AWS 后,parse.api.com 与生产数据库是否仍然是 运行 用户使用的应用程序?
- 将开发数据库和 Parse Server 迁移到 AWS 后,是否可以迁移生产数据库?
- After migrating the DB, will the parse server that is hosted by Parse.api.com will continue connecting to the DB that is migrated?
没错,只要您不删除 parse 上的应用程序,api.parse.com 就会访问您的自托管数据库。com/close 您的 Parse 帐户或直到 Parse 在一月份关闭2017.
如果您选择在 parse.com 上删除该应用程序,所有尚未更新到使用您自己的 Parse Server 的应用程序版本的用户在安装更新之前都将留下一个损坏的应用程序您的应用程序。
- After deploying my development DB and parse server to mongoLab and AWS, will the parse.api.com with the production DB still remains running with the app that is used by the user?
假设您的开发和生产 Parse 应用程序是 Parse 上的两个不同应用程序,您将需要分别迁移它们,是的,如果您只迁移您的开发应用程序(我们现在称之为应用程序 A),应用程序 B(您的生产应用程序)在您也迁移它之前不会受到影响。当然,任何未迁移的应用程序都将在 2017 年 1 月底完全停止工作。
- After migrating the development DB and also the Parse Server to AWS, is it possible to migrate the production DB?
您可以自由迁移任意数量的 databases/apps。所以答案是肯定的,您也可以迁移 production/development 版本。