Skip to content

Releases: CpanelInc/cPMigration

cPMigration v1.1.5

30 Oct 12:27
Compare
Choose a tag to compare

Case 91: Tightened matching logic in single account and list modes to prevent similarly named accounts from getting migrated instead ( #91 )
Case 89: Added the support/beautify_bash.py to the repo ( #89 )
Case 98: Added 32-bit and 64-bit sshpass binaries to support/ . Modified install_sshpass() to use these instead of compiling sshpass on every server. ( #98 )
Case 103: Added giturl variable ( #103 )

cPMigration v1.1.4

24 Oct 13:06
Compare
Choose a tag to compare

Case #87: New formatting script used
Case #88: Removed delhost logic from the script. It was tested and it looks like addhost is all that is needed.
Case #89: Included the python beautify script used for formatting in support/
Case #92: Added support for specify restorepkg ip address.
Case #76: Automatic detection and deployment of Dedicated IPs in cP > cP migrations

cPMigration v1.1.3

23 Oct 14:03
Compare
Choose a tag to compare
  • #83 Added support for Remote MySQL

cPMigration v1.1.2

13 Oct 10:04
Compare
Choose a tag to compare

Undo the original Issue #68 update; script now uses PUBLIC scripts by default with an override to use DEVEL

cPMigration v1.1.1

18 Sep 16:09
Compare
Choose a tag to compare

Issue #68

  • Changed default operation from using PUBLIC scripts for third party migrations to use DEVEL by default. The override was changed to -P to use PUBLIC.

cPMigration v1.1.0

09 Sep 07:34
Compare
Choose a tag to compare

Issue #59

  • Added a third file output for accounts status "Success" or "FAILED"

Update README.md …
README

  • Updated logging section for the new third file (status)
  • Added the section for default operation.

cPMigration v1.0.20 (v1.1 RC2)

30 Aug 12:33
Compare
Choose a tag to compare
Pre-release

General

  • minor bug fixes and improvements as spotted.
  • README Documentation added
  • script renamed to cpmig.sh

ssue #60

  • Added split logs per-user accessible in WHM "Review Copied Accounts"

Issue #59

  • After action summary framework added.

Issue #56

  • Added a simple [does the account exist on the destination] final
    error check.

cPMigration v1.0.19 (v1.1 RC1)

29 Aug 13:17
Compare
Choose a tag to compare
Pre-release

NOTE: This is the first release candidate for cPMigration v1.1

Issue #12

  • Various changes to README documentation
  • adjusting markdown formatting

Issue #33

  • Updates/changes made to accomodate the new official name;
    cPMigration or cpmig

Issue #52

  • Applied formatting fix across the script

Issue #54

  • Added option to skip setup_remote

Issue #55

  • Added a method to switch from PUBLIC to DEVEL for remote scripts
    (third party)

General

  • fixed erroneous check for warnings string
  • Fixed some formatting
  • updated setup_remote logging
  • Fixed log file in some places
  • Changes made to skip setup_remote mode logic
  • Removed descriptive header text. This information will all go into
    the README with a URL link in this header.

copyscript v1.0.18

21 Aug 12:48
Compare
Choose a tag to compare
copyscript v1.0.18 Pre-release
Pre-release

Issue #36

  • Major changes to error handling to set up for error checking for Issue #2
  • Added a more obvious break in the logs between accounts …
  • Removed a redundant message

Issue #2

  • Added some skeleton for error checking
  • layed the groundwork for error checking

copyscript v1.0.17

14 Aug 05:08
Compare
Choose a tag to compare
copyscript v1.0.17 Pre-release
Pre-release

Issue #42

  • Added list mode getopt
  • Added help dialogue item
  • Added list override for process_loop

Issue #47

  • Separated log markers from the standard output
  • Markers append to the log without tee, so should be in the correct
    locations.
  • Fixed log marker placement by taking them out of standard output and
    not using tee (separate output for log)

Issue #36

  • More cleaning up of output and logging
  • Improved logging output

Issue #2

  • Fixed the log markers for log parsing in future error detection