Migrating Home Assistant to a Debian Box and message Home assistant is starting

Currently my HA runs at IP 192.168.0.20 . I have built a new HA on debian box at 192.168.0.30 . When doing test migrations to 192.168.0.30 I am able to restore my files and HA loads my current configuration. It appears that once I change my new boxs ip (after shutting down the old) from 192.168.0.30 to 192.168.0.20 through HA, I get the message Home Assistant is Starting. Looking through the logs I have no red errors. It just says wait until HA is ready.

Is there another area I need to change the static IP at? Anything else I might be missing?

inThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
21-03-28 15:31:13 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/qemux86-64-homeassistant with version 2021.3.4
21-03-28 15:31:14 INFO (MainThread) [supervisor.hassos] No Home Assistant Operating System found
21-03-28 15:31:17 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-03-28 15:31:17 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-03-28 15:31:19 INFO (MainThread) [supervisor.store] Loading add-ons from store: 66 all - 66 new - 0 remove
21-03-28 15:31:19 INFO (MainThread) [supervisor.addons] Found 3 installed add-ons
21-03-28 15:31:19 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-mosquitto with version 5.1.1
21-03-28 15:31:19 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-configurator with version 5.2.0
21-03-28 15:31:19 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to esphome/esphome-hassio-amd64 with version 1.16.2
21-03-28 15:31:19 INFO (MainThread) [supervisor.snapshots] Found 4 snapshot files
21-03-28 15:31:19 INFO (MainThread) [supervisor.discovery] Loaded 1 messages
21-03-28 15:31:19 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-03-28 15:31:19 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-03-28 15:31:19 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-03-28 15:31:19 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-03-28 15:31:19 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-03-28 15:31:19 INFO (MainThread) [main] Running Supervisor
21-03-28 15:31:19 INFO (MainThread) [supervisor.addons] Phase ‘AddonStartup.INITIALIZE’ starting 0 add-ons
21-03-28 15:31:19 INFO (MainThread) [supervisor.addons] Phase ‘AddonStartup.SYSTEM’ starting 1 add-ons
21-03-28 15:31:20 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-mosquitto with version 5.1.1
21-03-28 15:31:22 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
21-03-28 15:31:22 INFO (MainThread) [supervisor.auth] Auth request from ‘core_mosquitto’ for ‘someone’
21-03-28 15:31:22 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cache
21-03-28 15:31:25 INFO (MainThread) [supervisor.addons] Phase ‘AddonStartup.SERVICES’ starting 0 add-ons
21-03-28 15:31:25 INFO (MainThread) [supervisor.core] Start Home Assistant Core
21-03-28 15:31:25 INFO (SyncWorker_3) [supervisor.docker.interface] Starting homeassistant
21-03-28 15:31:26 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
21-03-28 15:31:44 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

Why do you need to change your IP address?

Devices that report in. Mqtt

I started the journey of selectively restoring my old configuration a few files at a time. Appears that once I copy over my ecobee.conf file my system exhibits this condition with waiting for HA to start. Going to do some searching to see if there is a new way I need to connect to my ecobee thermostats. Will post if I find the answer. If anyone knows why that would be great to hear.