Skip to content
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

Removing all records doesn't affect DB snapshot #1376

Closed
michalhartwich opened this issue Apr 5, 2016 · 4 comments
Closed

Removing all records doesn't affect DB snapshot #1376

michalhartwich opened this issue Apr 5, 2016 · 4 comments

Comments

@michalhartwich
Copy link

Hi,
I've removed all records in Parse Dashborad (in dashboard.parse.com) through Edit -> Delete All Rows, but records are still present in DB dump and during migration to external MongoDB instance. DB size in Analitics in not affected. What should I do to destroy permanently?

Migrating other apps went without any issues.

@zleman1593
Copy link

Not a solution, but related. I noticed when I delete a column in Parse Dashboard the fields corresponding to that row are still present in all the Objects exported during migration.

@michalhartwich
Copy link
Author

Few days ago I've migrated test environment of this app and I removed content of particular table and DB was reduced immediately. Removed data weren't migrated.

@rad3ks
Copy link

rad3ks commented Apr 5, 2016

AFAIK migration is being done from some sort of DB snapshot. I guess there was no new snapshot after the changes were made.

The problem @michalhartwich described is that we have really huge table where older rows are not needed, so we decided to delete them all (we could do this), so the migration will be quick. Currently, migration tool tries to migrate everything from before the deletion. It worked for us in other app, but not on this one.

It would be great if we could trigger some mechanism on the server that will make new snapshot, so we can migrate tiny DB instead of few GBs.

It's kind of a blocker right now because we can't change DB URL when app is not successfully migrated.

@flovilmart
Copy link
Contributor

Please report that issue to parse.com directly using http://parse.com/help as this is not related to parse-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants