package account without emails and public_html contents – cPanel
Tuesday, May 9th, 2017/scripts/pkgacct –skiphomedir USER
/scripts/pkgacct –skiphomedir USER
Solutions
yum install ea4-experimental yum install ea-php56-php-memcache yum install ea-php56-php-memcached yum install ea-memcached That should fix the issue. i have tried it and fixed my issue. Reference https://forums.cpanel.net/threads/installing-memcache-and-memcached-with-easyapache4.566261/
The issue can be fix by run the following command
/scripts/restartsrv_queueprocd
1) Click the “Export” tab for the database
2) Click the “Custom” radio button
3) Go the section titled “Format-specific options” and change the dropdown for “Database system or older MySQL server to maximize output compatibility with:” from NONE to MYSQL40.
4) Scroll to the bottom and click “GO”.
I’m not certain if doing this causes any data loss, however in the one time I’ve tried it I did not notice any. Neither did anyone who responded in the forums linked to above.
Reference
http://stackoverflow.com/questions/29916610/1273-unknown-collation-utf8mb4-unicode-ci-cpanel/29939906#29939906
1- plesk db databasename < databasename.sql
or
2- mysql -uadmin -p”`cat /etc/psa/.psa.shadow`” databasename < databasename.sql
sed -i 's/original/new/g' file.txt
sed
= Stream EDitor-i
= in-place (i.e. save back to the original file)s
= the substitute commandoriginal
= a regular expression describing the word to replace (or just the word itself)new
= the text to replace it withg
= global (i.e. replace all and not just the first occurrence)file.txt
= the file name
Run the following command
/usr/local/psa/admin/bin/httpdmng –reconfigure-all
The below command need to be run in the source server to sync the files to the destination server
rsync -auvP /home/eplusglo/mail –rsh=”ssh -p 55000 ” root@124.216.218.39:/home/alzweac/
in the above command the mail folder will sync to the new server
leave a comment if you not understand.
Thanks.
du -sh * | sort -rh | head -6
To create a zip file, enter:
zip filename.zip input1.txt input2.txt resume.doc pic1.jpg
To decompress a zip file in Unix, enter:
unzip filename.zip