Skip to content

Releases: nystudio107/craft-scripts

Version 1.2.3

07 Sep 06:34
Compare
Choose a tag to compare

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

09 Aug 17:23
Compare
Choose a tag to compare

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

27 Jul 13:53
Compare
Choose a tag to compare

Changed

  • Fixed the clear_caches.sh script for mysql

Version 1.2.0

18 Jul 13:19
Compare
Choose a tag to compare

Added

  • Added postgres database support for Craft 3

Changed

  • Updated README.md

Version 1.1.7

28 Jun 04:06
Compare
Choose a tag to compare

Added

  • Added support for backups to an Amazon S3 bucket sub-folder
  • Added section links to the README.md

Version 1.1.6

15 Jun 21:22
Compare
Choose a tag to compare

Changed

  • Added support for clearing the FastCGI Cache in clear_caches.sh via LOCAL_FASTCGI_CACHE_DIR

Version 1.1.5

12 Jun 16:35
Compare
Choose a tag to compare

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 via LOCAL_REDIS_DB_ID

Version 1.1.4

07 Apr 09:07
Compare
Choose a tag to compare

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

22 Mar 14:38
Compare
Choose a tag to compare

Changed

  • Changed zcat to gunzip -c for MaxOS X compatibility

Version 1.1.2

22 Mar 05:05
Compare
Choose a tag to compare

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