Releases: CpanelInc/cPMigration
cPMigration v1.1.5
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
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
- #83 Added support for Remote MySQL
cPMigration v1.1.2
Undo the original Issue #68 update; script now uses PUBLIC scripts by default with an override to use DEVEL
cPMigration v1.1.1
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
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)
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)
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
copyscript v1.0.17
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