Closed
Description
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
- parse-server version (Be specific! Don't say 'latest'.) : 3.0.0
- Operating System: HEROKU (UNIX)
- Hardware: HEROKU FREE VERSION
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): HEROKU
-
Database
- MongoDB version: 3.6.6
- Storage engine: mLab Sandbox
- Hardware: mLab Sandbox
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): mLab
Metadata
Metadata
Assignees
Labels
No labels