3
|
1 UPGRADING instructions
|
|
2 ======================
|
|
3
|
|
4 To update database schema, depending on the driver you're using,
|
|
5 please run in Roundcube bin/ directory:
|
|
6
|
|
7 updatedb.sh --package=calendar-<driver> --version=<version> \
|
|
8 --dir=../plugins/calendar/drivers/<driver>/SQL
|
|
9
|
|
10 [*] Replace <driver> with "database" or "kolab" (without quotes)
|
|
11 [*] Replace <version> with Roundcube version e.g. 0.9.0
|
|
12 [*] Roundcube should be upgraded before plugin upgrades
|
|
13
|
|
14 Example:
|
|
15
|
|
16 updatedb.sh --package=calendar-kolab --version=0.9.0 \
|
|
17 --dir=../plugins/calendar/drivers/kolab/SQL
|