-
Notifications
You must be signed in to change notification settings - Fork 6
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
documentapi ? #18
Comments
On Steps No. 5 of "Migrating local data" Through various Error Message during the migration . 2.) Un handle promise rejection(node:31048) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: connection 4 to localhost:27017 timed out Screen Shot : Please Provide any solution to perform above error. Thanks |
Re: Question 1 Re: Question 2 Re: Question 3 Re: Question 4 |
Hi ryansmith94, |
I have suggestion
|
v1-to-v2-migrator/src/dumpSourceData.js
Question 1 :
documentapi table not available in LRS V1.
So, I want to know about that "documentapi" referese to which table in LRS V1.
Question 2 :
const timestampFilter = config.timestamp ? [
stored: {$gte: new Date("${config.timestamp}")}
] : [];can we creates a any config JSON to take timestamp and so many fixed value which are used in source code.
The text was updated successfully, but these errors were encountered: