Search found 2 matches

by r2r200
Fri Mar 12, 2021 12:22 pm
Forum: Upgrade
Topic: Upgrade from 1.9.19 to 1.9.20 (docker)
Replies: 1
Views: 11198

Re: Upgrade from 1.9.19 to 1.9.20 (docker)

The problem was in:

Code: Select all

     volumes:
-      - './mysql_db:/bitnami/mariadb'
+      - './mysql_db:/bitnami'
by r2r200
Thu Mar 04, 2021 2:18 pm
Forum: Upgrade
Topic: Upgrade from 1.9.19 to 1.9.20 (docker)
Replies: 1
Views: 11198

Upgrade from 1.9.19 to 1.9.20 (docker)

Hello! I had testilnk 1.9.16 with mariadb in docker which was successfully upgraded to 1.9.19. But now I have no success in upgrading it from 1.9.19 to 1.9.20 - after upgrade testlink can't connect to database. Though the same docker-compose.yml file works correctly with clean DB. SQL script for upd...