Revert back infra version to match 7.3
The code is not smart enough to do both infra bump and database major upgrades. The db upgrade logic relies on the container to be running to export and re-import.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
exports = module.exports = {
|
||||
// a version change recreates all containers with latest docker config
|
||||
'version': '49.5.0',
|
||||
'version': '49.4.0',
|
||||
|
||||
'baseImages': [
|
||||
{ repo: 'cloudron/base', tag: 'cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df' }
|
||||
|
||||
Reference in New Issue
Block a user