snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
11.12k stars 3.19k forks source link

Version number not updating 7.09 to 7.013 #15824

Open aapian opened 3 hours ago

aapian commented 3 hours ago

Debug mode

Describe the bug

When upgrading from v7.0.9 to the latest version, the upgrade process goes through successfully without any errors. After clearing browser cache and going to the web portal, the version number on the bottom of the page still shows v7.0.13, not the latest version.

Reproduction steps

1.git pull 2.composer install (if I run "php upgrade inmediatly", it output Class not Found) 3.php upgrade.php ...

Expected behavior

I was expecting the version number of the web portal to update to the latest version number v7.0.13.

Screenshots

No response

Snipe-IT Version

7.0.9

Operating System

fedora

Web Server

nginx

PHP Version

8.1

Operating System

No response

Browser

No response

Version

No response

Device

No response

Operating System

No response

Browser

No response

Version

No response

Error messages


/bin/php81 upgrade.php 
--------------------------------------------------------
WELCOME TO THE SNIPE-IT UPGRADER! 
--------------------------------------------------------

This script will attempt to: 

- validate some very basic .env file settings 
- check your PHP version and extension requirements 
- check directory permissions 
- do a git pull to bring you to the latest version 
- run composer install to get your vendors up to date 
- run migrations to get your schema up to date 
- clear out old cache settings

Launching using branch: master
Found PHP requirements, will check for PHP > 8.1.0 and < 8.4.0
Proceed with upgrade? [y/N]: y

Skipping user check as it is not supported on Windows or Posix is not installed on this server. 
--------------------------------------------------------
STEP 1: Checking .env file: 
- Your .env is located at /data/www/snipeit/.env 
--------------------------------------------------------

