I am trying to migrate mongo parse to my mongo, but I have lost my mongo and the parse data.
Have a way to restore the parse data?
If you click on finalize on parse.com when migrated the DB, i think you cant go back
Related
Trying to create a DMS Migration task to migrate from an Oracle instance into an S3 bucket. This migration should be ongoing (CDC) and use DMS Binary Reader.
Seems that uncommitted transactions are also migrated and rolling them back does nothing, so what ends up on S3 is not an accurate representation of the original DB.
Any way to fix this? Can't seem to find any reference to this problem anywhere.
Thanks
who can help me to understand this scenario please. let say there is a client who have been using php as Backend, now he wants to merge his project from php to Spring knowing that he already has a full data and completly defined (mapping, primary key, tables), he export his data as sql (database.sql) so my question is how can we work and interact with this data in Spring Data ?
So you have the database export file(s), you create a new empty database and import those files there, configure your Spring Data to connect to the new db and stop using the Php app if you can (if you continue to use it you will have to somehow synchronize the two databases, more complicated)
I have completed the parse migration completely including the data and files. The clients are also pointing to the standalone parse server.
I have missed to finalize the migration in parse dashboard and now it is showing me the migrate button again. Will this create a problem when parse hosting shuts down? Do I need to migrate the data again and finalize it?
It's fine. You don't need to worry as you can try again but you will first need to clean up your target database as Parse's migration tool will only migrate data to an empty database.
I am working on a application built using Spring/Hibernate & PostgreSQL as a database, Recently I implement elastic search in my application, I am new to this so having some doubt about how to use ES in my application.
its good to save/update document in Elastic search where I save/update in PostgreSQL. if No what is the best way to do it?
Should I use data from ES for all my queries like get user profile, educational profile , contact profile etc or its good to fetch them from PostgreSQL and use ES data only for search?
What is the best way to keep my PostgreSQL and ES in Sync?
Thanks in advance for you help.
I have some meta data in ElasticSearch, when the meta data updated I need to sync the updates to Mysql. So I'm wondering that is there an ES Watch/Triger could do this automatically please?
There isn't any direct action in watcher calling mysql ( that I know of ).
But you could create a simple API called by watcher that would update your database on a Webhook Action