Add a vhost on Ysul doesn't work, some variables from the registry are missing. I'm not sure templates are at the same path by the way.
Description
Description
Event Timeline
Comment Actions
Let's migrate registry keys:
foreach row [sql "SELECT data,value FROM registry WHERE data LIKE \"tc2.grip%\""] { foreach {data value} $row {} if {$data != "tc2.grip.usergroups"} { registry set [string map {grip ysul} $data] $value } }
Comment Actions
Some files are indeed missing:
$ ls /usr/local/etc/nginx/templates/vhost.tpl ls: /usr/local/etc/nginx/templates/vhost.tpl: No such file or directory