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
When using the Craft CMS control panel and asking to download backups, there are after times when the backup gets a 404. This makes sense as the backup file does not exist on the filesystem yet.
Steps to reproduce
Run Craft on ECS with multiple containers
Request a backup
Get a 404
Additional info
PHP: 7.3.8
Craft: Pro 3.2.5.1
PostgreSQL
The text was updated successfully, but these errors were encountered:
Also get this when running Craft on Heroku with multiple dynos (ephemeral filesystem).
Since the backup and download are done in different (ajax) requests it will sometime fails as it hits another filesystem. As a workaround I usually have devtools open to see the download request so I can just trigger it multiple times until it hits the correct dyno/filesystem.
Other than this functionality, I have not met any problem regarding horizontal scaling yet (using redis for cache/sessions), but I've sent an email to support with alot of questions to verify that e.g. project sync will not be a problem (currently using this on just a few projects).
Description
When using the Craft CMS control panel and asking to download backups, there are after times when the backup gets a 404. This makes sense as the backup file does not exist on the filesystem yet.
Steps to reproduce
Additional info
PHP: 7.3.8
Craft: Pro 3.2.5.1
PostgreSQL
The text was updated successfully, but these errors were encountered: