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

Cloning a (Drupal) site with a file storage >500MB doesn't fail, but you end up with a WSOD #34

Open
thijsboots opened this issue Sep 23, 2022 · 0 comments

Comments

@thijsboots
Copy link

I tried using this plugin to clone an existing Drupal 9 site on Pantheon (dev) with a file storage of around 850MB to a newly created Drupal 9 site.

The README clearly states that you cannot import anything over 500MB because of the Pantheon import restriction, but I thought I'd ignore that to see what would happen. ;)

Result
The cloning process seems to have been finished succesfully. But when opening the destination dev site, I got a WSOD with a line that said "There was a problem with our website." After repeating the operation with the option --no-files, the cloning again finished successfully, this time with a working Drupal site.

Solution
I guess this is more like a feature/improvement request, but it would be nice to add some kind of check in the plugin to make cloning operations fail more gracefully if the file/database store exceeds the 500MB limit.

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

1 participant