Skip to content

Commit bc3cfbf

Browse files
authored
Update UPGRADE.md
1 parent ee32631 commit bc3cfbf

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/UPGRADE.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,26 @@ SET SESSION innodb_strict_mode=OFF;
77

88
#### For all upgrades
99

10+
##### Update source code
11+
12+
###### For versions < 0.0.17
13+
14+
* Update source code from last version branch (replace X.X.X by the latest release)
15+
```
16+
$ git fetch origin
17+
$ git checkout X.X.X
18+
```
19+
20+
###### For versions >= 0.0.17
21+
1022
* Update source code from last version branch (replace X.X.X by the latest release)
11-
```git pull origin X.X.X```
23+
24+
```
25+
$ git fetch origin
26+
27+
```
28+
29+
##### Update database
1230

1331
* Launch in MySQL the SQL scripts in mysql/init/ corresponding to the superior versions order by the version number.
1432

0 commit comments

Comments
 (0)