You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: