Releases: nystudio107/craft-scripts
Releases · nystudio107/craft-scripts
Version 1.2.3
Changed
- Fixed an issue where remote db pulls wouldn't exclude db tables that should have been ignored (such as the templatecaches table)
Version 1.2.2
Changed
- Added support for pulling db dumps directly from hosted MySQL/Postgres servers (needed for Heroku and other environments)
- Output from
clear_caches.sh
is suppressed for the table dropping (to prevent spurious "table doesn't exist" errors) - Support for proper Postgres cache table purging
Version 1.2.1
Changed
- Fixed the
clear_caches.sh
script formysql
Version 1.2.0
Added
- Added
postgres
database support for Craft 3
Changed
- Updated
README.md
Version 1.1.7
Added
- Added support for backups to an Amazon S3 bucket sub-folder
- Added section links to the README.md
Version 1.1.6
Changed
- Added support for clearing the FastCGI Cache in
clear_caches.sh
viaLOCAL_FASTCGI_CACHE_DIR
Version 1.1.5
Changed
- The
pull_assets.sh
script now deletes local assets that have been removed from the remote - Added support for clearing the Redis cache in
clear_caches.sh
viaLOCAL_REDIS_DB_ID
Version 1.1.4
Changed
- Added the
backup_files.sh
script to backup arbitrary directories of files - Added
rsync -F
to allow for excluding files/directories via.rsync-filter
files - Fixed an unparsed error message if one of the include scripts is missing
- Revised
README.md
Version 1.1.3
Changed
- Changed
zcat
togunzip -c
for MaxOS X compatibility
Version 1.1.2
Added
- Added the
sync_backups_to_s3.sh
script to sync backups to an Amazon S3 bucket - Pull all the backups on
pull_backups.sh