Skip to content

Commit 6f07fac

Browse files
committed
docs
1 parent 0ed8123 commit 6f07fac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
build the stack, you might thus get a different minor version, eg. mysql 8.0.14 or mysql 8.0.19.
1111
The best way to know the exact version of the installed databases is to run the command `./bin/dbconsole instance:list`
1212

13-
- Q: can I customize the versions of the installed databases? A: Yes, this is possible, even though not made easy.
13+
- Q: can I pick the exact minor versions of the installed databases? A: Yes, this is possible.
1414
In order to specify a specific version for, say, mysql 8.0, you will have to edit the file
15-
`docker/images/mysql/8.0/Dockerfile` and replace the line `FROM mysql:8.0` with, f.e. `FROM mysql:8.0.18`.
15+
`docker/.env.local` and add the line `MYSQL_8_0_VERSION=8.0.18`.
1616
If you had already built the stack before making this change, you will need to rebuild it.
1717

1818
- Q: can I upgrade the versions of the installed databases to the latest available minor release? A: in order to do so,

doc/WHATSNEW.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Version 0.15 (unreleased)
55
This is in line with the unlocking of minor versions for MSSQLServer in db3v4l 0.14 and with PostgreSQL version numbering
66
policies - see https://www.postgresql.org/support/versioning/
77

8+
- Improved: it is now possible to specify a specific minor version for each installed db sy simply editing the local
9+
docker-compose env file (.env.local).
10+
This allows f.e. to pick mysql 8.0.19 instead of 8.0.*, which at the time of writing would get you 8.0.21
11+
812

913
Version 0.14
1014
------------

0 commit comments

Comments
 (0)