Mercurial > hg > rc1
comparison plugins/calendar/UPGRADING @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:56:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c828b0fd4a6e | 3:f6fe4b6ae66a |
---|---|
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 |