clong
10/14/2024, 11:19 PM################################################################################
# WARNING:
# This will perform Fleet database migrations. Please back up your data before
# continuing.
#
# Missing migrations: tables=[20240826160025 20240829165448 20240829165605 20240829165715 20240829165930 20240829170023 20240829170033 20240829170044 20240905105135 20240905140514 20240905200000 20240905200001 20241002104104], data=[].
#
# Press Enter to continue, or Control-c to exit.
################################################################################
2024/10/14 23:14:10 [2024-08-26] Add Removed To Installs
2024/10/14 23:14:10 FAIL 20240826160025_AddRemovedToInstalls.go (failed to find host_software_installs to remove: Error 1054 (42S22): Unknown column 'st.id' in 'on clause'), quitting migration.
Any recommendations?clong
10/14/2024, 11:26 PMfleet prepare db
out of my launch command, but I assume I'm hitting this error because I have these settings disabled:
features:
enable_host_users: true
enable_software_inventory: false
Zay Hanlon
10/15/2024, 12:15 AMclong
10/15/2024, 3:38 AM4.57.3
. Looks like I had things pinned to latest (😬 ) so upgrading from whatever version was previous to thisclong
10/15/2024, 4:19 PMZay Hanlon
10/15/2024, 4:34 PMKathy Satterlee
10/15/2024, 4:38 PMclong
10/15/2024, 4:39 PMclong
10/15/2024, 4:41 PMclong
10/15/2024, 4:43 PMclong
10/15/2024, 4:59 PMMigrations completed.
🎉Zay Hanlon
10/15/2024, 5:00 PMclong
10/15/2024, 5:00 PMclong
10/15/2024, 5:00 PMKathy Satterlee
10/16/2024, 2:32 PM