Update README.md

This commit is contained in:
VirtuBox 2019-03-24 16:10:21 +01:00 committed by GitHub
parent aadd520213
commit 8f3c771256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 15 deletions

View File

@ -75,6 +75,7 @@ All previous configurations are still available in the branch [easyengine-v3](ht
- [Adding FTP users](#adding-ftp-users) - [Adding FTP users](#adding-ftp-users)
- [ee-acme-sh](#ee-acme-sh) - [ee-acme-sh](#ee-acme-sh)
- [netdata](#netdata) - [netdata](#netdata)
- [cht.sh (cheat)](#chtsh-cheat) - [cht.sh (cheat)](#chtsh-cheat)
- [nanorc - Improved Nano Syntax Highlighting Files](#nanorc---improved-nano-syntax-highlighting-files) - [nanorc - Improved Nano Syntax Highlighting Files](#nanorc---improved-nano-syntax-highlighting-files)
@ -602,21 +603,7 @@ chown www-data:www-data /var/www/{.profile,.bashrc}
## Cleanup previous EasyEngine v3 ## Cleanup previous EasyEngine v3
### Backup EEv3 configurations and files EasyEngine migration to WordOps is now handled by the install script. The only step to finish the migration is to remove previous php versions if you don't need them anymore.
```bash
tar -I pigz -cvf $HOME/ee-backup.tar.gz /etc/ee /var/lib/ee /usr/lib/ee/templates
```
### Remove EEv3 configurations and data
```bash
# main ee directories
rm -rf /etc/ee /var/lib/ee /usr/lib/ee /usr/local/bin/ee /etc/bash_completion.d/ee_auto.rc
# python package
rm -rf /usr/local/lib/python3.6/dist-packages/ee-3.*
```
### Removing previous php versions ### Removing previous php versions