Skip to content

Releases: ised-isde-canada/remote-manage

Version 3.0.3

27 Mar 09:17
Compare
Choose a tag to compare

Remote Manage v3.0.3 Release Notes

[3.0.3] 2021-03-27

Added

  • PHP Opcache is now flushed after a restore operation.

Version 3.0.2

10 Mar 16:02
Compare
Choose a tag to compare

Remote Manage v3.0.2 Release Notes

[3.0.2] 2021-03-10

Added

  • Handle Drupal backups using two PVs

Updated

  • Now exits maintenance regardless of database connection.
  • Fix for s3list if less than 1000 objects.

Version 3.0.1

20 Feb 14:30
Compare
Choose a tag to compare

Remote Manage v3.0.1 Release Notes

The following recent changes are included in Remote-Manage 3.0.1:

[3.0.1] 2021-02-20

Added

  • The full temporary directory path will now be created recursively if it does not already exist.
  • Failure to push/upload a backup file to S3 will now make 2 more attempts (total 3) at 25 second intervals.

Updated

  • Fixed an issue which only affects you if you are using the new RM_TEMP environment variable to override the default (/tmp) temporary directory.
  • Failure to push/upload a backup file to S3 will now be reported as a failed backup.

Version 3.0.0

18 Feb 15:40
Compare
Choose a tag to compare

Remote Manage v3.0.0 Release Notes

The following recent changes are included in Remote-Manage 3.0

[3.0.0] 2021-02-18

Added

  • You can now specify a custom tmp directory path by setting a RM_TEMP environment variable. For example, you might want to use a separate PV as temporary disk space. If not specified, will continue to use /tmp. DO NOT point this to a path being backed-up (e.g. your PV volume's data folder) and DO NOT include trailing slash.
  • Added new optional "--exclude" parameter to the restore command. It is used by rmanage to exclude restoring (i.e. deleting) log of current restore process but also available for use in the CLI. Path must be relative to the folder you are backing up and not to the root (should not start with ../, ./ or /).
  • opcache_reset() is called when changing maint mode (Drupal specific).
  • CONTRIBUTING.md

Updated

  • Backup now produce .zip file instead of tar.gz. This has resulted in much lower system requirements (approximate numbers): 1/20 CPU utilization, 1/4 memory consumption and 1/5 temporary disk space, 25% faster backup and restore times but 1% larger archive files. Fully compatible with automated and manual backups and manual restores as well as Remote-Manage CLI. Still backwards compatible with old tar.gz backups.
  • Now aborts if errors during database restore.
  • Backup now preserves initial state of maintenance mode.
  • Renamed help.txt to help.md.
  • Updated README.md documentation.

1.0.4

03 Feb 17:43
Compare
Choose a tag to compare
To test for Drupal, look for ~/vendor/bin/drush

Significant revision - more structure, more json

30 Sep 17:21
Compare
Choose a tag to compare
1.0.3

Fix query; Add start/end time to json, always

Last release before async change

30 Sep 17:20
Compare
Choose a tag to compare
1.0.2

Delete obsolete file

Release 1.0.1

15 Sep 21:41
Compare
Choose a tag to compare

Adding the Drush class

Initial Release

15 Sep 19:01
Compare
Choose a tag to compare
1.0.0

Try alt filename strategy