Replies: 3 comments 4 replies
-
|
Can you post more details like the error logs from your browser console and docker logs as well as your OS |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi Ron,
Thank you for the swift reply.
what is the default user and password if they do exist ?
macOS is Ventura 13.6.7
Docker Desktop (MAC)
4.40.0 (187762)
Engine: 28.0.4
Compose: v2.34.0-desktop.1
Credential Helper: v0.9.3
Logs from migration and seeding
[+] Running 12/12
✔ application Built
0.0s
✔ console Built
0.0s
✔ httpd Built
0.0s
✔ queue Built
0.0s
✔ Network fleetbase_default Created
0.1s
✔ Container fleetbase-socket-1 Started
3.9s
✔ Container fleetbase-database-1 Started
3.9s
✔ Container fleetbase-cache-1 Started
3.8s
✔ Container fleetbase-console-1 Started
3.9s
✔ Container fleetbase-queue-1 Started
3.9s
✔ Container fleetbase-application-1 Started
1.5s
✔ Container fleetbase-httpd-1 Started
1.7s
➜ fleetbase git:(main) docker exec -ti fleetbase-application-1 bash
***@***.***:/fleetbase/api# sh deploy.sh
INFO Preparing database.
Creating migration table
....................................................................................................
29ms DONE
INFO Running migrations.
2019_12_14_000001_create_personal_access_tokens_table
.......................................................................
49ms DONE
2023_04_25_094301_create_users_table
.......................................................................................
180ms DONE
2023_04_25_094302_create_user_devices_table
................................................................................
107ms DONE
2023_04_25_094304_create_permissions_table
.................................................................................
490ms DONE
2023_04_25_094305_create_companies_table
...................................................................................
188ms DONE
2023_04_25_094306_create_groups_table
.......................................................................................
70ms DONE
2023_04_25_094307_create_transactions_table
................................................................................
125ms DONE
2023_04_25_094308_create_files_table
.......................................................................................
120ms DONE
2023_04_25_094311_create_activity_log_table
.................................................................................
78ms DONE
2023_04_25_094311_create_api_credentials_table
.............................................................................
141ms DONE
2023_04_25_094311_create_api_events_table
...................................................................................
99ms DONE
2023_04_25_094311_create_api_request_logs_table
............................................................................
201ms DONE
2023_04_25_094311_create_categories_table
..................................................................................
145ms DONE
2023_04_25_094311_create_company_users_table
................................................................................
68ms DONE
2023_04_25_094311_create_extensions_installs_table
..........................................................................
63ms DONE
2023_04_25_094311_create_extensions_table
..................................................................................
281ms DONE
2023_04_25_094311_create_group_users_table
..................................................................................
72ms DONE
2023_04_25_094311_create_invites_table
......................................................................................
77ms DONE
2023_04_25_094311_create_login_attempts_table
...............................................................................
61ms DONE
2023_04_25_094311_create_policies_table
....................................................................................
149ms DONE
2023_04_25_094311_create_settings_table
.....................................................................................
35ms DONE
2023_04_25_094311_create_transaction_items_table
............................................................................
98ms DONE
2023_04_25_094311_create_types_table
.......................................................................................
112ms DONE
2023_04_25_094311_create_verification_codes_table
...........................................................................
92ms DONE
2023_04_25_094311_create_webhook_endpoints_table
...........................................................................
141ms DONE
2023_04_25_094311_create_webhook_request_logs_table
........................................................................
178ms DONE
2023_04_25_094311_fix_personal_access_tokens
................................................................................
67ms DONE
2023_04_25_094314_add_foreign_keys_to_api_credentials_table
................................................................ 153ms DONE
2023_04_25_094314_add_foreign_keys_to_api_request_logs_table
............................................................... 170ms DONE
2023_04_25_094314_add_foreign_keys_to_categories_table
...................................................................... 73ms
DONE
2023_04_25_094314_add_foreign_keys_to_companies_table
......................................................................
281ms DONE
2023_04_25_094314_add_foreign_keys_to_company_users_table
.................................................................. 142ms
DONE
2023_04_25_094314_add_foreign_keys_to_extension_installs_table
............................................................. 137ms DONE
2023_04_25_094314_add_foreign_keys_to_extensions_table
..................................................................... 451ms
DONE
2023_04_25_094314_add_foreign_keys_to_group_users_table
.................................................................... 133ms
DONE
2023_04_25_094314_add_foreign_keys_to_groups_table
..........................................................................
72ms DONE
2023_04_25_094314_add_foreign_keys_to_invites_table
........................................................................
134ms DONE
2023_04_25_094314_add_foreign_keys_to_policies_table
........................................................................
61ms DONE
2023_04_25_094314_add_foreign_keys_to_transaction_items_table
............................................................... 68ms DONE
2023_04_25_094314_add_foreign_keys_to_transactions_table
.................................................................... 85ms
DONE
2023_04_25_094314_add_foreign_keys_to_types_table
...........................................................................
86ms DONE
2023_04_25_094314_add_foreign_keys_to_user_devices_table
.................................................................... 78ms
DONE
2023_04_25_094314_add_foreign_keys_to_users_table
..........................................................................
205ms DONE
2023_04_25_094314_add_foreign_keys_to_webhook_endpoints_table
.............................................................. 291ms DONE
2023_04_25_094314_add_foreign_keys_to_webhook_request_logs_table
........................................................... 349ms DONE
2023_04_27_053456_create_contacts_table
....................................................................................
160ms DONE
2023_04_27_053456_create_drivers_table
.....................................................................................
276ms DONE
2023_04_27_053456_create_entities_table
....................................................................................
269ms DONE
2023_04_27_053456_create_fleet_drivers_table
................................................................................
92ms DONE
2023_04_27_053456_create_fleets_table
......................................................................................
166ms DONE
2023_04_27_053456_create_fuel_reports_table
................................................................................
139ms DONE
2023_04_27_053456_create_integrated_vendors_table
...........................................................................
74ms DONE
2023_04_27_053456_create_issues_table
......................................................................................
207ms DONE
2023_04_27_053456_create_orders_table
......................................................................................
401ms DONE
2023_04_27_053456_create_payloads_table
....................................................................................
210ms DONE
2023_04_27_053456_create_places_table
......................................................................................
325ms DONE
2023_04_27_053456_create_positions_table
...................................................................................
108ms DONE
2023_04_27_053456_create_proofs_table
......................................................................................
111ms DONE
2023_04_27_053456_create_purchase_rates_table
..............................................................................
145ms DONE
2023_04_27_053456_create_routes_table
.......................................................................................
85ms DONE
2023_04_27_053456_create_service_areas_table
...............................................................................
120ms DONE
2023_04_27_053456_create_service_quote_items_table
.........................................................................
103ms DONE
2023_04_27_053456_create_service_quotes_table
..............................................................................
174ms DONE
2023_04_27_053456_create_service_rate_fees_table
............................................................................
79ms DONE
2023_04_27_053456_create_service_rate_parcel_fees_table
..................................................................... 83ms
DONE
2023_04_27_053456_create_service_rates_table
...............................................................................
176ms DONE
2023_04_27_053456_create_tracking_numbers_table
............................................................................
141ms DONE
2023_04_27_053456_create_tracking_statuses_table
...........................................................................
179ms DONE
2023_04_27_053456_create_vehicles_table
....................................................................................
413ms DONE
2023_04_27_053456_create_vendors_table
.....................................................................................
198ms DONE
2023_04_27_053456_create_waypoints_table
...................................................................................
142ms DONE
2023_04_27_053456_create_zones_table
.......................................................................................
123ms DONE
2023_04_27_053459_add_foreign_keys_to_companies_table
......................................................................
136ms DONE
2023_04_27_053459_add_foreign_keys_to_contacts_table
.......................................................................
153ms DONE
2023_04_27_053459_add_foreign_keys_to_drivers_table
........................................................................
551ms DONE
2023_04_27_053459_add_foreign_keys_to_entities_table
.......................................................................
530ms DONE
2023_04_27_053459_add_foreign_keys_to_fleet_drivers_table
.................................................................. 140ms
DONE
2023_04_27_053459_add_foreign_keys_to_fleets_table
.........................................................................
267ms DONE
2023_04_27_053459_add_foreign_keys_to_fuel_reports_table
................................................................... 247ms
DONE
2023_04_27_053459_add_foreign_keys_to_integrated_vendors_table
............................................................. 128ms DONE
2023_04_27_053459_add_foreign_keys_to_issues_table
.........................................................................
373ms DONE
2023_04_27_053459_add_foreign_keys_to_orders_table
.......................................................................
1,199ms DONE
2023_04_27_053459_add_foreign_keys_to_payloads_table
.......................................................................
536ms DONE
2023_04_27_053459_add_foreign_keys_to_places_table
.........................................................................
128ms DONE
2023_04_27_053459_add_foreign_keys_to_positions_table
......................................................................
213ms DONE
2023_04_27_053459_add_foreign_keys_to_proofs_table
.........................................................................
163ms DONE
2023_04_27_053459_add_foreign_keys_to_purchase_rates_table
................................................................. 347ms DONE
2023_04_27_053459_add_foreign_keys_to_routes_table
.........................................................................
140ms DONE
2023_04_27_053459_add_foreign_keys_to_service_areas_table
.................................................................. 167ms
DONE
2023_04_27_053459_add_foreign_keys_to_service_quote_items_table
............................................................. 82ms DONE
2023_04_27_053459_add_foreign_keys_to_service_quotes_table
................................................................. 353ms DONE
2023_04_27_053459_add_foreign_keys_to_service_rate_fees_table
............................................................... 56ms DONE
2023_04_27_053459_add_foreign_keys_to_service_rate_parcel_fees_table
........................................................ 59ms DONE
2023_04_27_053459_add_foreign_keys_to_service_rates_table
.................................................................. 253ms
DONE
2023_04_27_053459_add_foreign_keys_to_tracking_numbers_table
............................................................... 196ms DONE
2023_04_27_053459_add_foreign_keys_to_tracking_statuses_table
.............................................................. 164ms DONE
2023_04_27_053459_add_foreign_keys_to_vehicles_table
.......................................................................
324ms DONE
2023_04_27_053459_add_foreign_keys_to_vendors_table
........................................................................
468ms DONE
2023_04_27_053459_add_foreign_keys_to_waypoints_table
......................................................................
305ms DONE
2023_04_27_053459_add_foreign_keys_to_zones_table
..........................................................................
239ms DONE
2023_05_03_025307_create_carts_table
.......................................................................................
131ms DONE
2023_05_03_025307_create_checkouts_table
...................................................................................
181ms DONE
2023_05_03_025307_create_gateways_table
....................................................................................
128ms DONE
2023_05_03_025307_create_network_stores_table
...............................................................................
80ms DONE
2023_05_03_025307_create_networks_table
....................................................................................
151ms DONE
2023_05_03_025307_create_notification_channels_table
........................................................................
83ms DONE
2023_05_03_025307_create_payment_methods_table
..............................................................................
95ms DONE
2023_05_03_025307_create_product_addon_categories_table
..................................................................... 58ms
DONE
2023_05_03_025307_create_product_addons_table
...............................................................................
90ms DONE
2023_05_03_025307_create_product_hours_table
................................................................................
46ms DONE
2023_05_03_025307_create_product_store_locations_table
...................................................................... 50ms
DONE
2023_05_03_025307_create_product_variant_options_table
...................................................................... 67ms
DONE
2023_05_03_025307_create_product_variants_table
.............................................................................
86ms DONE
2023_05_03_025307_create_products_table
....................................................................................
258ms DONE
2023_05_03_025307_create_reviews_table
......................................................................................
83ms DONE
2023_05_03_025307_create_store_hours_table
..................................................................................
44ms DONE
2023_05_03_025307_create_store_locations_table
..............................................................................
97ms DONE
2023_05_03_025307_create_stores_table
......................................................................................
154ms DONE
2023_05_03_025307_create_votes_table
........................................................................................
83ms DONE
2023_05_03_025310_add_foreign_keys_to_carts_table
..........................................................................
207ms DONE
2023_05_03_025310_add_foreign_keys_to_checkouts_table
....................................................................
1,060ms DONE
2023_05_03_025310_add_foreign_keys_to_gateways_table
.......................................................................
238ms DONE
2023_05_03_025310_add_foreign_keys_to_network_stores_table
................................................................. 163ms DONE
2023_05_03_025310_add_foreign_keys_to_networks_table
.......................................................................
555ms DONE
2023_05_03_025310_add_foreign_keys_to_notification_channels_table
.......................................................... 214ms DONE
2023_05_03_025310_add_foreign_keys_to_payment_methods_table
................................................................ 213ms DONE
2023_05_03_025310_add_foreign_keys_to_product_addon_categories_table
....................................................... 112ms DONE
2023_05_03_025310_add_foreign_keys_to_product_addons_table
................................................................. 145ms DONE
2023_05_03_025310_add_foreign_keys_to_product_hours_table
................................................................... 58ms
DONE
2023_05_03_025310_add_foreign_keys_to_product_store_locations_table
........................................................ 108ms DONE
2023_05_03_025310_add_foreign_keys_to_product_variant_options_table
......................................................... 56ms DONE
2023_05_03_025310_add_foreign_keys_to_product_variants_table
................................................................ 71ms DONE
2023_05_03_025310_add_foreign_keys_to_products_table
.......................................................................
503ms DONE
2023_05_03_025310_add_foreign_keys_to_reviews_table
........................................................................
154ms DONE
2023_05_03_025310_add_foreign_keys_to_store_hours_table
..................................................................... 54ms
DONE
2023_05_03_025310_add_foreign_keys_to_store_locations_table
................................................................ 201ms DONE
2023_05_03_025310_add_foreign_keys_to_stores_table
.........................................................................
372ms DONE
2023_05_03_025310_add_foreign_keys_to_votes_table
..........................................................................
118ms DONE
2023_07_04_173018_make_roles_multi_tenant_table
............................................................................
121ms DONE
2023_08_25_173101_add_meta_and_disk_columns_to_files_table
................................................................. 113ms DONE
2023_09_04_091906_create_failed_jobs_table
..................................................................................
34ms DONE
2023_09_14_074512_update_vehicles_table
....................................................................................
180ms DONE
2023_09_14_074619_create_vehicle_devices_table
..............................................................................
74ms DONE
2023_09_26_071205_add_online_column_to_vehicles_table
.......................................................................
97ms DONE
2023_09_26_083957_create_fleet_vehicles_table
..............................................................................
203ms DONE
2023_09_27_023757_add_column_to_fleets_table
...............................................................................
307ms DONE
2023_10_05_074811_update_vehicle
............................................................................................
99ms DONE
2023_10_18_080950_create_notifications_table
................................................................................
45ms DONE
2023_10_25_093014_create_vehicle_device_events_table
.......................................................................
163ms DONE
2023_11_03_072503_refactor_issues_table_columns
............................................................................
285ms DONE
2023_11_06_040645_refactor_fuel_reports_table
..............................................................................
259ms DONE
2023_11_09_041807_add_status_column_to_fuel_reports_table
................................................................... 66ms
DONE
2023_11_15_062814_add_comments_column_and_resolved_at_column_to_vehicle_device_events_table
................................ 196ms DONE
2023_11_17_053001_add_category_uuid_to_entities_table
......................................................................
223ms DONE
2023_11_28_074244_add_supplier_uuid_column_to_entities_table
............................................................... 235ms DONE
2023_12_14_100209_add_meta_column_on_driver_table copy
..................................................................... 112ms
DONE
2024_01_24_072624_create_dashboards_table
..................................................................................
166ms DONE
2024_01_24_072707_create_dashboard_widgets_table
............................................................................
82ms DONE
2024_01_24_072725_add_foreign_keys_to_dashboard_widgets_table
.............................................................. 113ms DONE
2024_01_30_164300_add_expires_at_column_to_personal_access_tokens_table
.................................................... 193ms DONE
2024_01_31_022918_add_event_column_to_activity_log_table
................................................................... 170ms
DONE
2024_01_31_022919_add_batch_uuid_column_to_activity_log_table
............................................................... 65ms DONE
2024_01_31_063635_create_comments_table
....................................................................................
446ms DONE
2024_02_04_051200_create_custom_fields_table
...............................................................................
263ms DONE
2024_02_18_100209_add_avatar_url_columns_table
.............................................................................
618ms DONE
2024_02_27_093648_create_order_configs_table
...............................................................................
446ms DONE
2024_02_28_070126_add_group_column_to_custom_fields_table
................................................................... 46ms
DONE
2024_03_07_054635_create_custom_field_values_table
.........................................................................
195ms DONE
2024_03_07_075508_add_order_config_uuid_column_to_orders_table
............................................................. 506ms DONE
2024_03_11_060207_add_editable_column_to_custom_fields_table
................................................................ 60ms DONE
2024_03_12_033527_add_public_id_column_to_order_configs_table
............................................................... 89ms DONE
2024_03_13_061249_add_order_config_uuid_column_to_service_rates_table
...................................................... 198ms DONE
2024_03_15_051507_create_schedule_monitor_tables
............................................................................
78ms DONE
2024_03_19_060627_create_registry_users_table
..............................................................................
150ms DONE
2024_03_19_080018_change_permission_and_roles_pivot_table_column_model_id_to_model_uuid
...................................... 4ms DONE
2024_03_19_095345_add_public_id_column_to_groups_table
...................................................................... 70ms
DONE
2024_03_21_051614_create_registry_extensions_table
.........................................................................
416ms DONE
2024_03_22_030453_add_core_category_column_to_categories_table
............................................................. 135ms DONE
2024_03_25_044537_create_registry_extension_bundles_table
.................................................................. 466ms
DONE
2024_03_29_072101_registry_extension_installs
..............................................................................
155ms DONE
2024_04_01_090455_create_chat_channels_table
...............................................................................
192ms DONE
2024_04_01_090456_create_chat_participants_table
...........................................................................
260ms DONE
2024_04_01_090458_create_chat_messages_table
...............................................................................
238ms DONE
2024_04_01_090459_create_chat_attachments_table
............................................................................
520ms DONE
2024_04_01_090459_create_chat_receipts_table
...............................................................................
414ms DONE
2024_04_06_042059_create_chat_logs_table
...................................................................................
322ms DONE
2024_05_13_040524_add_vehicle_assigned_uuid_column_to_orders_table
......................................................... 239ms DONE
2024_05_13_040617_add_customer_uuid_column_to_waypoints_table
............................................................... 54ms DONE
2024_07_16_155000_create_registry_extension_purchases
......................................................................
141ms DONE
2024_07_18_151000_add_auth_token_column_to_registry_users_table
............................................................. 52ms DONE
2024_08_02_072214_add_self_managed_column_to_registry_extensions_table
...................................................... 79ms DONE
2024_08_27_063135_add_service_column_to_authorization_tables
............................................................... 354ms DONE
2024_08_27_090558_create_directives_table
..................................................................................
374ms DONE
2024_09_02_071148_create_vendor_personnels_table
...........................................................................
269ms DONE
2024_09_02_071155_add_external_flag_to_company_users_table
.................................................................. 70ms DONE
2024_09_02_082000_add_place_uuid_column_to_contacts_table
.................................................................. 164ms
DONE
2024_09_03_055808_add_current_status_to_drivers_table
......................................................................
105ms DONE
2024_09_03_055823_make_user_uuid_foreign_to_contacts_table
.................................................................. 39ms DONE
2024_10_17_075756_add_access_token_id_to_log_tables
........................................................................
270ms DONE
2025_01_03_004854_increase_service_quote_amount_column
...................................................................... 91ms
DONE
2025_01_17_063714_add_social_login_columns_to_users_table
.................................................................. 693ms
DONE
2025_01_30_042853_create_catalogs_table
....................................................................................
296ms DONE
2025_01_30_044728_create_catalog_category_products_table
................................................................... 155ms
DONE
2025_01_30_050611_create_food_trucks_table
.................................................................................
491ms DONE
2025_01_30_052157_create_catalog_subjects_table
............................................................................
206ms DONE
2025_01_30_052402_create_catalog_hours_table
................................................................................
89ms DONE
INFO Preparing database.
Creating migration table
............................................................................................................
22ms DONE
INFO Running migrations.
2023_04_25_094301_create_users_table
...............................................................................................
183ms DONE
2023_04_25_094302_create_user_devices_table
.........................................................................................
99ms DONE
2023_04_25_094304_create_permissions_table
.........................................................................................
407ms DONE
2023_04_25_094305_create_companies_table
...........................................................................................
201ms DONE
2023_04_25_094306_create_groups_table
...............................................................................................
75ms DONE
2023_04_25_094307_create_transactions_table
........................................................................................
130ms DONE
2023_04_25_094308_create_files_table
...............................................................................................
115ms DONE
2023_04_25_094311_create_activity_log_table
.........................................................................................
85ms DONE
2023_04_25_094311_create_api_credentials_table
.....................................................................................
181ms DONE
2023_04_25_094311_create_api_events_table
..........................................................................................
104ms DONE
2023_04_25_094311_create_api_request_logs_table
....................................................................................
266ms DONE
2023_04_25_094311_create_categories_table
..........................................................................................
161ms DONE
2023_04_25_094311_create_company_users_table
........................................................................................
77ms DONE
2023_04_25_094311_create_extensions_installs_table
..................................................................................
70ms DONE
2023_04_25_094311_create_extensions_table
..........................................................................................
323ms DONE
2023_04_25_094311_create_group_users_table
..........................................................................................
93ms DONE
2023_04_25_094311_create_invites_table
.............................................................................................
118ms DONE
2023_04_25_094311_create_login_attempts_table
.......................................................................................
83ms DONE
2023_04_25_094311_create_policies_table
............................................................................................
178ms DONE
2023_04_25_094311_create_settings_table
.............................................................................................
45ms DONE
2023_04_25_094311_create_transaction_items_table
...................................................................................
113ms DONE
2023_04_25_094311_create_types_table
...............................................................................................
170ms DONE
2023_04_25_094311_create_verification_codes_table
..................................................................................
157ms DONE
2023_04_25_094311_create_webhook_endpoints_table
...................................................................................
275ms DONE
2023_04_25_094311_create_webhook_request_logs_table
................................................................................
287ms DONE
2023_04_25_094311_fix_personal_access_tokens
.........................................................................................
0ms DONE
2023_04_25_094314_add_foreign_keys_to_api_credentials_table
........................................................................
196ms DONE
2023_04_25_094314_add_foreign_keys_to_api_request_logs_table
.......................................................................
200ms DONE
2023_04_25_094314_add_foreign_keys_to_categories_table
.............................................................................
103ms DONE
2023_04_25_094314_add_foreign_keys_to_companies_table
..............................................................................
337ms DONE
2023_04_25_094314_add_foreign_keys_to_company_users_table
..........................................................................
185ms DONE
2023_04_25_094314_add_foreign_keys_to_extension_installs_table
..................................................................... 170ms
DONE
2023_04_25_094314_add_foreign_keys_to_extensions_table
.............................................................................
620ms DONE
2023_04_25_094314_add_foreign_keys_to_group_users_table
............................................................................
118ms DONE
2023_04_25_094314_add_foreign_keys_to_groups_table
..................................................................................
61ms DONE
2023_04_25_094314_add_foreign_keys_to_invites_table
................................................................................
121ms DONE
2023_04_25_094314_add_foreign_keys_to_policies_table
................................................................................
60ms DONE
2023_04_25_094314_add_foreign_keys_to_transaction_items_table
.......................................................................
87ms DONE
2023_04_25_094314_add_foreign_keys_to_transactions_table
...........................................................................
104ms DONE
2023_04_25_094314_add_foreign_keys_to_types_table
...................................................................................
78ms DONE
2023_04_25_094314_add_foreign_keys_to_user_devices_table
............................................................................
69ms DONE
2023_04_25_094314_add_foreign_keys_to_users_table
..................................................................................
208ms DONE
2023_04_25_094314_add_foreign_keys_to_webhook_endpoints_table
......................................................................
287ms DONE
2023_04_25_094314_add_foreign_keys_to_webhook_request_logs_table
................................................................... 354ms
DONE
2023_07_04_173018_make_roles_multi_tenant_table
....................................................................................
118ms DONE
2023_08_25_173101_add_meta_and_disk_columns_to_files_table
..........................................................................
79ms DONE
2023_09_04_091906_create_failed_jobs_table
..........................................................................................
36ms DONE
2023_10_18_080950_create_notifications_table
........................................................................................
33ms DONE
2024_01_24_072624_create_dashboards_table
...........................................................................................
61ms DONE
2024_01_24_072707_create_dashboard_widgets_table
....................................................................................
54ms DONE
2024_01_24_072725_add_foreign_keys_to_dashboard_widgets_table
.......................................................................
58ms DONE
2024_01_30_164300_add_expires_at_column_to_personal_access_tokens_table
............................................................. 36ms DONE
2024_01_31_022918_add_event_column_to_activity_log_table
............................................................................
42ms DONE
2024_01_31_022919_add_batch_uuid_column_to_activity_log_table
.......................................................................
42ms DONE
2024_01_31_063635_create_comments_table
............................................................................................
260ms DONE
2024_02_04_051200_create_custom_fields_table
.......................................................................................
103ms DONE
2024_02_28_070126_add_group_column_to_custom_fields_table
...........................................................................
54ms DONE
2024_03_07_054635_create_custom_field_values_table
.................................................................................
189ms DONE
2024_03_11_060207_add_editable_column_to_custom_fields_table
........................................................................
49ms DONE
2024_03_15_051507_create_schedule_monitor_tables
....................................................................................
94ms DONE
2024_03_19_080018_change_permission_and_roles_pivot_table_column_model_id_to_model_uuid
.............................................. 4ms DONE
2024_03_19_095345_add_public_id_column_to_groups_table
..............................................................................
75ms DONE
2024_03_22_030453_add_core_category_column_to_categories_table
...................................................................... 93ms
DONE
2024_04_01_090455_create_chat_channels_table
.......................................................................................
218ms DONE
2024_04_01_090456_create_chat_participants_table
...................................................................................
305ms DONE
2024_04_01_090458_create_chat_messages_table
.......................................................................................
291ms DONE
2024_04_01_090459_create_chat_attachments_table
....................................................................................
442ms DONE
2024_04_01_090459_create_chat_receipts_table
.......................................................................................
245ms DONE
2024_04_06_042059_create_chat_logs_table
...........................................................................................
258ms DONE
2024_08_27_063135_add_service_column_to_authorization_tables
.......................................................................
178ms DONE
2024_08_27_090558_create_directives_table
..........................................................................................
172ms DONE
2024_09_02_071155_add_external_flag_to_company_users_table
..........................................................................
62ms DONE
2024_10_17_075756_add_access_token_id_to_log_tables
................................................................................
278ms DONE
2025_01_17_063714_add_social_login_columns_to_users_table
..........................................................................
318ms DONE
INFO Running migrations.
2023_04_27_053456_create_contacts_table
............................................................................................
144ms DONE
2023_04_27_053456_create_drivers_table
.............................................................................................
279ms DONE
2023_04_27_053456_create_entities_table
............................................................................................
267ms DONE
2023_04_27_053456_create_fleet_drivers_table
.......................................................................................
100ms DONE
2023_04_27_053456_create_fleets_table
..............................................................................................
271ms DONE
2023_04_27_053456_create_fuel_reports_table
........................................................................................
149ms DONE
2023_04_27_053456_create_integrated_vendors_table
...................................................................................
64ms DONE
2023_04_27_053456_create_issues_table
..............................................................................................
195ms DONE
2023_04_27_053456_create_orders_table
..............................................................................................
467ms DONE
2023_04_27_053456_create_payloads_table
............................................................................................
231ms DONE
2023_04_27_053456_create_places_table
..............................................................................................
367ms DONE
2023_04_27_053456_create_positions_table
............................................................................................
93ms DONE
2023_04_27_053456_create_proofs_table
..............................................................................................
104ms DONE
2023_04_27_053456_create_purchase_rates_table
......................................................................................
135ms DONE
2023_04_27_053456_create_routes_table
...............................................................................................
70ms DONE
2023_04_27_053456_create_service_areas_table
.......................................................................................
109ms DONE
2023_04_27_053456_create_service_quote_items_table
..................................................................................
90ms DONE
2023_04_27_053456_create_service_quotes_table
......................................................................................
182ms DONE
2023_04_27_053456_create_service_rate_fees_table
....................................................................................
76ms DONE
2023_04_27_053456_create_service_rate_parcel_fees_table
.............................................................................
85ms DONE
2023_04_27_053456_create_service_rates_table
.......................................................................................
166ms DONE
2023_04_27_053456_create_tracking_numbers_table
....................................................................................
156ms DONE
2023_04_27_053456_create_tracking_statuses_table
...................................................................................
209ms DONE
2023_04_27_053456_create_vehicles_table
............................................................................................
341ms DONE
2023_04_27_053456_create_vendors_table
.............................................................................................
192ms DONE
2023_04_27_053456_create_waypoints_table
...........................................................................................
133ms DONE
2023_04_27_053456_create_zones_table
...............................................................................................
119ms DONE
2023_04_27_053459_add_foreign_keys_to_companies_table
..............................................................................
159ms DONE
2023_04_27_053459_add_foreign_keys_to_contacts_table
...............................................................................
141ms DONE
2023_04_27_053459_add_foreign_keys_to_drivers_table
................................................................................
504ms DONE
2023_04_27_053459_add_foreign_keys_to_entities_table
...............................................................................
521ms DONE
2023_04_27_053459_add_foreign_keys_to_fleet_drivers_table
..........................................................................
155ms DONE
2023_04_27_053459_add_foreign_keys_to_fleets_table
.................................................................................
273ms DONE
2023_04_27_053459_add_foreign_keys_to_fuel_reports_table
...........................................................................
221ms DONE
2023_04_27_053459_add_foreign_keys_to_integrated_vendors_table
..................................................................... 124ms
DONE
2023_04_27_053459_add_foreign_keys_to_issues_table
.................................................................................
331ms DONE
2023_04_27_053459_add_foreign_keys_to_orders_table
...............................................................................
1,082ms DONE
2023_04_27_053459_add_foreign_keys_to_payloads_table
...............................................................................
479ms DONE
2023_04_27_053459_add_foreign_keys_to_places_table
.................................................................................
132ms DONE
2023_04_27_053459_add_foreign_keys_to_positions_table
..............................................................................
208ms DONE
2023_04_27_053459_add_foreign_keys_to_proofs_table
.................................................................................
156ms DONE
2023_04_27_053459_add_foreign_keys_to_purchase_rates_table
.........................................................................
506ms DONE
2023_04_27_053459_add_foreign_keys_to_routes_table
.................................................................................
179ms DONE
2023_04_27_053459_add_foreign_keys_to_service_areas_table
..........................................................................
149ms DONE
2023_04_27_053459_add_foreign_keys_to_service_quote_items_table
..................................................................... 58ms
DONE
2023_04_27_053459_add_foreign_keys_to_service_quotes_table
.........................................................................
318ms DONE
2023_04_27_053459_add_foreign_keys_to_service_rate_fees_table
.......................................................................
58ms DONE
2023_04_27_053459_add_foreign_keys_to_service_rate_parcel_fees_table
................................................................ 72ms DONE
2023_04_27_053459_add_foreign_keys_to_service_rates_table
..........................................................................
269ms DONE
2023_04_27_053459_add_foreign_keys_to_tracking_numbers_table
.......................................................................
174ms DONE
2023_04_27_053459_add_foreign_keys_to_tracking_statuses_table
......................................................................
164ms DONE
2023_04_27_053459_add_foreign_keys_to_vehicles_table
...............................................................................
339ms DONE
2023_04_27_053459_add_foreign_keys_to_vendors_table
................................................................................
460ms DONE
2023_04_27_053459_add_foreign_keys_to_waypoints_table
..............................................................................
297ms DONE
2023_04_27_053459_add_foreign_keys_to_zones_table
..................................................................................
169ms DONE
2023_09_14_074512_update_vehicles_table
............................................................................................
185ms DONE
2023_09_14_074619_create_vehicle_devices_table
......................................................................................
87ms DONE
2023_09_26_071205_add_online_column_to_vehicles_table
...............................................................................
92ms DONE
2023_09_26_083957_create_fleet_vehicles_table
......................................................................................
221ms DONE
2023_09_27_023757_add_column_to_fleets_table
.......................................................................................
255ms DONE
2023_10_05_074811_update_vehicle
...................................................................................................
101ms DONE
2023_10_25_093014_create_vehicle_device_events_table
................................................................................
91ms DONE
2023_11_03_072503_refactor_issues_table_columns
....................................................................................
310ms DONE
2023_11_06_040645_refactor_fuel_reports_table
......................................................................................
216ms DONE
2023_11_09_041807_add_status_column_to_fuel_reports_table
...........................................................................
59ms DONE
2023_11_15_062814_add_comments_column_and_resolved_at_column_to_vehicle_device_events_table
......................................... 55ms DONE
2023_11_17_053001_add_category_uuid_to_entities_table
..............................................................................
160ms DONE
2023_11_28_074244_add_supplier_uuid_column_to_entities_table
.......................................................................
192ms DONE
2023_12_14_100209_add_meta_column_on_driver_table copy
.............................................................................
105ms DONE
2024_02_18_100209_add_avatar_url_columns_table
.....................................................................................
394ms DONE
2024_02_27_093648_create_order_configs_table
.......................................................................................
260ms DONE
2024_03_07_075508_add_order_config_uuid_column_to_orders_table
..................................................................... 245ms
DONE
2024_03_12_033527_add_public_id_column_to_order_configs_table
.......................................................................
87ms DONE
2024_03_13_061249_add_order_config_uuid_column_to_service_rates_table
.............................................................. 146ms DONE
2024_05_13_040524_add_vehicle_assigned_uuid_column_to_orders_table
................................................................. 244ms DONE
2024_05_13_040617_add_customer_uuid_column_to_waypoints_table
.......................................................................
58ms DONE
2024_09_02_071148_create_vendor_personnels_table
...................................................................................
219ms DONE
2024_09_02_082000_add_place_uuid_column_to_contacts_table
..........................................................................
126ms DONE
2024_09_03_055808_add_current_status_to_drivers_table
...............................................................................
93ms DONE
2024_09_03_055823_make_user_uuid_foreign_to_contacts_table
..........................................................................
25ms DONE
2025_01_03_004854_increase_service_quote_amount_column
..............................................................................
89ms DONE
Fleetbase Seeders were run Successfully!
Created permission: iam see extension
Created permission: iam *
Created permission: iam change-password
Created permission: iam * group
Created permission: iam create group
Created permission: iam update group
Created permission: iam delete group
Created permission: iam view group
Created permission: iam list group
Created permission: iam see group
Created permission: iam export group
Created permission: iam * user
Created permission: iam create user
Created permission: iam update user
Created permission: iam delete user
Created permission: iam view user
Created permission: iam list user
Created permission: iam see user
Created permission: iam deactivate user
Created permission: iam activate user
Created permission: iam verify user
Created permission: iam export user
Created permission: iam change-password-for user
Created permission: iam * role
Created permission: iam create role
Created permission: iam update role
Created permission: iam delete role
Created permission: iam view role
Created permission: iam list role
Created permission: iam see role
Created permission: iam export role
Created permission: iam * policy
Created permission: iam create policy
Created permission: iam update policy
Created permission: iam delete policy
Created permission: iam view policy
Created permission: iam list policy
Created permission: iam see policy
Created permission: iam export policy
New Policy for service iam created as UserManager
New Policy for service iam created as PolicyManager
New Role for service iam created as IAM User Manager
New Role for service iam created as IAM Policy Manager
New Role for service iam created as IAM Administrator
Created permission: developers see extension
Created permission: developers *
Created permission: developers * api-key
Created permission: developers create api-key
Created permission: developers update api-key
Created permission: developers delete api-key
Created permission: developers view api-key
Created permission: developers list api-key
Created permission: developers see api-key
Created permission: developers roll api-key
Created permission: developers export api-key
Created permission: developers * webhook
Created permission: developers create webhook
Created permission: developers update webhook
Created permission: developers delete webhook
Created permission: developers view webhook
Created permission: developers list webhook
Created permission: developers see webhook
Created permission: developers enable webhook
Created permission: developers disable webhook
Created permission: developers * socket
Created permission: developers view socket
Created permission: developers list socket
Created permission: developers see socket
Created permission: developers * log
Created permission: developers view log
Created permission: developers list log
Created permission: developers see log
Created permission: developers export log
Created permission: developers * event
Created permission: developers view event
Created permission: developers list event
Created permission: developers see event
Created permission: developers export event
New Policy for service developers created as FLBDeveloper
New Policy for service developers created as FLBDevProjectManager
New Role for service developers created as Fleetbase Developer
Created permission: fleet-ops see extension
Created permission: fleet-ops *
Created permission: fleet-ops * order
Created permission: fleet-ops create order
Created permission: fleet-ops update order
Created permission: fleet-ops delete order
Created permission: fleet-ops view order
Created permission: fleet-ops list order
Created permission: fleet-ops see order
Created permission: fleet-ops schedule order
Created permission: fleet-ops dispatch order
Created permission: fleet-ops cancel order
Created permission: fleet-ops optimize order
Created permission: fleet-ops export order
Created permission: fleet-ops import order
Created permission: fleet-ops assign-driver-for order
Created permission: fleet-ops assign-vehicle-for order
Created permission: fleet-ops update-route-for order
Created permission: fleet-ops * order-config
Created permission: fleet-ops create order-config
Created permission: fleet-ops update order-config
Created permission: fleet-ops delete order-config
Created permission: fleet-ops view order-config
Created permission: fleet-ops list order-config
Created permission: fleet-ops see order-config
Created permission: fleet-ops clone order-config
Created permission: fleet-ops * route
Created permission: fleet-ops create route
Created permission: fleet-ops update route
Created permission: fleet-ops delete route
Created permission: fleet-ops view route
Created permission: fleet-ops list route
Created permission: fleet-ops see route
Created permission: fleet-ops optimize route
Created permission: fleet-ops * service-rate
Created permission: fleet-ops create service-rate
Created permission: fleet-ops update service-rate
Created permission: fleet-ops delete service-rate
Created permission: fleet-ops view service-rate
Created permission: fleet-ops list service-rate
Created permission: fleet-ops see service-rate
Created permission: fleet-ops import service-rate
Created permission: fleet-ops * zone
Created permission: fleet-ops create zone
Created permission: fleet-ops update zone
Created permission: fleet-ops delete zone
Created permission: fleet-ops view zone
Created permission: fleet-ops list zone
Created permission: fleet-ops see zone
Created permission: fleet-ops * service-area
Created permission: fleet-ops create service-area
Created permission: fleet-ops update service-area
Created permission: fleet-ops delete service-area
Created permission: fleet-ops view service-area
Created permission: fleet-ops list service-area
Created permission: fleet-ops see service-area
Created permission: fleet-ops * driver
Created permission: fleet-ops create driver
Created permission: fleet-ops update driver
Created permission: fleet-ops delete driver
Created permission: fleet-ops view driver
Created permission: fleet-ops list driver
Created permission: fleet-ops see driver
Created permission: fleet-ops notify driver
Created permission: fleet-ops assign-vehicle-for driver
Created permission: fleet-ops assign-order-for driver
Created permission: fleet-ops dispatch-order-for driver
Created permission: fleet-ops export driver
Created permission: fleet-ops import driver
Created permission: fleet-ops update-user-for driver
Created permission: fleet-ops * vehicle
Created permission: fleet-ops create vehicle
Created permission: fleet-ops update vehicle
Created permission: fleet-ops delete vehicle
Created permission: fleet-ops view vehicle
Created permission: fleet-ops list vehicle
Created permission: fleet-ops see vehicle
Created permission: fleet-ops assign-driver-for vehicle
Created permission: fleet-ops export vehicle
Created permission: fleet-ops import vehicle
Created permission: fleet-ops * fleet
Created permission: fleet-ops create fleet
Created permission: fleet-ops update fleet
Created permission: fleet-ops delete fleet
Created permission: fleet-ops view fleet
Created permission: fleet-ops list fleet
Created permission: fleet-ops see fleet
Created permission: fleet-ops assign-driver-for fleet
Created permission: fleet-ops assign-vehicle-for fleet
Created permission: fleet-ops remove-driver-for fleet
Created permission: fleet-ops remove-vehicle-for fleet
Created permission: fleet-ops export fleet
Created permission: fleet-ops import fleet
Created permission: fleet-ops * vendor
Created permission: fleet-ops create vendor
Created permission: fleet-ops update vendor
Created permission: fleet-ops delete vendor
Created permission: fleet-ops view vendor
Created permission: fleet-ops list vendor
Created permission: fleet-ops see vendor
Created permission: fleet-ops subcontract vendor
Created permission: fleet-ops create-order-for vendor
Created permission: fleet-ops export vendor
Created permission: fleet-ops import vendor
Created permission: fleet-ops * contact
Created permission: fleet-ops create contact
Created permission: fleet-ops update contact
Created permission: fleet-ops delete contact
Created permission: fleet-ops view contact
Created permission: fleet-ops list contact
Created permission: fleet-ops see contact
Created permission: fleet-ops subcontract contact
Created permission: fleet-ops create-order-for contact
Created permission: fleet-ops export contact
Created permission: fleet-ops import contact
Created permission: fleet-ops * customer
Created permission: fleet-ops create customer
Created permission: fleet-ops update customer
Created permission: fleet-ops delete customer
Created permission: fleet-ops view customer
Created permission: fleet-ops list customer
Created permission: fleet-ops see customer
Created permission: fleet-ops reset-credentials-for customer
Created permission: fleet-ops * facilitator
Created permission: fleet-ops create facilitator
Created permission: fleet-ops update facilitator
Created permission: fleet-ops delete facilitator
Created permission: fleet-ops view facilitator
Created permission: fleet-ops list facilitator
Created permission: fleet-ops see facilitator
Created permission: fleet-ops * entity
Created permission: fleet-ops create entity
Created permission: fleet-ops update entity
Created permission: fleet-ops delete entity
Created permission: fleet-ops view entity
Created permission: fleet-ops list entity
Created permission: fleet-ops see entity
Created permission: fleet-ops * activity
Created permission: fleet-ops create activity
Created permission: fleet-ops update activity
Created permission: fleet-ops delete activity
Created permission: fleet-ops view activity
Created permission: fleet-ops list activity
Created permission: fleet-ops see activity
Created permission: fleet-ops * scheduler
Created permission: fleet-ops create scheduler
Created permission: fleet-ops update scheduler
Created permission: fleet-ops delete scheduler
Created permission: fleet-ops view scheduler
Created permission: fleet-ops list scheduler
Created permission: fleet-ops see scheduler
Created permission: fleet-ops * place
Created permission: fleet-ops create place
Created permission: fleet-ops update place
Created permission: fleet-ops delete place
Created permission: fleet-ops view place
Created permission: fleet-ops list place
Created permission: fleet-ops see place
Created permission: fleet-ops export place
Created permission: fleet-ops import place
Created permission: fleet-ops * fuel-report
Created permission: fleet-ops create fuel-report
Created permission: fleet-ops update fuel-report
Created permission: fleet-ops delete fuel-report
Created permission: fleet-ops view fuel-report
Created permission: fleet-ops list fuel-report
Created permission: fleet-ops see fuel-report
Created permission: fleet-ops export fuel-report
Created permission: fleet-ops import fuel-report
Created permission: fle
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@roncodes - Looks like the CORS, I'm out of my dept here. See the console logs - I have tried the following:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been following the instructions to standup fleettbase with docker on my local machine for 2 days now without any success. The application container crashes every time I access localhost:4200/auth, same for localhost:4200/install. I did manage to run sh deploy.sh having said that still no luck. Can't create a new user or log in with 'admin@example.com' and 'password', tried many combinations - . I think there is an issue with Nginx config or CORS - found it hard to debug . If anyone can help me install it with docker will be grateful . Thank you
Beta Was this translation helpful? Give feedback.
All reactions