add note about db upgrades

This commit is contained in:
Girish Ramakrishnan
2016-08-21 15:50:14 -07:00
parent 6a4bda1f7e
commit e198f34219

View File

@@ -10,6 +10,8 @@ exports = module.exports = {
'baseImages': [ 'cloudron/base:0.8.1', 'cloudron/base:0.9.0' ],
// Note that if any of the databases include an upgrade, bump the infra version above
// This is because we upgrade using dumps instead of mysql_upgrade, pg_upgrade etc
'images': {
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:0.13.0' },
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.12.0' },