√ Your APP_KEY is not blank. 
√ Your APP_URL is not null or blank. It is set to https://snipeit
√ Your APP_URL is set to https://snipeit and starts with the protocol (https:// or http://)
√ Your APP_URL (https://snipeit) does not have a trailing slash.

--------------------------------------------------------
STEP 2: Checking PHP requirements: (Required PHP >=8.1.0 - <8.4.0) 
--------------------------------------------------------

√ Current PHP version: (8.1.29) is at least 8.1.0 and less than 8.4.0! Continuing... 
FYI: The php.ini used by this PHP is: /etc/opt/remi/php81/php.ini

Checking Required PHP extensions... 

√ bcmath is installed!
√ curl is installed!
√ exif is installed!
√ fileinfo is installed!
√ gd is installed!
√ json is installed!
√ ldap is installed!
√ mbstring is installed!
√ mysqli is installed!
√ openssl is installed!
√ PDO is installed!
√ sodium is installed!
√ tokenizer is installed!
√ xml is installed!
√ zip is installed!

--------------------------------------------------------
STEP 3: Checking directory permissions: 
--------------------------------------------------------

√ /data/www/snipeit/bootstrap/cache is writable 
√ /data/www/snipeit/storage is writable 
√ /data/www/snipeit/storage/logs is writable 
√ /data/www/snipeit/storage/logs/laravel.log is writable 
√ /data/www/snipeit/storage/framework is writable 
√ /data/www/snipeit/storage/framework/cache is writable 
√ /data/www/snipeit/storage/framework/sessions is writable 
√ /data/www/snipeit/storage/framework/views is writable 
√ /data/www/snipeit/storage/app is writable 
√ /data/www/snipeit/storage/app/backups is writable 
√ /data/www/snipeit/storage/app/backup-temp is writable 
√ /data/www/snipeit/storage/private_uploads is writable 
√ /data/www/snipeit/public/uploads is writable 

--------------------------------------------------------
STEP 4: Backing up database: 
--------------------------------------------------------

-- Starting backup...
Dumping database snipeit...
Determining files to backup...
Zipping 399 files and directories...
Created zip containing 399 files and directories. Size is 64.26 MB
Copying zip to disk named backup...
Successfully copied zip to disk named backup.
Backup completed!

--------------------------------------------------------
STEP 5: Putting application into maintenance mode: 
--------------------------------------------------------

-- 
   INFO  Application is now in maintenance mode.

--------------------------------------------------------
STEP 6: Pulling latest from Git (master branch): 
--------------------------------------------------------

Git is installed. 
Already on 'master'
-- Saved working directory and index state WIP on master: 8feb9c49b Merge remote-tracking branch 'origin/develop'
-- M    .gitattributes
M   .gitignore
M   LICENSE
M   ansible/ubuntu/apachevirtualhost.conf.j2
M   ansible/ubuntu/vagrant_playbook.yml
M   app/Http/Controllers/Accessories/AccessoriesController.php
M   app/Http/Controllers/AssetModelsController.php
M   app/Http/Controllers/Assets/AssetsController.php
M   app/Http/Controllers/CategoriesController.php
M   app/Http/Controllers/DashboardController.php
M   app/Http/Controllers/DepreciationsController.php
M   app/Http/Controllers/GroupsController.php
M   app/Http/Controllers/LabelsController.php
M   app/Http/Controllers/Licenses/LicensesController.php
M   app/Http/Controllers/LocationsController.php
M   app/Http/Controllers/ManufacturersController.php
M   app/Http/Controllers/ProfileController.php
M   app/Http/Controllers/SettingsController.php
M   app/Http/Controllers/StatuslabelsController.php
M   app/Http/Controllers/SuppliersController.php
M   app/Http/Controllers/Users/UsersController.php
M   app/Http/Controllers/ViewAssetsController.php
M   app/Models/Accessory.php
M   app/Models/AccessoryCheckout.php
M   app/Models/Actionlog.php
M   app/Models/AssetModel.php
M   app/Models/Category.php
M   app/Models/Depreciation.php
M   app/Models/Group.php
M   app/Models/License.php
M   app/Models/LicenseSeat.php
M   app/Models/Location.php
M   app/Models/Manufacturer.php
M   app/Models/Setting.php
M   app/Models/Statuslabel.php
M   app/Models/Supplier.php
M   bootstrap/cache/.gitignore
M   config/app.php
M   config/database.php
M   config/mail.php
M   database/migrations/2013_03_23_193214_update_users_table.php
M   database/migrations/2013_11_13_075318_create_models_table.php
M   database/migrations/2013_11_13_075335_create_categories_table.php
M   database/migrations/2013_11_13_075347_create_manufacturers_table.php
M   database/migrations/2013_11_15_015858_add_user_id_to_categories.php
M   database/migrations/2013_11_15_112701_add_user_id_to_manufacturers.php
M   database/migrations/2013_11_15_190327_create_assets_table.php
M   database/migrations/2013_11_15_190357_create_temp_licenses_table.php
M   database/migrations/2013_11_15_201848_add_license_name_to_licenses.php
M   database/migrations/2013_11_16_040323_create_depreciations_table.php
M   database/migrations/2013_11_16_042851_add_depreciation_id_to_models.php
M   database/migrations/2013_11_16_084923_add_user_id_to_models.php
M   database/migrations/2013_11_16_103258_create_locations_table.php
M   database/migrations/2013_11_16_103336_add_location_id_to_assets.php
M   database/migrations/2013_11_16_103407_add_checkedout_to_to_assets.php
M   database/migrations/2013_11_16_103425_create_history_table.php
M   database/migrations/2013_11_17_054359_drop_licenses_table.php
M   database/migrations/2013_11_17_054526_add_physical_to_assets.php
M   database/migrations/2013_11_17_055126_create_settings_table.php
M   database/migrations/2013_11_17_062634_add_license_to_assets.php
M   database/migrations/2013_11_18_134332_add_contacts_to_users.php
M   database/migrations/2013_11_18_142847_add_info_to_locations.php
M   database/migrations/2013_11_18_152942_remove_location_id_from_asset.php
M   database/migrations/2013_11_18_164423_set_nullvalues_for_user.php
M   database/migrations/2013_11_19_013337_create_asset_logs_table.php
M   database/migrations/2013_11_19_061409_edit_added_on_asset_logs_table.php
M   database/migrations/2013_11_19_062250_edit_location_id_asset_logs_table.php
M   database/migrations/2013_11_20_055822_add_soft_delete_on_assets.php
M   database/migrations/2013_11_20_121404_add_soft_delete_on_locations.php
M   database/migrations/2013_11_20_123137_add_soft_delete_on_manufacturers.php
M   database/migrations/2013_11_20_123725_add_soft_delete_on_categories.php
M   database/migrations/2013_11_20_130248_create_status_labels.php
M   database/migrations/2013_11_20_130830_add_status_id_on_assets_table.php
M   database/migrations/2013_11_20_131544_add_status_type_on_status_labels.php
M   database/migrations/2013_11_20_134103_add_archived_to_assets.php
M   database/migrations/2013_11_21_002321_add_uploads_table.php
M   database/migrations/2013_11_21_024531_remove_deployable_boolean_from_status_labels.php
M   database/migrations/2013_11_22_075308_add_option_label_to_settings_table.php
M   database/migrations/2013_11_22_213400_edits_to_settings_table.php
M   database/migrations/2013_11_25_013244_recreate_licenses_table.php
M   database/migrations/2013_11_25_031458_create_license_seats_table.php
M   database/migrations/2013_11_25_032022_add_type_to_actionlog_table.php
M   database/migrations/2013_11_25_033008_delete_bad_licenses_table.php
M   database/migrations/2013_11_25_033131_create_new_licenses_table.php
M   database/migrations/2013_11_25_033534_add_licensed_to_licenses_table.php
M   database/migrations/2013_11_25_101308_add_warrantee_to_assets_table.php
M   database/migrations/2013_11_25_104343_alter_warranty_column_on_assets.php
M   database/migrations/2013_11_25_150450_drop_parent_from_categories.php
M   database/migrations/2013_11_25_151920_add_depreciate_to_assets.php
M   database/migrations/2013_11_25_152903_add_depreciate_to_licenses_table.php
M   database/migrations/2013_11_26_211820_drop_license_from_assets_table.php
M   database/migrations/2013_11_27_062510_add_note_to_asset_logs_table.php
M   database/migrations/2013_12_01_113426_add_filename_to_asset_log.php
M   database/migrations/2013_12_06_094618_add_nullable_to_licenses_table.php
M   database/migrations/2013_12_10_084038_add_eol_on_models_table.php
M   database/migrations/2013_12_12_055218_add_manager_to_users_table.php
M   database/migrations/2014_01_28_031200_add_qr_code_to_settings_table.php
M   database/migrations/2014_02_13_183016_add_qr_text_to_settings_table.php
M   database/migrations/2014_05_24_093839_alter_default_license_depreciation_id.php
M   database/migrations/2014_05_27_231658_alter_default_values_licenses.php
M   database/migrations/2014_06_19_191508_add_asset_name_to_settings.php
M   database/migrations/2014_06_20_004847_make_asset_log_checkedout_to_nullable.php
M   database/migrations/2014_06_20_005050_make_asset_log_purchasedate_to_nullable.php
M   database/migrations/2014_06_24_003011_add_suppliers.php
M   database/migrations/2014_06_24_010742_add_supplier_id_to_asset.php
M   database/migrations/2014_06_24_012839_add_zip_to_supplier.php
M   database/migrations/2014_06_24_033908_add_url_to_supplier.php
M   database/migrations/2014_07_08_054116_add_employee_id_to_users.php
M   database/migrations/2014_07_09_134316_add_requestable_to_assets.php
M   database/migrations/2014_07_17_085822_add_asset_to_software.php
M   database/migrations/2014_07_17_161625_make_asset_id_in_logs_nullable.php
M   database/migrations/2014_08_12_053504_alpha_0_4_2_release.php
M   database/migrations/2018_06_21_134622_add_version_footer.php
M   database/seeders/AssetModelSeeder.php
M   database/seeders/CategorySeeder.php
M   database/seeders/StatuslabelSeeder.php
M   docker/startup_alpine_fpm.sh
M   install.sh
M   public/css/dist/signature-pad.css
M   public/css/signature-pad.css
M   public/css/signature-pad.min.css
M   public/js/bootstrap-table-locale-all.js
M   public/js/bootstrap-table-locale-all.min.js
M   public/js/bootstrap-table.css
M   public/js/bootstrap-table.js
M   public/js/bootstrap-table.min.css
M   public/js/bootstrap-table.min.js
M   public/js/bootstrap.datepicker.js
M   public/js/bootstrap/css/bootstrap.css
M   public/js/bootstrap/css/bootstrap.css.map
M   public/js/bootstrap/css/bootstrap.min.css
M   public/js/bootstrap/fonts/glyphicons-halflings-regular.eot
M   public/js/bootstrap/fonts/glyphicons-halflings-regular.svg
M   public/js/bootstrap/fonts/glyphicons-halflings-regular.ttf
M   public/js/bootstrap/fonts/glyphicons-halflings-regular.woff
M   public/js/bootstrap/fonts/glyphicons-halflings-regular.woff2
M   public/js/bootstrap/js/bootstrap.js
M   public/js/bootstrap/js/bootstrap.min.js
M   public/js/bootstrap/js/npm.js
M   public/js/dashboard.js
M   public/js/dashboard2.js
M   public/js/demo.js
M   public/js/ekko-lightbox.js
M   public/js/ekko-lightbox.min.js
M   public/js/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js
M   public/js/extensions/accent-neutralise/bootstrap-table-accent-neutralise.min.js
M   public/js/extensions/angular/bootstrap-table-angular.js
M   public/js/extensions/angular/bootstrap-table-angular.min.js
M   public/js/extensions/cookie/bootstrap-table-cookie.js
M   public/js/extensions/cookie/bootstrap-table-cookie.min.js
M   public/js/extensions/editable/bootstrap-table-editable.js
M   public/js/extensions/editable/bootstrap-table-editable.min.js
M   public/js/extensions/export/bootstrap-table-export.js
M   public/js/extensions/export/bootstrap-table-export.min.js
M   public/js/extensions/filter-control/bootstrap-table-filter-control.js
M   public/js/extensions/filter-control/bootstrap-table-filter-control.min.js
M   public/js/extensions/filter/bootstrap-table-filter.js
M   public/js/extensions/filter/bootstrap-table-filter.min.js
M   public/js/extensions/flat-json/bootstrap-table-flat-json.js
M   public/js/extensions/flat-json/bootstrap-table-flat-json.min.js
M   public/js/extensions/group-by-v2/bootstrap-table-group-by.css
M   public/js/extensions/group-by-v2/bootstrap-table-group-by.js
M   public/js/extensions/group-by-v2/bootstrap-table-group-by.min.js
M   public/js/extensions/group-by/bootstrap-table-group-by.css
M   public/js/extensions/group-by/bootstrap-table-group-by.js
M   public/js/extensions/group-by/bootstrap-table-group-by.min.js
M   public/js/extensions/key-events/bootstrap-table-key-events.js
M   public/js/extensions/key-events/bootstrap-table-key-events.min.js
M   public/js/extensions/mobile/bootstrap-table-mobile.js
M   public/js/extensions/mobile/bootstrap-table-mobile.min.js
M   public/js/extensions/multiple-search/bootstrap-table-multiple-search.js
M   public/js/extensions/multiple-search/bootstrap-table-multiple-search.min.js
M   public/js/extensions/multiple-sort/bootstrap-table-multiple-sort.js
M   public/js/extensions/multiple-sort/bootstrap-table-multiple-sort.min.js
M   public/js/extensions/natural-sorting/bootstrap-table-natural-sorting.js
M   public/js/extensions/natural-sorting/bootstrap-table-natural-sorting.min.js
M   public/js/extensions/reorder-columns/bootstrap-table-reorder-columns.js
M   public/js/extensions/reorder-columns/bootstrap-table-reorder-columns.min.js
M   public/js/extensions/reorder-rows/bootstrap-table-reorder-rows.css
M   public/js/extensions/reorder-rows/bootstrap-table-reorder-rows.js
M   public/js/extensions/reorder-rows/bootstrap-table-reorder-rows.min.js
M   public/js/extensions/resizable/bootstrap-table-resizable.js
M   public/js/extensions/resizable/bootstrap-table-resizable.min.js
M   public/js/extensions/sticky-header/bootstrap-table-sticky-header.css
M   public/js/extensions/sticky-header/bootstrap-table-sticky-header.js
M   public/js/extensions/sticky-header/bootstrap-table-sticky-header.min.js
M   public/js/extensions/toolbar/bootstrap-table-toolbar.js
M   public/js/extensions/toolbar/bootstrap-table-toolbar.min.js
M   public/js/jquery.fileupload.js
M   public/js/jquery.iframe-transport.js
M   public/js/jquery.typeahead.min.js
M   public/js/jquery.ui.widget.js
M   public/js/locale/bootstrap-table-af-ZA.js
M   public/js/locale/bootstrap-table-af-ZA.min.js
M   public/js/locale/bootstrap-table-ar-SA.js
M   public/js/locale/bootstrap-table-ar-SA.min.js
M   public/js/locale/bootstrap-table-ca-ES.js
M   public/js/locale/bootstrap-table-ca-ES.min.js
M   public/js/locale/bootstrap-table-cs-CZ.js
M   public/js/locale/bootstrap-table-cs-CZ.min.js
M   public/js/locale/bootstrap-table-da-DK.js
M   public/js/locale/bootstrap-table-da-DK.min.js
M   public/js/locale/bootstrap-table-de-DE.js
M   public/js/locale/bootstrap-table-de-DE.min.js
M   public/js/locale/bootstrap-table-el-GR.js
M   public/js/locale/bootstrap-table-el-GR.min.js
M   public/js/locale/bootstrap-table-en-US.js
M   public/js/locale/bootstrap-table-en-US.min.js
M   public/js/locale/bootstrap-table-es-AR.js
M   public/js/locale/bootstrap-table-es-AR.min.js
M   public/js/locale/bootstrap-table-es-CR.js
M   public/js/locale/bootstrap-table-es-CR.min.js
M   public/js/locale/bootstrap-table-es-ES.js
M   public/js/locale/bootstrap-table-es-ES.min.js
M   public/js/locale/bootstrap-table-es-MX.js
M   public/js/locale/bootstrap-table-es-MX.min.js
M   public/js/locale/bootstrap-table-es-NI.js
M   public/js/locale/bootstrap-table-es-NI.min.js
M   public/js/locale/bootstrap-table-es-SP.js
M   public/js/locale/bootstrap-table-es-SP.min.js
M   public/js/locale/bootstrap-table-et-EE.js
M   public/js/locale/bootstrap-table-et-EE.min.js
M   public/js/locale/bootstrap-table-fa-IR.js
M   public/js/locale/bootstrap-table-fa-IR.min.js
M   public/js/locale/bootstrap-table-fr-BE.js
M   public/js/locale/bootstrap-table-fr-BE.min.js
M   public/js/locale/bootstrap-table-fr-FR.js
M   public/js/locale/bootstrap-table-fr-FR.min.js
M   public/js/locale/bootstrap-table-he-IL.js
M   public/js/locale/bootstrap-table-he-IL.min.js
M   public/js/locale/bootstrap-table-hr-HR.js
M   public/js/locale/bootstrap-table-hr-HR.min.js
M   public/js/locale/bootstrap-table-hu-HU.js
M   public/js/locale/bootstrap-table-hu-HU.min.js
M   public/js/locale/bootstrap-table-it-IT.js
M   public/js/locale/bootstrap-table-it-IT.min.js
M   public/js/locale/bootstrap-table-ja-JP.js
M   public/js/locale/bootstrap-table-ja-JP.min.js
M   public/js/locale/bootstrap-table-ka-GE.js
M   public/js/locale/bootstrap-table-ka-GE.min.js
M   public/js/locale/bootstrap-table-ko-KR.js
M   public/js/locale/bootstrap-table-ko-KR.min.js
M   public/js/locale/bootstrap-table-ms-MY.js
M   public/js/locale/bootstrap-table-ms-MY.min.js
M   public/js/locale/bootstrap-table-nb-NO.js
M   public/js/locale/bootstrap-table-nb-NO.min.js
M   public/js/locale/bootstrap-table-nl-NL.js
M   public/js/locale/bootstrap-table-nl-NL.min.js
M   public/js/locale/bootstrap-table-pl-PL.js
M   public/js/locale/bootstrap-table-pl-PL.min.js
M   public/js/locale/bootstrap-table-pt-BR.js
M   public/js/locale/bootstrap-table-pt-BR.min.js
M   public/js/locale/bootstrap-table-pt-PT.js
M   public/js/locale/bootstrap-table-pt-PT.min.js
M   public/js/locale/bootstrap-table-ro-RO.js
M   public/js/locale/bootstrap-table-ro-RO.min.js
M   public/js/locale/bootstrap-table-ru-RU.js
M   public/js/locale/bootstrap-table-ru-RU.min.js
M   public/js/locale/bootstrap-table-sk-SK.js
M   public/js/locale/bootstrap-table-sk-SK.min.js
M   public/js/locale/bootstrap-table-sv-SE.js
M   public/js/locale/bootstrap-table-sv-SE.min.js
M   public/js/locale/bootstrap-table-th-TH.js
M   public/js/locale/bootstrap-table-th-TH.min.js
M   public/js/locale/bootstrap-table-tr-TR.js
M   public/js/locale/bootstrap-table-tr-TR.min.js
M   public/js/locale/bootstrap-table-uk-UA.js
M   public/js/locale/bootstrap-table-uk-UA.min.js
M   public/js/locale/bootstrap-table-ur-PK.js
M   public/js/locale/bootstrap-table-ur-PK.min.js
M   public/js/locale/bootstrap-table-vi-VN.js
M   public/js/locale/bootstrap-table-vi-VN.min.js
M   public/js/locale/bootstrap-table-zh-CN.js
M   public/js/locale/bootstrap-table-zh-CN.min.js
M   public/js/locale/bootstrap-table-zh-TW.js
M   public/js/locale/bootstrap-table-zh-TW.min.js
M   public/js/metisMenu.js
M   public/js/metisMenu.min.js
M   public/js/pGenerator.jquery.js
M   public/js/plugins/bootstrap-slider/bootstrap-slider.js
M   public/js/plugins/bootstrap-slider/slider.css
M   public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js
M   public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js
M   public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css
M   public/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css
M   public/js/plugins/chartjs/Chart.bundle.js
M   public/js/plugins/chartjs/Chart.bundle.min.js
M   public/js/plugins/chartjs/Chart.js
M   public/js/plugins/chartjs/Chart.min.js
M   public/js/plugins/colorpicker/bootstrap-colorpicker.css
M   public/js/plugins/colorpicker/bootstrap-colorpicker.js
M   public/js/plugins/colorpicker/bootstrap-colorpicker.min.css
M   public/js/plugins/colorpicker/bootstrap-colorpicker.min.js
M   public/js/plugins/colorpicker/img/alpha-horizontal.png
M   public/js/plugins/colorpicker/img/alpha.png
M   public/js/plugins/colorpicker/img/hue-horizontal.png
M   public/js/plugins/colorpicker/img/hue.png
M   public/js/plugins/colorpicker/img/saturation.png
M   public/js/plugins/datepicker/bootstrap-datepicker.css
M   public/js/plugins/datepicker/bootstrap-datepicker.js
M   public/js/plugins/datepicker/datepicker3.css
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ar.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.az.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.bg.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ca.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.cs.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.cy.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.da.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.de.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.el.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.es.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.et.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.fa.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.fi.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.fr.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.gl.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.he.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.hr.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.hu.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.id.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.is.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.it.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ja.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ka.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.kk.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.kr.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.lt.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.lv.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.mk.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ms.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.nb.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.nl.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.no.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.pl.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.pt.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ro.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.rs.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ru.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.sk.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.sl.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.sq.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.sv.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.sw.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.th.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.tr.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.ua.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.vi.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js
M   public/js/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js
M   public/js/plugins/daterangepicker/daterangepicker-bs3.css
M   public/js/plugins/daterangepicker/daterangepicker.js
M   public/js/plugins/daterangepicker/moment.js
M   public/js/plugins/daterangepicker/moment.min.js
M   public/js/plugins/fastclick/fastclick.js
M   public/js/plugins/fastclick/fastclick.min.js
M   public/js/plugins/flot/excanvas.js
M   public/js/plugins/flot/excanvas.min.js
M   public/js/plugins/flot/jquery.colorhelpers.js
M   public/js/plugins/flot/jquery.colorhelpers.min.js
M   public/js/plugins/flot/jquery.flot.canvas.js
M   public/js/plugins/flot/jquery.flot.canvas.min.js
M   public/js/plugins/flot/jquery.flot.categories.js
M   public/js/plugins/flot/jquery.flot.categories.min.js
M   public/js/plugins/flot/jquery.flot.crosshair.js
M   public/js/plugins/flot/jquery.flot.crosshair.min.js
M   public/js/plugins/flot/jquery.flot.errorbars.js
M   public/js/plugins/flot/jquery.flot.errorbars.min.js
M   public/js/plugins/flot/jquery.flot.fillbetween.js
M   public/js/plugins/flot/jquery.flot.fillbetween.min.js
M   public/js/plugins/flot/jquery.flot.image.js
M   public/js/plugins/flot/jquery.flot.image.min.js
M   public/js/plugins/flot/jquery.flot.js
M   public/js/plugins/flot/jquery.flot.min.js
M   public/js/plugins/flot/jquery.flot.navigate.js
M   public/js/plugins/flot/jquery.flot.navigate.min.js
M   public/js/plugins/flot/jquery.flot.pie.js
M   public/js/plugins/flot/jquery.flot.pie.min.js
M   public/js/plugins/flot/jquery.flot.resize.js
M   public/js/plugins/flot/jquery.flot.resize.min.js
M   public/js/plugins/flot/jquery.flot.selection.js
M   public/js/plugins/flot/jquery.flot.selection.min.js
M   public/js/plugins/flot/jquery.flot.stack.js
M   public/js/plugins/flot/jquery.flot.stack.min.js
M   public/js/plugins/flot/jquery.flot.symbol.js
M   public/js/plugins/flot/jquery.flot.symbol.min.js
M   public/js/plugins/flot/jquery.flot.threshold.js
M   public/js/plugins/flot/jquery.flot.threshold.min.js
M   public/js/plugins/flot/jquery.flot.time.js
M   public/js/plugins/flot/jquery.flot.time.min.js
M   public/js/plugins/fullcalendar/fullcalendar.css
M   public/js/plugins/fullcalendar/fullcalendar.js
M   public/js/plugins/fullcalendar/fullcalendar.min.css
M   public/js/plugins/fullcalendar/fullcalendar.min.js
M   public/js/plugins/fullcalendar/fullcalendar.print.css
M   public/js/plugins/input-mask/jquery.inputmask.date.extensions.js
M   public/js/plugins/input-mask/jquery.inputmask.extensions.js
M   public/js/plugins/input-mask/jquery.inputmask.js
M   public/js/plugins/input-mask/jquery.inputmask.numeric.extensions.js
M   public/js/plugins/input-mask/jquery.inputmask.phone.extensions.js
M   public/js/plugins/input-mask/jquery.inputmask.regex.extensions.js
M   public/js/plugins/input-mask/phone-codes/phone-be.json
M   public/js/plugins/input-mask/phone-codes/phone-codes.json
M   public/js/plugins/input-mask/phone-codes/readme.txt
M   public/js/plugins/jQuery/jQuery-2.1.4.min.js
M   public/js/plugins/jQueryUI/jquery-ui.js
M   public/js/plugins/jQueryUI/jquery-ui.min.js
M   public/js/plugins/jvectormap/jquery-jvectormap-1.2.2.css
M   public/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js
M   public/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js
M   public/js/plugins/knob/jquery.knob.js
M   public/js/plugins/morris/morris.css
M   public/js/plugins/morris/morris.js
M   public/js/plugins/morris/morris.min.js
M   public/js/plugins/pace/pace.js
M   public/js/plugins/select2/i18n/az.js
M   public/js/plugins/select2/i18n/bg.js
M   public/js/plugins/select2/i18n/ca.js
M   public/js/plugins/select2/i18n/cs.js
M   public/js/plugins/select2/i18n/da.js
M   public/js/plugins/select2/i18n/de.js
M   public/js/plugins/select2/i18n/en.js
M   public/js/plugins/select2/i18n/es.js
M   public/js/plugins/select2/i18n/et.js
M   public/js/plugins/select2/i18n/eu.js
M   public/js/plugins/select2/i18n/fa.js
M   public/js/plugins/select2/i18n/fi.js
M   public/js/plugins/select2/i18n/fr.js
M   public/js/plugins/select2/i18n/gl.js
M   public/js/plugins/select2/i18n/he.js
M   public/js/plugins/select2/i18n/hi.js
M   public/js/plugins/select2/i18n/hr.js
M   public/js/plugins/select2/i18n/hu.js
M   public/js/plugins/select2/i18n/id.js
M   public/js/plugins/select2/i18n/is.js
M   public/js/plugins/select2/i18n/it.js
M   public/js/plugins/select2/i18n/ko.js
M   public/js/plugins/select2/i18n/lt.js
M   public/js/plugins/select2/i18n/lv.js
M   public/js/plugins/select2/i18n/mk.js
M   public/js/plugins/select2/i18n/nb.js
M   public/js/plugins/select2/i18n/nl.js
M   public/js/plugins/select2/i18n/pl.js
M   public/js/plugins/select2/i18n/pt-BR.js
M   public/js/plugins/select2/i18n/pt.js
M   public/js/plugins/select2/i18n/ro.js
M   public/js/plugins/select2/i18n/ru.js
M   public/js/plugins/select2/i18n/sk.js
M   public/js/plugins/select2/i18n/sr.js
M   public/js/plugins/select2/i18n/sv.js
M   public/js/plugins/select2/i18n/th.js
M   public/js/plugins/select2/i18n/tr.js
M   public/js/plugins/select2/i18n/uk.js
M   public/js/plugins/select2/i18n/vi.js
M   public/js/plugins/select2/i18n/zh-CN.js
M   public/js/plugins/select2/i18n/zh-TW.js
M   public/js/plugins/select2/select2.css
M   public/js/plugins/select2/select2.full.js
M   public/js/plugins/select2/select2.full.min.js
M   public/js/plugins/select2/select2.js
M   public/js/plugins/select2/select2.min.css
M   public/js/plugins/select2/select2.min.js
M   public/js/plugins/slimScroll/jquery.slimscroll.js
M   public/js/plugins/slimScroll/jquery.slimscroll.min.js
M   public/js/plugins/sparkline/jquery.sparkline.js
M   public/js/plugins/sparkline/jquery.sparkline.min.js
M   public/js/plugins/timepicker/bootstrap-timepicker.css
M   public/js/plugins/timepicker/bootstrap-timepicker.js
M   public/js/plugins/timepicker/bootstrap-timepicker.min.css
M   public/js/plugins/timepicker/bootstrap-timepicker.min.js
M   public/js/select2.min.js
M   public/js/signature_pad.js
M   public/js/signature_pad.min.js
M   public/uploads/barcodes/invalid_barcode.gif
M   public/uploads/companies/company-image-test.png
M   public/uploads/default.png
M   resources/assets/css/signature-pad.css
M   resources/assets/js/bootstrap.js
M   resources/assets/js/extensions/pGenerator.jquery.js
M   resources/assets/js/signature_pad.js
M   resources/assets/js/snipeit.js
M   resources/assets/less/bootstrap-less/mixins.less
M   resources/assets/less/bootstrap-less/mixins/alerts.less
M   resources/assets/less/bootstrap-less/mixins/background-variant.less
M   resources/assets/less/bootstrap-less/mixins/border-radius.less
M   resources/assets/less/bootstrap-less/mixins/buttons.less
M   resources/assets/less/bootstrap-less/mixins/center-block.less
M   resources/assets/less/bootstrap-less/mixins/clearfix.less
M   resources/assets/less/bootstrap-less/mixins/forms.less
M   resources/assets/less/bootstrap-less/mixins/gradients.less
M   resources/assets/less/bootstrap-less/mixins/grid-framework.less
M   resources/assets/less/bootstrap-less/mixins/grid.less
M   resources/assets/less/bootstrap-less/mixins/hide-text.less
M   resources/assets/less/bootstrap-less/mixins/image.less
M   resources/assets/less/bootstrap-less/mixins/labels.less
M   resources/assets/less/bootstrap-less/mixins/list-group.less
M   resources/assets/less/bootstrap-less/mixins/nav-divider.less
M   resources/assets/less/bootstrap-less/mixins/nav-vertical-align.less
M   resources/assets/less/bootstrap-less/mixins/opacity.less
M   resources/assets/less/bootstrap-less/mixins/pagination.less
M   resources/assets/less/bootstrap-less/mixins/panels.less
M   resources/assets/less/bootstrap-less/mixins/progress-bar.less
M   resources/assets/less/bootstrap-less/mixins/reset-filter.less
M   resources/assets/less/bootstrap-less/mixins/resize.less
M   resources/assets/less/bootstrap-less/mixins/responsive-visibility.less
M   resources/assets/less/bootstrap-less/mixins/size.less
M   resources/assets/less/bootstrap-less/mixins/tab-focus.less
M   resources/assets/less/bootstrap-less/mixins/table-row.less
M   resources/assets/less/bootstrap-less/mixins/text-emphasis.less
M   resources/assets/less/bootstrap-less/mixins/text-overflow.less
M   resources/assets/less/bootstrap-less/mixins/vendor-prefixes.less
M   resources/assets/less/bootstrap-less/variables.less
M   resources/assets/less/mixins.less
M   resources/assets/less/skins/_all-skins.less
M   resources/assets/less/skins/skin-black.less
M   resources/assets/less/skins/skin-blue.less
M   resources/assets/less/skins/skin-green.less
M   resources/assets/less/skins/skin-purple.less
M   resources/assets/less/skins/skin-red.less
M   resources/assets/less/skins/skin-yellow.less
M   resources/views/accessories/checkin.blade.php
M   resources/views/accessories/checkout.blade.php
M   resources/views/accessories/index.blade.php
M   resources/views/account/accept/index.blade.php
M   resources/views/account/change-password.blade.php
M   resources/views/account/profile.blade.php
M   resources/views/account/view-assets.blade.php
M   resources/views/auth/login.blade.php
M   resources/views/categories/edit.blade.php
M   resources/views/categories/index.blade.php
M   resources/views/dashboard.blade.php
M   resources/views/depreciations/edit.blade.php
M   resources/views/depreciations/index.blade.php
M   resources/views/groups/edit.blade.php
M   resources/views/groups/index.blade.php
M   resources/views/hardware/bulk.blade.php
M   resources/views/hardware/checkin.blade.php
M   resources/views/hardware/checkout.blade.php
M   resources/views/hardware/edit.blade.php
M   resources/views/hardware/index.blade.php
M   resources/views/hardware/view.blade.php
M   resources/views/licenses/checkin.blade.php
M   resources/views/licenses/checkout.blade.php
M   resources/views/licenses/edit.blade.php
M   resources/views/licenses/index.blade.php
M   resources/views/licenses/view.blade.php
M   resources/views/locations/edit.blade.php
M   resources/views/locations/index.blade.php
M   resources/views/manufacturers/edit.blade.php
M   resources/views/manufacturers/index.blade.php
M   resources/views/models/edit.blade.php
M   resources/views/models/index.blade.php
M   resources/views/models/view.blade.php
M   resources/views/notifications.blade.php
M   resources/views/paginator/simple.php
M   resources/views/paginator/slider.php
M   resources/views/reports/index.blade.php
M   resources/views/settings/index.blade.php
M   resources/views/statuslabels/edit.blade.php
M   resources/views/statuslabels/index.blade.php
M   resources/views/suppliers/edit.blade.php
M   resources/views/suppliers/index.blade.php
M   resources/views/suppliers/view.blade.php
M   resources/views/users/edit.blade.php
M   resources/views/users/index.blade.php
M   resources/views/users/view.blade.php
M   snipeit.sh
M   storage/private_uploads/signatures/.gitkeep
Your branch is up to date with 'origin/master'.
-- Already up to date.

--------------------------------------------------------
STEP 7: Cleaning up old cached files:
--------------------------------------------------------

√ No bootstrap/cache/compiled.php, so nothing to delete.
√ Deleting bootstrap/cache/services.php. It is no longer used.
√ No bootstrap/cache/config.php, so nothing to delete.
√ No vendor/symfony/translation/TranslatorInterface.php, so nothing to delete.

-- 
   INFO  Configuration cache cleared successfully.  

-- 
   INFO  Application cache cleared successfully.  

-- 
   INFO  Route cache cleared successfully.  

-- 
   INFO  Compiled views cleared successfully.  

--------------------------------------------------------
STEP 8: Updating composer dependencies:
(This may take a moment.)
--------------------------------------------------------

-- Running the app in production mode.
-- We couldn't find a local composer.phar. No worries, trying globally.
Since you are running composer globally, we won't try to update it for you.
If you run into issues with this step, try running `composer self-update` 
before running this updater again

Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - lcobucci/jwt is locked to version 5.3.0 and an update of this package was not requested.
    - lcobucci/jwt 5.3.0 requires ext-sodium * -> it is missing from your system. Install or enable PHP's sodium extension.
  Problem 2
    - lcobucci/jwt 5.3.0 requires ext-sodium * -> it is missing from your system. Install or enable PHP's sodium extension.
    - league/oauth2-server 8.5.4 requires lcobucci/jwt ^4.3 || ^5.0 -> satisfiable by lcobucci/jwt[5.3.0].
    - league/oauth2-server is locked to version 8.5.4 and an update of this package was not requested.

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php.ini
    - /etc/php.d/10-opcache.ini
    - /etc/php.d/20-bcmath.ini
    - /etc/php.d/20-bz2.ini
    - /etc/php.d/20-calendar.ini
    - /etc/php.d/20-ctype.ini
    - /etc/php.d/20-curl.ini
    - /etc/php.d/20-dom.ini
    - /etc/php.d/20-exif.ini
    - /etc/php.d/20-fileinfo.ini
    - /etc/php.d/20-ftp.ini
    - /etc/php.d/20-gd.ini
    - /etc/php.d/20-gettext.ini
    - /etc/php.d/20-gmp.ini
    - /etc/php.d/20-iconv.ini
    - /etc/php.d/20-intl.ini
    - /etc/php.d/20-ldap.ini
    - /etc/php.d/20-mbstring.ini
    - /etc/php.d/20-mysqlnd.ini
    - /etc/php.d/20-pdo.ini
    - /etc/php.d/20-phar.ini
    - /etc/php.d/20-simplexml.ini
    - /etc/php.d/20-soap.ini
    - /etc/php.d/20-sqlite3.ini
    - /etc/php.d/20-tokenizer.ini
    - /etc/php.d/20-xml.ini
    - /etc/php.d/20-xmlwriter.ini
    - /etc/php.d/20-xsl.ini
    - /etc/php.d/30-mysqli.ini
    - /etc/php.d/30-pdo_mysql.ini
    - /etc/php.d/30-pdo_sqlite.ini
    - /etc/php.d/30-xmlreader.ini
    - /etc/php.d/30-xmlrpc.ini
    - /etc/php.d/30-zip.ini
    - /etc/php.d/40-apcu.ini
    - /etc/php.d/40-igbinary.ini
    - /etc/php.d/40-imagick.ini
    - /etc/php.d/40-memcache.ini
    - /etc/php.d/40-msgpack.ini
    - /etc/php.d/50-memcached.ini
    - /etc/php.d/50-redis.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-sodium` to temporarily ignore these required extensions.
Class Tests\Feature\Categories\Ui\DepreciationsIndexTest located in ./tests/Feature/Depreciations/Ui/DepreciationsIndexTest.php does not comply with psr-4 autoloading standard. Skipping.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
> @php artisan vendor:publish --force --tag=livewire:assets --ansi
Generating optimized autoload files

   INFO  Discovering packages.  

  arietimmerman/laravel-scim-server ..................................... DONE
  barryvdh/laravel-debugbar ............................................. DONE
  barryvdh/laravel-dompdf ............................................... DONE
  eduardokum/laravel-mail-auto-embed .................................... DONE
  intervention/image .................................................... DONE
  laravel-notification-channels/google-chat ............................. DONE
  laravel-notification-channels/microsoft-teams ......................... DONE
  laravel/passport ...................................................... DONE
  laravel/slack-notification-channel .................................... DONE
  laravel/socialite ..................................................... DONE
  laravel/tinker ........................................................ DONE
  laravel/ui ............................................................ DONE
  laravelcollective/html ................................................ DONE
  livewire/livewire ..................................................... DONE
  nesbot/carbon ......................................................... DONE
  nunomaduro/collision .................................................. DONE
  nunomaduro/phpinsights ................................................ DONE
  nunomaduro/termwind ................................................... DONE
  osa-eg/laravel-teams-notification ..................................... DONE
  pragmarx/google2fa-laravel ............................................ DONE
  spatie/laravel-backup ................................................. DONE
  spatie/laravel-ignition ............................................... DONE
  spatie/laravel-signal-aware-command ................................... DONE
  unicodeveloper/laravel-password ....................................... DONE

   INFO  Publishing [livewire:assets] assets.  

  Copying directory [vendor/livewire/livewire/dist] to [public/vendor/livewire]  DONE

Generated optimized autoload files containing 13967 classes

--------------------------------------------------------
STEP 9: Migrating database:
--------------------------------------------------------

   INFO  Running migrations.  

  2015_11_05_183749_add_image_to_assets ................................................................................................... 6ms DONE
  2022_10_25_215520_add_label2_settings ................................................................................................. 324ms DONE
  2023_03_21_215218_update_slack_setting ................................................................................................. 50ms DONE
  2023_04_12_135822_add_supplier_to_components .......................................................................................... 221ms DONE
  2023_04_25_085912_add_autoadd_to_customfields .......................................................................................... 21ms DONE
  2023_04_25_181817_adds_ldap_location_to_settings_table ................................................................................ 118ms DONE
  2023_04_26_160235_add_warranty_url_to_manufacturers ................................................................................... 231ms DONE
  2023_05_08_132921_increase_state_to_more_than_3 ..................................................................................... 1,044ms DONE
  2023_05_10_001836_add_google_auth_to_settings ........................................................................................... 6ms DONE
  2023_07_05_092237_change_settings_table_increase_saml_idp_metadata_size ............................................................... 216ms DONE
  2023_07_06_092507_add_phone_fax_to_locations .......................................................................................... 493ms DONE
  2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets ......................................................... 649ms DONE
  2023_07_14_004221_add_show_in_list_view_to_custom_fields ................................................................................ 9ms DONE
  2023_08_01_174150_change_webhook_settings_variable_type ............................................................................... 194ms DONE
  2023_08_13_172600_add_email_to_companies ............................................................................................... 10ms DONE
  2023_08_17_202638_add_last_checkin_to_assets .......................................................................................... 139ms DONE
  2023_08_21_064609_add_name_ordering_to_settings ........................................................................................ 80ms DONE
  2023_08_21_181742_add_min_amt_to_models_table ......................................................................................... 256ms DONE
  2023_09_13_200913_fix_asset_model_min_qty_nullability .................................................................................. 56ms DONE
  2023_10_25_064324_add_show_in_requestable_to_custom_fields ............................................................................. 19ms DONE
  2023_12_14_032522_add_remote_ip_and_action_source_to_action_logs ....................................................................... 32ms DONE
  2023_12_15_024643_add_indexes_to_new_activity_report_fields ........................................................................... 128ms DONE
  2023_12_19_081112_fix_language_dirs .................................................................................................... 23ms DONE
  2024_01_24_145544_create_saml_nonce_table ............................................................................................. 126ms DONE
  2024_02_28_080016_add_created_by_to_permission_groups .................................................................................. 43ms DONE
  2024_02_28_093807_add_min_qty_to_licenses .............................................................................................. 90ms DONE
  2024_03_18_164714_add_note_to_checkout_acceptance_table ................................................................................ 61ms DONE
  2024_03_18_221612_update_legacy_locale ................................................................................................ 186ms DONE
  2024_05_27_143554_add_parent_id_index_to_locations ..................................................................................... 16ms DONE
  2024_06_24_130348_add_profile_edit_to_settings .......................................................................................... 6ms DONE
  2024_07_04_103729_add_default_avatar_to_settings ....................................................................................... 13ms DONE
  2024_07_16_184145_add_deprecitation_type_to_depreciations_table ........................................................................ 54ms DONE
  2024_07_23_172032_change_no__n_o_to_nb__n_o ............................................................................................. 2ms DONE
  2024_07_26_143301_add_checkout_for_all_types_to_accessories ............................................................................ 32ms DONE
  2024_08_06_175114_add_shortcuts_enabled_to_settings_table ............................................................................... 6ms DONE
  2024_08_07_204014_add_play_sounds_to_profile ............................................................................................ 5ms DONE
  2024_08_15_111816_add_confetti_to_users ................................................................................................. 5ms DONE
  2024_08_16_104137_add_due_checkin_days_to_settings ..................................................................................... 19ms DONE
  2024_09_17_204302_change_user_id_to_created_by ...................................................................................... 1,217ms DONE
  2024_10_23_162301_add_manufacturer_id_model_number_to_consumables ...................................................................... 12ms DONE
  2024_11_06_211457_add_manager_indexes_to_location_and_user ............................................................................. 59ms DONE
  2024_11_07_113631_improve_manager_indexes_on_users_and_locations ....................................................................... 32ms DONE

--------------------------------------------------------
STEP 10: Checking for OAuth keys:
--------------------------------------------------------

√ OAuth keys detected. Skipping passport install.

--------------------------------------------------------
STEP 11: Taking application out of maintenance mode:
--------------------------------------------------------

-- 
   INFO  Application is now live.  

---------------------- FINISHED! -----------------------
All done! Clear your browser cookies and re-login to use 
your upgraded Snipe-IT!
--------------------------------------------------------
welcome[bot] commented 3 hours ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.