-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I migrate from Parse to a PostgreSQL database running on AWS RDS? Or is there any way by which we can change the database( mongodb to PostgreSQL database running on AWS RDS ) of already migrated parse App? please reply asap. #3383
Comments
At the moment Postgres support is only for new projects, we don't provide a migration tool, but one could be implemented. |
Thanks! For Reply.
I have a question regarding your answer -
What do you mean by New Projects? please explain.
Could RDS implement after migration? as I have a production code for parse
migrated app using MongoDB,
in which all things are running correctly, but I want to use RDS in place
of MongoDB as security and backup purpose.
please suggest asap.
…On Mon, Jan 16, 2017 at 5:55 PM, Florent Vilmart ***@***.***> wrote:
At the moment Postgres support is only for new projects, we don't provide
a migration tool, but one could be implemented.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3383 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARejRVWL5ZIhUeYnKU_C_fjm59TOCMTcks5rS2GhgaJpZM4LkXDF>
.
--
*Regards,*
*Komal Agrahari*
|
What I mean by new projects is projects that were not originally hosted on parse.com i.e. A project with no data in it. What you want to achieve is possible, given you implement a migration tool. |
Thanks!
Actualy i dont have such migration tool and as per our requiremenet we do
not have enough time to create our tool from scratch. So can you please
suggest me any tools that are known to you and that will help in migrating
my database from mongodb to AWS RDS specifically for the case when our
required mongodb database was previously hosted on parse.com.
It will be thankful to you. !!
…On Wed, Jan 18, 2017 at 6:58 PM, Florent Vilmart ***@***.***> wrote:
What I mean by new projects is projects that were not originally hosted on
parse.com i.e. A project with no data in it.
What you want to achieve is possible, given you implement a migration tool.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3383 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARejRfmkwiSghdoo_8uYRO8lYg0VySFTks5rThOSgaJpZM4LkXDF>
.
--
*Regards,*
*Komal Agrahari*
|
We don't have any tool implemented. I recommend you stick with mongodb in the meantime. |
@flovilmart Do you know any examples / experience reports of parse-server users migrating from mongo to postgres? I know I'd need to implement my own migration tool but I think it would be useful to see what others have done. |
@komalkk @christianpbrink did you ever end up finishing the migration to Postgres? Do you (or anyone else involved in this thread) have advice on how to perform a migration from Mongo to Postgres? I need to switch a production Parse app from Mongo to AWS RDS or Aurora (Postgres) for financial reasons. I have no idea where to start setting up such a migration, other than to start banging around with MoSQL and see what breaks. |
Hi! Since it’s been a few years I just wanted to check if anyone has done this since and has anything to share. |
|
Please read the following instructions carefully.
Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!
For database migration help, please file a bug report at https://parse.com/help#report
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
You've met the prerequisites: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#prerequisites.
You're running the latest version of Parse Server: https://github.com/ParsePlatform/parse-server/releases
You've searched through existing issues: https://github.com/ParsePlatform/Parse-Server/issues?utf8=%E2%9C%93&q=is%3Aissue Chances are that your issue has been reported or resolved before.
You have filled out every section below. Issues without sufficient information are more likely to be closed.
--
Issue Description
[DELETE EVERYTHING ABOVE THIS LINE BEFORE SUBMITTING YOUR ISSUE]
Describe your issue in as much detail as possible.
[FILL THIS OUT]
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
[FILL THIS OUT]
Actual Outcome
[FILL THIS OUT]
Environment Setup
Server
Database
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
[FILL THIS OUT]
The text was updated successfully, but these errors were encountered: