We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
is the container you are using to restore the backup the latest container?
Sorry, something went wrong.
Running locally on the latest main (b757...)
this is the latest image sha: ebe8eebf657b
When using docker instead of running dev-client.sh from source code, the import worked as expect. Thanks.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: