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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# CHANGELOG
2
2
3
+
## 4.1.19
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
+
- RabbitMQ image version can be set in .env and bumped to 4.1.0
17
+
- Introducing a stack_management script for Linux and Macos performing a clean stop of db container
0 commit comments