Compress database backups for saving storage space and bandwidth (sustainability) #76
Closed
jamesmacwhite
started this conversation in
Feature Requests & Enhancements
Replies: 2 comments 2 replies
-
Thanks @jamesmacwhite! On the list. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Backups are now stored gzipped by default: https://craftcms.com/blog/cloud-updates |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently database backups that are generated via Craft Cloud are uncompressed SQL. For sustainability and saving storage, backups could be compressed via gzip. This would provide a reduction on storage space requirements within Craft Cloud as well as the size of backup is being downloaded by a client.
Local development environments such as DDEV support importing database backups which are compressed with gzip e.g.
Others such as Valet also support this.
Beta Was this translation helpful? Give feedback.
All reactions