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

Restoring backups unwraps nested collections #197

Closed
n14s opened this issue Sep 2, 2024 · 4 comments
Closed

Restoring backups unwraps nested collections #197

n14s opened this issue Sep 2, 2024 · 4 comments

Comments

@n14s
Copy link
Contributor

n14s commented Sep 2, 2024

If backups are created that contain collections that are nested, say:

collection 1 > collection 1.1 > collection 1.1.1 > request 1
collection 2 > request 1

restoring that backup results in the unwrapping of the collections, with the result:

collection 1 > -empty-
collection 1.1 > -empty-
collection 1.1.1 > request 1
collection 2 > request 1

@jonrosner
Copy link
Contributor

is the container you are using to restore the backup the latest container?

@n14s
Copy link
Contributor Author

n14s commented Sep 2, 2024

Running locally on the latest main (b757...)

@jonrosner
Copy link
Contributor

this is the latest image sha: ebe8eebf657b

@n14s
Copy link
Contributor Author

n14s commented Sep 2, 2024

When using docker instead of running dev-client.sh from source code, the import worked as expect. Thanks.

@n14s n14s closed this as completed Sep 2, 2024
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

2 participants