Introduction
Problem
After Terraform Enterprise (TFE) Replicated redeployment or upgrade, TFE services failed to start due to enabled Replicated snapshots.
Cause
Running docker logs -f replicated showing following error,
failed to start daemon run post license installation task queue tasks queue
snapshot task get backup schedule spec unknown schedule type ""
Solutions:
-
-
setting
"DisableScheduledSnapshots": true
in /etc/replicated.conf -
Restart replicated service
# systemctl stop replicated replicated-ui replicated-operator
# systemctl status replicated replicated-operator replicated-ui
# systemctl start replicated replicated-operator replicated-ui
-
setting
Outcome
TFE starts normally.
Additional Information