Skip to content

Releases: nystudio107/craft-scripts

Version 1.2.13

24 May 13:37
Compare
Choose a tag to compare

Changed

  • Removed the MySQL-specific --set-gtid-purged=OFF to the common_mysql.sh from the mysqldump command options

Version 1.2.12

20 Oct 14:58
Compare
Choose a tag to compare

Added

  • Added --set-gtid-purged=OFF to the common_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

11 Aug 16:40
Compare
Choose a tag to compare

Changed

  • Added --no-tablespaces to the mysqldump command options to work around changes in MySQL

Version 1.2.10

23 Nov 17:40
Compare
Choose a tag to compare

Changed

  • Don’t dump permission/ownership info for postgres

Version 1.2.9

29 Oct 23:47
Compare
Choose a tag to compare

Changed

  • Add templatecachequeries to the db tables excluded from database dumps

Version 1.2.8

20 Aug 17:51
Compare
Choose a tag to compare

Changed

  • Refactor out to functions thanks to preposthuman

Version 1.2.7

22 May 14:33
Compare
Choose a tag to compare

Changed

  • Code cleanup and refactoring thanks to preposthuman

Version 1.2.6

17 Jan 21:03
Compare
Choose a tag to compare

Changed

  • Fixed an issue with the backup path for the backup_dir.sh script (again)
  • Made web/cpresources a default LOCAL_WRITEABLE_DIRS in the craft3-example.env.sh

Added

  • Added restore_assets.sh restores the assets from the backup that has been created with backup_assets.sh.
  • Added restore_dirs.sh restores the dirs from the backup that has been created with backup_dirs.sh

Version 1.2.5

14 Nov 21:10
Compare
Choose a tag to compare

Changed

  • Fixed an issue with the backup path for the backup_dir.sh script

Version 1.2.4

28 Oct 20:05
Compare
Choose a tag to compare

Added

  • Added separate example starter *-example.env.sh for Craft 2.x & Craft 3.x
  • Added composer support
  • Updated README.md