Migration failed - pool offline

I attempted to migrate from 13.0-U6.7 to SCALE 24.10.2

Things didn’t go well on the SCALE side when the pool was not imported correctly.

I reinstalled CORE and restored the configurations. Now my pool is “OFFLINE”. What are my next steps?

Any help will be appreciated.

Other info:

zpool status -v
root@truenas[~]# zpool status
  pool: boot-pool
 state: ONLINE
status: Some supported and requested features are not enabled on the pool.
        The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(7) for details.
  scan: scrub repaired 0B in 00:00:12 with 0 errors on Mon Feb 24 03:45:12 2025
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          da0p2     ONLINE       0     0     0

errors: No known data errors
root@truenas[~]#

zpool import
root@truenas[~]# zpool import
   pool: pool1
     id: 3492759324730093027
  state: ONLINE
status: The pool was last accessed by another system.
 action: The pool can be imported using its name or numeric identifier and
        the '-f' flag.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY
 config:

        pool1                                           ONLINE
          mirror-0                                      ONLINE
            gptid/0b00297a-195d-11ec-90be-a7956e72123f  ONLINE
            gptid/0b0f1c3b-195d-11ec-90be-a7956e72123f  ONLINE
zpool import pool1
root@truenas[~]# zpool import pool1
cannot import 'pool1': pool was previously in use from another system.
Last accessed by truenas (hostid=4b0765f) at Thu Feb 27 21:56:14 2025
The pool can be imported, use 'zpool import -f' to import the pool.
zpool import -f pool1
cannot import 'pool1': pool was previously in use from another system.
Last accessed by truenas (hostid=4b0765f) at Thu Feb 27 21:56:14 2025
The pool can be imported, use 'zpool import -f' to import the pool.

solved with

zpool import -f -F pool1