VVV: VVV 3.0.0 Can not rename database table errno: 168 unknown generic error from engine

OS Windows 10 Pro VVV 3.0.0

Followed the installation docs from the manual.

Downloaded master branch to c:\vagrant-local and run vagrant up from there.

Trying to rename any of the database tables via db tool adminer throws a fatal error:

image

Develop branch throws another fatal error, which makes testing impossible:

Job for nginx.service failed because the control process exited with error code.

var/log/nginx/error.log:

2019/06/10 12:21:04 [emerg] 20702#20702: invalid number of arguments in “server_name” directive in /etc/nginx/custom-sites/vvv-auto-wordpress-one-provision-60730e707ede8a21f013860b6fc556e1.conf:4

Content:

server {
    listen       80;
    listen       443 ssl http2;
    server_name  ;
    root         /srv/www/wordpress-one/public_html;

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (13 by maintainers)

Most upvoted comments

@rene-hermenau can you test this still happens with the latest develop branch?

You’ll need to:

  • backup your DB
  • enable the db_share_type in the vvv-custom.yml if it’s set to false
  • vagrant destroy
  • pull down the latest version from the develop branch
  • reprovision with a vagrant up --provision

This will switch you to the ubuntu/bionic64 box, with some other changes, and might resolve the problem