Releases: nystudio107/craft-scripts
Releases · nystudio107/craft-scripts
Version 1.2.13
Version 1.2.12
Added
- Added
--set-gtid-purged=OFFto thecommon_mysql.shto avoid permissions issues with some database dumps - Added support for a
LOCAL_AWS_PROFILEvariable, which lets you specify which AWS named profile to connect to S3 with. - Add in-folder
.gitignoreto ensure that.env.shis ignored
Fixed
- Fix
TMP_LOG_PATHfor local db backups
Version 1.2.11
Changed
- Added
--no-tablespacesto the mysqldump command options to work around changes in MySQL
Version 1.2.10
Changed
- Don’t dump permission/ownership info for postgres
Version 1.2.9
Changed
- Add
templatecachequeriesto the db tables excluded from database dumps
Version 1.2.8
Changed
- Refactor out to functions thanks to
preposthuman
Version 1.2.7
Changed
- Code cleanup and refactoring thanks to
preposthuman
Version 1.2.6
Changed
- Fixed an issue with the backup path for the
backup_dir.shscript (again) - Made
web/cpresourcesa defaultLOCAL_WRITEABLE_DIRSin thecraft3-example.env.sh
Added
- Added
restore_assets.shrestores the assets from the backup that has been created withbackup_assets.sh. - Added
restore_dirs.shrestores the dirs from the backup that has been created withbackup_dirs.sh
Version 1.2.5
Changed
- Fixed an issue with the backup path for the
backup_dir.shscript
Version 1.2.4
Added
- Added separate example starter
*-example.env.shfor Craft 2.x & Craft 3.x - Added composer support
- Updated README.md