Add semi-randomly generated database name & user

This commit is contained in:
VirtuBox
2019-08-21 19:16:46 +02:00
parent 8953232acd
commit ed65bbf7bd
3 changed files with 10 additions and 14 deletions

View File

@@ -15,10 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Nginx package OpenSSL configuration improvements (TLS v1.3 now available on all operating systems supported by WordOps)
- remove user prompt for confirmation with `wo update`
- Nginx stack will not be upgraded with `wo update` anymore. This can be done at anytime with `wo upgrade --nginx`
- Databases name and user are now semi-randomly generated (0-8 letters from the domain + 8 random caracters)
#### Fixed
- `wo upgrade` output
- Database name or database user length
### v3.9.8.2 - 2019-08-20