You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# CHANGELOG
2
2
3
+
## 4.1.18
4
+
5
+
#### Phraseanet Upgrade
6
+
7
+
-**Phraseanet Migration Patch**:
8
+
- A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable `PHRASEANET_UPGRADE=1` is set:
9
+
```
10
+
bin/setup system:upgrade
11
+
```
12
+
13
+
14
+
### Stack (Docker Compose and Helm)
15
+
16
+
- no change
17
+
18
+
### Version Summary
19
+
20
+
- Installation process (bin/setup system:install) now aborts if the application and/or databox contain existing data. the option -f also answer all questions for yes AND force installation to continue even if DB table already exist
21
+
22
+
## What's Changed
23
+
* PHRAS-4146 bin/setup system:install - abort app installation if mysql db is not empty by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4599
0 commit comments