-
-
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
_User class does not appear completely. #5048
Comments
I believe you didn’t import the _SCHEMA collection or at least the _User Schema found in this table. |
@flovilmart Could you provide me a way of importing the schema ? Or maybe a link ? Thanks ! |
There is a _SCHEMA collection in your database that holds all valid keys for all classes, you have to move it as well. Not sure what else I can add |
Ok thank you very much ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
I have set up two environment on Heroku : 1) Staging 2) Production
The database on production appears completly on the dashboard, I imported the Staging database from the Production database (with the use of mongorestore and mongodump)
On Prod, for example I can see the stripeAccountId, or the accountType, which are custom rows added directly from Parse.
On Staging, I cannot see those rows on dashboard, but they appear on my mongodb data from the shell.
Steps to reproduce
Import database locally using mondodump from prod env
Export database to staging env using mongostore.
Launch staging dashboard .
Expected Results
I want to see the same things between Prod and Staging, as I used the exact same DB.
Actual Outcome
Custom rows are not shown .
Environment Setup
Server
Database
The text was updated successfully, but these errors were encountered: