diff --git a/.travis.yml b/.travis.yml
index b630e9c..341ef4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,6 @@ script:
- sudo apt-get install -qq --force-yes git python3-setuptools python3-dev python3-apt ccze tree
- sudo bash install -b $TRAVIS_BRANCH --travis
- sudo wo --help && sudo wo stack install && sudo wo stack install --proftpd
- - sudo wo stack upgrade --netdata --no-prompt
- sudo wo site create html.net --html && sudo wo site create php.com --php && sudo wo site create mysql.com --mysql && sudo wo site create proxy.com --proxy=127.0.0.1:3000
- sudo wo site create wp1.com --wp && sudo wo site create wpsc1.net --wpsc && sudo wo site create wpfc1.com --wpfc
- sudo wo site create wpsc-php73.net --wpsc --php73 && sudo wo site create wpfc-php73.net --wpfc --php73
@@ -49,5 +48,8 @@ script:
- sudo wo info
- sudo tree -L 2 /etc/nginx
- sudo cat /var/www/wp1.com/wp-config.php
+ - sudo wo stack upgrade --netdata --no-prompt
+ - sudo wo stack upgrade --phpmyadmin --no-prompt
+ - sudo wo stack upgrade --composer --no-prompt
- sudo wo update --travis
- sudo wo stack status
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c22e222..52436d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Typo in `--letsencrypt=subdomain`
- phpMyAdmin upgrade archive extraction
+- Error in the command `wo update`. Please `wo update --beta` as workaround
### v3.9.6 - 2019-07-20
diff --git a/docs/wo.8 b/docs/wo.8
index 97e48b8..6ad30fa 100644
--- a/docs/wo.8
+++ b/docs/wo.8
@@ -1,314 +1,314 @@
-.TH wo 8 "WordOps (wo) version: 3.3.8" "Sep 10,2015" "WordOps"
-.SH NAME
-.B WordOps (wo)
-\- Manage Nginx Based Websites.
-.SH SYNOPSIS
-wo [ --version | --help | info | stack | site | debug | update | clean | import_slow_log | log | secure | sync | maintenance ]
-.TP
-wo stack [ install | remove | purge | migrate | upgrade] [ --web | --all | --nginx | --php | --php73 | --mysql | --admin | --adminer | --redis | --phpmyadmin | --phpredisadmin | --wpcli | --utils | --dashboard | --netdata ]
-.TP
-wo stack [ status | start | stop | reload | restart ] [--all | --nginx | --php | --php73 |--mysql | --web | --redis]
-.TP
-wo site [ list | info | show | enable | disable | edit | cd | show ] [ example.com ]
-.TP
-wo site create example.com [ --html | --php | --php73 | --mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis | --letsencrypt/-le/--letsencrypt=subdomain/wildcard][--dns=dns_cf/dns_do]]
-.TP
-wo site update example.com [ --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ] [--password] [-le/--letsencrypt=on/off/subdomain/renew/wildcard] [--dns=dns_cf/dns_do]]
-.TP
-wo site delete example.com [--db | --files | --all | --no-prompt | --force/-f ]
-.TP
-wo debug [ -i | --all=on/off |--nginx=on/off | --rewrite=on/off | --php=on/off | --fpm=on/off | --mysql=on/off ]
-.TP
-wo debug example.com [ -i | --all=on/off | --nginx=on/off | --rewrite=on/off | --wp=on/off ]
-.TP
-wo secure [ --auth | --port | --ip ]
-.SH DESCRIPTION
-WordOps aka wo is the opensource project developed with the purpose to automate web-server configuration.
-.br
-WordOps is the collection of python script that provides automation for the web-server
-.br
-installation, site creation, services debugging & monitoring.
-.SH OPTIONS
-.TP
-.B --version
-.br
-Display WordOps (wo) version information.
-.TP
-.B info
-.br
-wo info - Display Nginx, PHP, MySQL and wo common location information
-.br
-wo site info - Diplay given website details like enable, disable. weboot and log files.
-.TP
-.B --help
-.br
-Display WordOps (wo) help.
-.TP
-.B stack
-.TP
-.B install [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
-.br
-Install Nginx PHP5 MySQL Postfix stack Packages if not used with
-.br
-any options.Installs specific package if used with option.
-.TP
-.B remove [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
-.br
-Remove Nginx PHP5 MySQL Postfix stack Packages if not used with
-.br
-any options. Remove specific package if used with option.
-.TP
-.B purge [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
-.br
-Purge Nginx PHP5 MySQL Postfix stack Packages if not used with any
-.br
-options.Purge specific package if used with option.
-.TP
-.B status
-.br
-Display status of NGINX, PHP7.2-FPM, MySQL, Redis-Server services.
-.TP
-.B start
-.br
-Start services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
-.TP
-.B stop
-.br
-Stop services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
-.TP
-.B reload
-.br
-Reload services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
-.TP
-.B restart
-.br
-Restart services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
-.TP
-.B site
-.br
-.TP
-.B cd [ example.com ]
-.br
-Change directory to webroot of specified site in subshell.
-.TP
-.B log [ example.com ]
-.br
-monitor access and error logs for site specified.
-.TP
-.B list [ --enabled | --disabled ]
-.br
-Lists all available sites from /etc/nginx/sites-enabled/
-.br
-by default & enable argument. Display sites list from
-.br
-/etc/nginx/sites-available/ if used with available option.
-.TP
-.B info [ example.com ]
-.br
-prints information about site such as access log, error log
-.br
-location and type of site.
-.TP
-.B show [ example.com ]
-.br
-Display NGINX configuration of site.
-.TP
-.B enable [ example.com ]
-.br
-Enable site by creating softlink with site file in
-.br
-/etc/nginx/sites-available to /etc/nginx/sites-enabled/.
-.TP
-.B disable [ example.com ]
-.br
-Disable site by Destroying softlink with site file in
-.br
-/etc/nginx/sites-available to /etc/nginx/sites-enabled/.
-.TP
-.B edit [ example.com ]
-.br
-Edit NGINX configuration of site.
-.TP
-.B create [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ]]
-.br
-Create new site according to given options. If no options provided
-.br
-create static site with html only.
-.TP
-.B update [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [ --wpsc | --wpfc | --wpredis ] [--password]]
-.br
-Update site configuration according to specified options.
-.TP
-.B delete [ example.com ] [--no-prompt ] [--force/-f] [ --db | --files | --all ]
-.br
-Delete site i.e webroot, database, ad configuration permanently.
-.TP
-.B debug [ -i | --nginx=on/off | --php=on/off | --php73=on/off | --mysql=on/off | --rewrite=on/off | --fpm=on/off | --fpm7=on/off ]
-.br
-Starts server level debugging. If this is used without arguments it will start debugging
-.br
-all services.Else it will debug only service provided with argument.This will Stop
-.br
-Debugging if used with --all=off argument.
-.TP
-.B debug example.com [ -i | --nginx=on/off | --rewrite=on/off | --wp=on/off | --all=on/off ]
-.br
-Starts site level debugging. If this is used without arguments it will start debugging all
-.br
-services.Else it will debug only service provided with argument.This will Stop Debugging
-.br
-if used with --all=off argument.
-.TP
-.B secure [ --auth | --port | --ip ]
-.br
-Update security settings.
-.TP
-.B clean [ --fastcgi | --opcache | --redis | --all ]
-.br
-Clean NGINX fastCGI cache, Opcache, memcached, Redis cache.
-.br
-Clean NGINX fastCGI cache if no option specified.
-.SH ARGUMENTS
-.TP
-.B -i
-.br
-setup intractive mode while used with debug.
-.TP
-.B --nginx=on/off
-.br
-used with wo debug command. used to start or stop nginx debugging.
-.TP
-.B --php=on/off
-.br
-used with wo debug command. used to start or stop php debugging.
-.TP
-.B --php73=on/off
-.br
-used with wo debug command. used to start or stop php72 debugging.
-.TP
-.B --mysql=on/off
-.br
-used with wo debug command. used to start or stop mysql debugging.
-.TP
-.B --rewrite=on/off
-.br
-used with wo debug command. used to start or stop nginx rewrite rules debugging.
-.TP
-.B --fpm=on/off
-.br
-used with wo debug command. used to start or stop fpm debugging.
-.TP
-.B --wp=on/off
-.br
-used with wo debug command. used to start or stop wordpress site debugging.
-.TP
-.B --all=on/off
-.br
-used with wo debug command. used to stop debugging.
-.TP
-.B --all=off
-.br
-used with wo debug command. used to stop debugging.
-.TP
-.B --html
-.br
-Create a HTML website.
-.TP
-.B --php
-.br
-Create a PHP website.
-.TP
-.B --mysql
-.br
-Create a PHP+MySQL website.
-.TP
-.B --wp
-.br
-Create a WordPress Website.
-.TP
-.B --wpsubdir
-.br
-Create a Wordpress Multisite with Sub Directories Setup.
-.TP
-.B --wpsubdomain
-.br
-Create a Wordpress Multisite with Sub Domains Setup.
-.br
-.TP
-.B --db
-.br
-Delete website database.
-.br
-.TP
-.B --files
-.br
-Delete website webroot.
-.br
-.TP
-.B --no-prompt
-.br
-Does not prompt for confirmation when delete command used.
-.br
-.TP
-.B --force/-f
-.br
-Delete website webroot and database forcefully.Remove nginx configuration for site.
-.br
-.TP
-.B --auth
-.br
-used with wo secure command. Update credential of HTTP authentication
-.TP
-.B --port
-.br
-used with wo secure command. Change WordOps admin port 22222.
-.TP
-.B --ip
-.br
-used with wo secure command. Update whitelist IP address
-.SH WORDPRESS CACHING OPTIONS
-.TP
-.B --wpsc
-.br
-Install and activate Nginx-helper and WP Super Cache plugin.
-.TP
-.B --wpfc
-.br
-Install and activate Nginx-helper plugin with
-.br
-Nginx FastCGI cache.
-.TP
-.B --wpredis
-.br
-Install, activate, configure Nginx-helper and Redis Object Cache Plugin, Configure NGINX for Redis Page Caching.
-.SH FILES
-.br
-/etc/wo/wo.conf
-.SH BUGS
-Report bugs at
-.SH AUTHOR
-.br
-.B rtCamp Team
-.I \
-.br
-.B Mitesh Shah
-.I \
-.br
-.B Manish
-.I \
-.br
-.B Gaurav
-.I \
-.br
-.B Harshad
-.I \
-.br
-.B Prabuddha
-.I \
-.br
-.B Shital
-.I \
-.br
-.B Rajdeep Sharma
-.I \
-.br
+.TH wo 8 "WordOps (wo) version: 3.3.8" "Sep 10,2015" "WordOps"
+.SH NAME
+.B WordOps (wo)
+\- Manage Nginx Based Websites.
+.SH SYNOPSIS
+wo [ --version | --help | info | stack | site | debug | update | clean | import_slow_log | log | secure | sync | maintenance ]
+.TP
+wo stack [ install | remove | purge | migrate | upgrade] [ --web | --all | --nginx | --php | --php73 | --mysql | --admin | --adminer | --redis | --phpmyadmin | --phpredisadmin | --wpcli | --utils | --dashboard | --netdata ]
+.TP
+wo stack [ status | start | stop | reload | restart ] [--all | --nginx | --php | --php73 |--mysql | --web | --redis]
+.TP
+wo site [ list | info | show | enable | disable | edit | cd | show ] [ example.com ]
+.TP
+wo site create example.com [ --html | --php | --php73 | --mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis | --letsencrypt/-le/--letsencrypt=subdomain/wildcard][--dns=dns_cf/dns_do]]
+.TP
+wo site update example.com [ --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ] [--password] [-le/--letsencrypt=on/off/subdomain/renew/wildcard] [--dns=dns_cf/dns_do]]
+.TP
+wo site delete example.com [--db | --files | --all | --no-prompt | --force/-f ]
+.TP
+wo debug [ -i | --all=on/off |--nginx=on/off | --rewrite=on/off | --php=on/off | --fpm=on/off | --mysql=on/off ]
+.TP
+wo debug example.com [ -i | --all=on/off | --nginx=on/off | --rewrite=on/off | --wp=on/off ]
+.TP
+wo secure [ --auth | --port | --ip ]
+.SH DESCRIPTION
+WordOps aka wo is the opensource project developed with the purpose to automate web-server configuration.
+.br
+WordOps is the collection of python script that provides automation for the web-server
+.br
+installation, site creation, services debugging & monitoring.
+.SH OPTIONS
+.TP
+.B --version
+.br
+Display WordOps (wo) version information.
+.TP
+.B info
+.br
+wo info - Display Nginx, PHP, MySQL and wo common location information
+.br
+wo site info - Diplay given website details like enable, disable. weboot and log files.
+.TP
+.B --help
+.br
+Display WordOps (wo) help.
+.TP
+.B stack
+.TP
+.B install [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
+.br
+Install Nginx PHP5 MySQL Postfix stack Packages if not used with
+.br
+any options.Installs specific package if used with option.
+.TP
+.B remove [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
+.br
+Remove Nginx PHP5 MySQL Postfix stack Packages if not used with
+.br
+any options. Remove specific package if used with option.
+.TP
+.B purge [ --all | --web | --nginx | --php | --php73 |--mysql | --redis | --adminer | --phpmyadmin | --phpredismyadmin | --wpcli | --utils | --netdata | --dashboard ]
+.br
+Purge Nginx PHP5 MySQL Postfix stack Packages if not used with any
+.br
+options.Purge specific package if used with option.
+.TP
+.B status
+.br
+Display status of NGINX, PHP7.2-FPM, MySQL, Redis-Server services.
+.TP
+.B start
+.br
+Start services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
+.TP
+.B stop
+.br
+Stop services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
+.TP
+.B reload
+.br
+Reload services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
+.TP
+.B restart
+.br
+Restart services NGINX, PHP7.2-FPM, MySQL, Redis-Server.
+.TP
+.B site
+.br
+.TP
+.B cd [ example.com ]
+.br
+Change directory to webroot of specified site in subshell.
+.TP
+.B log [ example.com ]
+.br
+monitor access and error logs for site specified.
+.TP
+.B list [ --enabled | --disabled ]
+.br
+Lists all available sites from /etc/nginx/sites-enabled/
+.br
+by default & enable argument. Display sites list from
+.br
+/etc/nginx/sites-available/ if used with available option.
+.TP
+.B info [ example.com ]
+.br
+prints information about site such as access log, error log
+.br
+location and type of site.
+.TP
+.B show [ example.com ]
+.br
+Display NGINX configuration of site.
+.TP
+.B enable [ example.com ]
+.br
+Enable site by creating softlink with site file in
+.br
+/etc/nginx/sites-available to /etc/nginx/sites-enabled/.
+.TP
+.B disable [ example.com ]
+.br
+Disable site by Destroying softlink with site file in
+.br
+/etc/nginx/sites-available to /etc/nginx/sites-enabled/.
+.TP
+.B edit [ example.com ]
+.br
+Edit NGINX configuration of site.
+.TP
+.B create [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [--wpsc | --wpfc | --wpredis ]]
+.br
+Create new site according to given options. If no options provided
+.br
+create static site with html only.
+.TP
+.B update [ example.com ] [ --html | --php | --php73 |--mysql] [[--wp | --wpsubdir | --wpsubdomain ] [ --wpsc | --wpfc | --wpredis ] [--password]]
+.br
+Update site configuration according to specified options.
+.TP
+.B delete [ example.com ] [--no-prompt ] [--force/-f] [ --db | --files | --all ]
+.br
+Delete site i.e webroot, database, ad configuration permanently.
+.TP
+.B debug [ -i | --nginx=on/off | --php=on/off | --php73=on/off | --mysql=on/off | --rewrite=on/off | --fpm=on/off | --fpm7=on/off ]
+.br
+Starts server level debugging. If this is used without arguments it will start debugging
+.br
+all services.Else it will debug only service provided with argument.This will Stop
+.br
+Debugging if used with --all=off argument.
+.TP
+.B debug example.com [ -i | --nginx=on/off | --rewrite=on/off | --wp=on/off | --all=on/off ]
+.br
+Starts site level debugging. If this is used without arguments it will start debugging all
+.br
+services.Else it will debug only service provided with argument.This will Stop Debugging
+.br
+if used with --all=off argument.
+.TP
+.B secure [ --auth | --port | --ip ]
+.br
+Update security settings.
+.TP
+.B clean [ --fastcgi | --opcache | --redis | --all ]
+.br
+Clean NGINX fastCGI cache, Opcache, memcached, Redis cache.
+.br
+Clean NGINX fastCGI cache if no option specified.
+.SH ARGUMENTS
+.TP
+.B -i
+.br
+setup intractive mode while used with debug.
+.TP
+.B --nginx=on/off
+.br
+used with wo debug command. used to start or stop nginx debugging.
+.TP
+.B --php=on/off
+.br
+used with wo debug command. used to start or stop php debugging.
+.TP
+.B --php73=on/off
+.br
+used with wo debug command. used to start or stop php72 debugging.
+.TP
+.B --mysql=on/off
+.br
+used with wo debug command. used to start or stop mysql debugging.
+.TP
+.B --rewrite=on/off
+.br
+used with wo debug command. used to start or stop nginx rewrite rules debugging.
+.TP
+.B --fpm=on/off
+.br
+used with wo debug command. used to start or stop fpm debugging.
+.TP
+.B --wp=on/off
+.br
+used with wo debug command. used to start or stop wordpress site debugging.
+.TP
+.B --all=on/off
+.br
+used with wo debug command. used to stop debugging.
+.TP
+.B --all=off
+.br
+used with wo debug command. used to stop debugging.
+.TP
+.B --html
+.br
+Create a HTML website.
+.TP
+.B --php
+.br
+Create a PHP website.
+.TP
+.B --mysql
+.br
+Create a PHP+MySQL website.
+.TP
+.B --wp
+.br
+Create a WordPress Website.
+.TP
+.B --wpsubdir
+.br
+Create a Wordpress Multisite with Sub Directories Setup.
+.TP
+.B --wpsubdomain
+.br
+Create a Wordpress Multisite with Sub Domains Setup.
+.br
+.TP
+.B --db
+.br
+Delete website database.
+.br
+.TP
+.B --files
+.br
+Delete website webroot.
+.br
+.TP
+.B --no-prompt
+.br
+Does not prompt for confirmation when delete command used.
+.br
+.TP
+.B --force/-f
+.br
+Delete website webroot and database forcefully.Remove nginx configuration for site.
+.br
+.TP
+.B --auth
+.br
+used with wo secure command. Update credential of HTTP authentication
+.TP
+.B --port
+.br
+used with wo secure command. Change WordOps admin port 22222.
+.TP
+.B --ip
+.br
+used with wo secure command. Update whitelist IP address
+.SH WORDPRESS CACHING OPTIONS
+.TP
+.B --wpsc
+.br
+Install and activate Nginx-helper and WP Super Cache plugin.
+.TP
+.B --wpfc
+.br
+Install and activate Nginx-helper plugin with
+.br
+Nginx FastCGI cache.
+.TP
+.B --wpredis
+.br
+Install, activate, configure Nginx-helper and Redis Object Cache Plugin, Configure NGINX for Redis Page Caching.
+.SH FILES
+.br
+/etc/wo/wo.conf
+.SH BUGS
+Report bugs at
+.SH AUTHOR
+.br
+.B rtCamp Team
+.I \
+.br
+.B Mitesh Shah
+.I \
+.br
+.B Manish
+.I \
+.br
+.B Gaurav
+.I \
+.br
+.B Harshad
+.I \
+.br
+.B Prabuddha
+.I \
+.br
+.B Shital
+.I \
+.br
+.B Rajdeep Sharma
+.I \
+.br
diff --git a/tests/cli/2_test_stack_services_start.py b/tests/cli/2_test_stack_services_start.py
index 4b7323d..4eca160 100644
--- a/tests/cli/2_test_stack_services_start.py
+++ b/tests/cli/2_test_stack_services_start.py
@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_start_php5_fpm(self):
+ def test_wo_cli_stack_services_start_php_fpm(self):
self.app = get_test_app(argv=['stack', 'start', '--php'])
self.app.setup()
self.app.run()
@@ -27,12 +27,6 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_start_memcached(self):
- self.app = get_test_app(argv=['stack', 'start', '--memcache'])
- self.app.setup()
- self.app.run()
- self.app.close()
-
def test_wo_cli_stack_services_start_all(self):
self.app = get_test_app(argv=['stack', 'start'])
self.app.setup()
diff --git a/tests/cli/3_test_stack_services_status.py b/tests/cli/3_test_stack_services_status.py
index 9527779..904bd6d 100644
--- a/tests/cli/3_test_stack_services_status.py
+++ b/tests/cli/3_test_stack_services_status.py
@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_status_php5_fpm(self):
+ def test_wo_cli_stack_services_status_php_fpm(self):
self.app = get_test_app(argv=['stack', 'status', '--php'])
self.app.setup()
self.app.run()
diff --git a/tests/cli/4_test_stack_services_stop.py b/tests/cli/4_test_stack_services_stop.py
index 17da27c..577dc54 100644
--- a/tests/cli/4_test_stack_services_stop.py
+++ b/tests/cli/4_test_stack_services_stop.py
@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_stop_php5_fpm(self):
+ def test_wo_cli_stack_services_stop_php_fpm(self):
self.app = get_test_app(argv=['stack', 'stop', '--php'])
self.app.setup()
self.app.run()
@@ -27,12 +27,6 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_stop_memcached(self):
- self.app = get_test_app(argv=['stack', 'stop', '--memcache'])
- self.app.setup()
- self.app.run()
- self.app.close()
-
def test_wo_cli_stack_services_stop_all(self):
self.app = get_test_app(argv=['stack', 'stop'])
self.app.setup()
diff --git a/tests/cli/5_test_stack_services_restart.py b/tests/cli/5_test_stack_services_restart.py
index 20e51d8..60dff84 100644
--- a/tests/cli/5_test_stack_services_restart.py
+++ b/tests/cli/5_test_stack_services_restart.py
@@ -15,7 +15,7 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_restart_php5_fpm(self):
+ def test_wo_cli_stack_services_restart_php_fpm(self):
self.app = get_test_app(argv=['stack', 'restart', '--php'])
self.app.setup()
self.app.run()
@@ -27,12 +27,6 @@ class CliTestCaseStack(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_stack_services_restart_memcached(self):
- self.app = get_test_app(argv=['stack', 'restart', '--memcache'])
- self.app.setup()
- self.app.run()
- self.app.close()
-
def test_wo_cli_stack_services_restart_all(self):
self.app = get_test_app(argv=['stack', 'restart'])
self.app.setup()
diff --git a/tests/cli/test_clean.py b/tests/cli/test_clean.py
index a21a7d2..04728c4 100644
--- a/tests/cli/test_clean.py
+++ b/tests/cli/test_clean.py
@@ -27,12 +27,6 @@ class CliTestCaseClean(test.WOTestCase):
self.app.run()
self.app.close()
- def test_wo_cli_clean_memcache(self):
- self.app = get_test_app(argv=['clean', '--memcache'])
- self.app.setup()
- self.app.run()
- self.app.close()
-
def test_wo_cli_clean_opcache(self):
self.app = get_test_app(argv=['clean', '--opcache'])
self.app.setup()
diff --git a/wo/cli/plugins/stack_upgrade.py b/wo/cli/plugins/stack_upgrade.py
index 181558a..c511880 100644
--- a/wo/cli/plugins/stack_upgrade.py
+++ b/wo/cli/plugins/stack_upgrade.py
@@ -158,7 +158,7 @@ class WOStackUpgradeController(CementBaseController):
"/phpMyAdmin/{0}/"
"phpMyAdmin-{0}-"
"all-languages"
- ".zip".format(WOVariables.wo_phpmyadmin),
+ ".tar.gz".format(WOVariables.wo_phpmyadmin),
"/var/lib/wo/tmp/pma.tar.gz",
"PHPMyAdmin"]]
else: