Sorry if this is the wrong forum section or a duplicate. I tried to find other users running into this problem, but without success.
I wanted to upgrade my OMV 6.x to 7.x and started the steps as explained here, but already failed during the first command in step 5.
Running sudo omv-salt stage run deploy returns
Code
debian:
----------
ID: refresh_pillar
Function: salt.state
Result: True
Comment: States ran successfully. Updating debian.
Started: 13:47:35.525426
Duration: 1276.531 ms
Changes:
debian:
----------
ID: refresh_grains
Function: module.run
Result: True
Comment: saltutil.refresh_grains: True
Started: 13:47:35.784882
Duration: 1012.86 ms
Changes:
----------
saltutil.refresh_grains:
True
Summary for debian
------------
Succeeded: 1 (changed=1)
Failed: 0
------------
Total states run: 1
Total run time: 1.013 s
----------
ID: run_state_deploy
Function: salt.state
Result: False
Comment: Run failed on minions: debian
Started: 13:47:36.802447
Duration: 4321.6 ms
Changes:
debian:
Data failed to compile:
----------
Rendering SLS 'base:omv.deploy.compose.40dockerconfig' failed: could not find expected ':'
Summary for debian
------------
Succeeded: 1 (changed=1)
Failed: 1
------------
Total states run: 2
Total run time: 5.598 s
[CRITICAL] Rendering SLS 'base:omv.deploy.compose.40dockerconfig' failed: could not find expected ':'
[ERROR ] {'out': 'highstate', 'ret': {'debian': ["Rendering SLS 'base:omv.deploy.compose.40dockerconfig' failed: could not find expected ':'"]}}
Display More
I currently have a docker / portainer with jellyfin and paperless-ngx + redis running. This install was already made in OMV 5.x so I had to run the config changes during the last upgrade. I don't remember them exactly anymore, but everything worked out in the end.
Can someone point me in the right direction for fixing this issue?