Changes between Version 10 and Version 11 of MinorReleaseTest
- Timestamp:
- Dec 17, 2018, 8:26:46 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MinorReleaseTest
v10 v11 17 17 18 18 || || ''' MySQL ''' || ''' PostgresSQL ''' || 19 || '''1. Basic installation of 3.N''' || ||||19 || '''1. Basic installation of 3.N''' || ----- || ----- || 20 20 || a) `initdb` || || || 21 21 || b) `TestAll` || || || 22 22 || c) `test roles` || || || 23 || '''2. Upgrade a fresh 3.P installation''' || ||||23 || '''2. Upgrade a fresh 3.P installation''' || ----- || ----- || 24 24 || a) `initdb` (on 3.P) || || || 25 25 || b) `updatedb` (on 3.N) || || || 26 26 || c) `TestAll` (on 3.N) || || || 27 || '''3. Upgrade a 3.P installation with data''' || ||||27 || '''3. Upgrade a 3.P installation with data''' || ----- || ----- || 28 28 || a) `initdb` (on 3.P) || || || 29 29 || b) `test roles` (on 3.P) || || || 30 30 || c) `updatedb` (on 3.N) || || || 31 || '''4. Migration MySQL ► PostgreSQL on 3.N''' || ||||31 || '''4. Migration MySQL ► PostgreSQL on 3.N''' || ----- || ----- || 32 32 || a) `migrate export` || || N/A || 33 33 || b) `migrate import` || N/A || ||