Hello!
I have server with Ubuntu 16.04 LTS and Roundcube 1.2-beta. I would like to upgrade it. Current version has files/directories like below (installation directory):
root@s1:/usr/share/roundcube# ls -l
total 48
drwxr-xr-x  2 501 admin  4096 Apr 13 07:49 bin
-rw-r--r--  1 501 admin  3595 Apr 13 07:49 config.inc.php.sample
-rw-r--r--  1 501 admin 12413 Apr 13 07:49 index.php
drwxr-xr-x  3 501 admin  4096 Apr 13 07:49 installer
drwxr-xr-x 41 501 admin  4096 Apr 13 07:49 plugins
drwxr-xr-x  8 501 admin  4096 Apr 13 07:49 program
-rw-r--r--  1 501 admin    26 Apr 13 07:49 robots.txt
drwxr-xr-x  4 501 admin  4096 Apr 13 07:49 skins
drwxr-xr-x  7 501 admin  4096 Apr 13 07:49 SQL

but the newest version 1.3.6-complete has (it's downloaded and unzipped archive):
root@s1:/tmp/roundcubemail-1.3.6# ls -l
total 272
drwxr-xr-x  2 501 admin   4096 Apr 12 15:14 bin
-rw-r--r--  1 501 admin 153208 Apr 11 13:13 CHANGELOG
-rw-r--r--  1 501 admin   1046 Apr 11 13:13 composer.json-dist
drwxr-xr-x  2 501 admin   4096 Apr 12 15:14 config
-rw-r--r--  1 501 admin  12726 Apr 11 13:13 index.php
-rw-r--r--  1 501 admin  10901 Apr 11 13:13 INSTALL
drwxr-xr-x  3 501 admin   4096 Apr 12 15:14 installer
-rw-r--r--  1 501 admin  35147 Apr 11 13:13 LICENSE
drwxr-xr-x  2 501 admin   4096 Apr 12 15:14 logs
drwxr-xr-x 35 501 admin   4096 Apr 12 15:14 plugins
drwxr-xr-x  8 501 admin   4096 Apr 12 15:14 program
drwxr-xr-x  3 501 admin   4096 Apr 12 15:14 public_html
-rw-r--r--  1 501 admin   3876 Apr 11 13:13 README.md
drwxr-xr-x  4 501 admin   4096 Apr 12 15:14 skins
drwxr-xr-x  7 501 admin   4096 Apr 11 13:13 SQL
drwxr-xr-x  2 501 admin   4096 Apr 12 15:14 temp
-rw-r--r--  1 501 admin   3579 Apr 11 13:13 UPGRADING
drwxr-xr-x  8 501 admin   4096 Apr 12 15:14 vendor

I have a problem with upgrade it. When I just run bin/installto.sh from downloaded version directory I have error that "config directory does not exists". Ok, so I did "mkdir config" (and I did this same for another directories which don't exist in my current roundcube installation like logs, temp, etc.).

After making new directories I run again installto.sh script. Few las line from output:
CHANGELOG
README.md
UPGRADING
LICENSE
INSTALL
done.
!! Old .htaccess file saved as .htaccess.orig !!

JavaScript dependencies installation skipped...
Running update script at target...
This instance of Roundcube is not yet configured!
Open http://url-to-roundcube/installer/ in your browser and follow the instuctions.
All done.

there is information "done." and "All done" and when I log into some account I see I have 1.3.6 version but I see that database is not upgraded.

I used these tutorials:
https://github.com/roundcube/roundcubemail/wiki/Upgrade
https://linode.com/docs/email/clients/install-roundcube-on-ubuntu/

Could you help me with this?


--
Pozdrawiam / Best Regards
Piotr Bracha