Skip to content

Commit 9011c3e

Browse files
authored
Update CHANGELOG.md
1 parent 9a8337f commit 9011c3e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# CHANGELOG
22

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:
16+
```
17+
bin/setup system:upgrade
18+
```
19+
### Version Summary
20+
21+
- Bump MariaDB
22+
- todo
23+
24+
25+
## What's Changed
26+
27+
- WIP
28+
329
## 4.1.15
430
531
### Update Instructions

0 commit comments

Comments
 (0)