Releases: nystudio107/craft-scripts
Releases · nystudio107/craft-scripts
Version 1.2.13
Version 1.2.12
Added
- Added
--set-gtid-purged=OFF
to thecommon_mysql.sh
to avoid permissions issues with some database dumps - Added support for a
LOCAL_AWS_PROFILE
variable, which lets you specify which AWS named profile to connect to S3 with. - Add in-folder
.gitignore
to ensure that.env.sh
is ignored
Fixed
- Fix
TMP_LOG_PATH
for local db backups
Version 1.2.11
Changed
- Added
--no-tablespaces
to 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
templatecachequeries
to 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.sh
script (again) - Made
web/cpresources
a defaultLOCAL_WRITEABLE_DIRS
in thecraft3-example.env.sh
Added
- Added
restore_assets.sh
restores the assets from the backup that has been created withbackup_assets.sh
. - Added
restore_dirs.sh
restores 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.sh
script
Version 1.2.4
Added
- Added separate example starter
*-example.env.sh
for Craft 2.x & Craft 3.x - Added composer support
- Updated README.md