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
+26Lines changed: 26 additions & 0 deletions
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.16
4
+
5
+
### Update Instructions
6
+
7
+
This release of Phraseanet includes an upgrade of MariaDB.
8
+
9
+
Docker Compose does not cleanly stop MySQL by default. Therefore, an error can occur when restarting the DB after an update.
10
+
11
+
To cleanly stop MariaDB with docker compose, you can use the following command:
12
+
```dc exec db /usr/bin/mysqladmin -uroot -p shutdown```
13
+
14
+
-**Migration Patch**:
15
+
- 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:
0 commit comments