START: 2026-07-30 23:35:56 +---------------------------------------------+ [2026-07-30 23:35:56] export HOME=/home/qasenseibackwebc [2026-07-30 23:35:56] SCRIPTS_PATH=/home/qasenseibackwebc/scripts [2026-07-30 23:35:56] COMPOSER_PATH=$SCRIPTS_PATH/composer [2026-07-30 23:35:56] PHP_BIN=/usr/local/bin/php [2026-07-30 23:35:56] REPO_PATH=/home/qasenseibackwebc/repositories/sensei-citrine-backend [2026-07-30 23:35:56] DOTFILES_PATH=/home/qasenseibackwebc/repositories/sensei-citrine-backend-dotfiles [2026-07-30 23:35:56] PROJECT_PATH=/home/qasenseibackwebc/public_html +---------------------------------------------+ [2026-07-30 23:35:56] if [ -f "$COMPOSER_PATH" ]; then echo "Composer already exists in this directory." else echo "Downloading Composer..." $PHP_BIN -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" $PHP_BIN -r "if (hash_file('sha384', 'composer-setup.php') === 'c8b085408188070d5f52bcfe4ecfbee5f727afa458b2573b8eaaf77b3419b0bf2768dc67c86944da1544f06fa544fd47') { echo 'Installer verified'.PHP_EOL; } else { echo 'Installer corrupt'.PHP_EOL; unlink('composer-setup.php'); exit(1); }" $PHP_BIN composer-setup.php $PHP_BIN -r "unlink('composer-setup.php');" mv composer.phar $COMPOSER_PATH echo "Composer downloaded as $COMPOSER_PATH" fi [2026-07-30 23:35:56][info ] Composer already exists in this directory. +---------------------------------------------+ [2026-07-30 23:35:56] cd $REPO_PATH [2026-07-30 23:35:56] git fetch --all [2026-07-30 23:35:56][info ] Fetching origin [2026-07-30 23:35:57] git pull [2026-07-30 23:35:58][info ] Already up-to-date. [2026-07-30 23:35:58] git checkout development [2026-07-30 23:35:58][error ] Already on 'development' +---------------------------------------------+ [2026-07-30 23:35:58] cd $PROJECT_PATH [2026-07-30 23:35:58] rm -rf ./* ./.??* +---------------------------------------------+ [2026-07-30 23:35:58] cd $REPO_PATH [2026-07-30 23:35:58] echo "Start copy" [2026-07-30 23:35:58][info ] Start copy [2026-07-30 23:35:58] tar \ --exclude='.git' \ --exclude='.env.*' \ --exclude='Containerfile' \ --exclude='Dockerfile' \ --exclude='docker-entrypoint.sh' \ --exclude='.gitlab-ci.yml' \ --exclude='.gitignore' \ --exclude='*.md' \ --exclude='container-compose.yml' \ --exclude='*.sql' \ -cf - ./* ./.??* | tar --no-same-permissions -xf - -C "$PROJECT_PATH/" +---------------------------------------------+ [2026-07-30 23:36:01] cd $PROJECT_PATH [2026-07-30 23:36:01] chmod -R 755 ./ +---------------------------------------------+ [2026-07-30 23:36:01] cd $PROJECT_PATH [2026-07-30 23:36:01] $PHP_BIN $COMPOSER_PATH i --no-dev --optimize-autoloader [2026-07-30 23:36:01][error ] Installing dependencies from lock file [2026-07-30 23:36:01][error ] Verifying lock file contents can be installed on current platform. [2026-07-30 23:36:01][error ] Package operations: 11 installs, 0 updates, 0 removals [2026-07-30 23:36:01][error ] 0 [>---------------------------][2026-07-30 23:36:01][error ] 0 [->--------------------------] [2026-07-30 23:36:01][error ] - Installing psr/http-message (1.1): Extracting archive [2026-07-30 23:36:01][error ] - Installing psr/container (1.1.2): Extracting archive [2026-07-30 23:36:01][error ] - Installing pimple/pimple (v3.6.2): Extracting archive [2026-07-30 23:36:01][error ] - Installing nikic/fast-route (v1.3.0): Extracting archive [2026-07-30 23:36:01][error ] - Installing slim/slim (3.12.5): Extracting archive [2026-07-30 23:36:01][error ] - Installing symfony/polyfill-php80 (v1.37.0): Extracting archive [2026-07-30 23:36:01][error ] - Installing symfony/polyfill-mbstring (v1.37.0): Extracting archive [2026-07-30 23:36:01][error ] - Installing symfony/polyfill-ctype (v1.37.0): Extracting archive [2026-07-30 23:36:01][error ] - Installing phpoption/phpoption (1.9.5): Extracting archive [2026-07-30 23:36:02][error ] - Installing graham-campbell/result-type (v1.1.4): Extracting archive [2026-07-30 23:36:02][error ] - Installing vlucas/phpdotenv (v5.6.3): Extracting archive [2026-07-30 23:36:02][error ] 0/11 [>---------------------------] 0%[2026-07-30 23:36:02][error ] [2026-07-30 23:36:02][error ] 10/11 [=========================>--] 90%[2026-07-30 23:36:02][error ] [2026-07-30 23:36:02][error ] 11/11 [============================] 100% [2026-07-30 23:36:02][error ] Generating optimized autoload files [2026-07-30 23:36:02][error ] 7 packages you are using are looking for funding. [2026-07-30 23:36:02][error ] Use the `composer fund` command to find out more! [2026-07-30 23:36:02] echo "ALL DONE" [2026-07-30 23:36:02][info ] ALL DONE +---------------------------------------------+ [2026-07-30 23:36:02] cd $DOTFILES_PATH [2026-07-30 23:36:02] cp -r ./ $PROJECT_PATH +---------------------------------------------+ [2026-07-30 23:36:02] cd $PROJECT_PATH [2026-07-30 23:36:02] $PHP_BIN cli/migrate.php status [2026-07-30 23:36:02][info ] [APLICADA] 20260224_000001_seed_two_records [2026-07-30 23:36:02][info ] [APLICADA] 20260303_000001_add_mutable_column_to_vistas [2026-07-30 23:36:02][info ] [APLICADA] 20260310_000001_add_suspension_masiva_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260316_000001_add_suspension_masiva_filtrada_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260408_000001_add_acciones_masivas_and_activacion_masiva_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260414_000001_add_historico_suspension_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260415_000001_create_suspension_masiva_history_tables [2026-07-30 23:36:02][info ] [APLICADA] 20260416_000002_add_historico_activacion_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260417_000001_create_activacion_masiva_history_tables [2026-07-30 23:36:02][info ] [APLICADA] 20260428_000001_create_modulos_descripcion_table [2026-07-30 23:36:02][info ] [APLICADA] 20260428_000002_seed_modulos_descripcion_catalog [2026-07-30 23:36:02][info ] [APLICADA] 20260430_000001_add_fecha_nacimiento_to_personas [2026-07-30 23:36:02][info ] [APLICADA] 20260504_000001_fix_fecha_nacimiento_column_size [2026-07-30 23:36:02][info ] [APLICADA] 20260519_000001_add_reportes_clientes_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260522_000001_add_comparar_idapps_excel_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260525_000001_increase_url_documentos_cliente_size [2026-07-30 23:36:02][info ] [APLICADA] 20260526_000001_add_notificaciones_masivas_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260528_000001_add_sistemas_pago_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260528_000002_add_portafolios_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260529_000001_add_notification_template_to_portafolios [2026-07-30 23:36:02][info ] [APLICADA] 20260529_000002_seed_portafolios_efecty_payu [2026-07-30 23:36:02][info ] [APLICADA] 20260529_000003_seed_notification_template_portafolios [2026-07-30 23:36:02][info ] [APLICADA] 20260601_000001_create_notifications_templates_table [2026-07-30 23:36:02][info ] [APLICADA] 20260601_000002_add_plantillas_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260606120000_create_clients_tags_tables [2026-07-30 23:36:02][info ] [APLICADA] 20260609120000_seed_new_tag_all_clients [2026-07-30 23:36:02][info ] [APLICADA] 20260610120000_seed_specific_transfer_freetrial_tags [2026-07-30 23:36:02][info ] [APLICADA] 20260610130000_fix_wrong_tags_8497_8464 [2026-07-30 23:36:02][info ] [APLICADA] 20260610140000_add_renovacion_tags [2026-07-30 23:36:02][info ] [APLICADA] 20260610141000_update_renovacion_tag_names [2026-07-30 23:36:02][info ] [APLICADA] 20260611120000_drop_clients_tags_tables [2026-07-30 23:36:02][info ] [APLICADA] 20260611130000_create_eventos_cuentas_tables [2026-07-30 23:36:02][info ] [APLICADA] 20260611140000_seed_eventos_cuentas [2026-07-30 23:36:02][info ] [APLICADA] 20260611150000_add_fecha_filtrado_to_eventos_cuentas_auditoria [2026-07-30 23:36:02][info ] [APLICADA] 20260611180000_fix_fecha_filtrado_auditoria [2026-07-30 23:36:02][info ] [APLICADA] 20260612100000_add_foreign_keys_to_eventos_cuentas_auditoria [2026-07-30 23:36:02][info ] [APLICADA] 20260612110000_add_cuenta_id_to_eventos_cuentas_auditoria [2026-07-30 23:36:02][info ] [APLICADA] 20260612120000_update_eventos_cuentas_names [2026-07-30 23:36:02][info ] [APLICADA] 20260617_000001_add_account_event_edit_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260620_000001_add_eventos_cuentas_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260626_000001_create_epic_jobs_and_recaudos_tables [2026-07-30 23:36:02][info ] [APLICADA] 20260702_000001_add_gestion_planes_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260702_000002_create_configuracion_facturacion_table [2026-07-30 23:36:02][info ] [APLICADA] 20260702_000003_add_configuracion_facturacion_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260703_000001_create_descuentos_rutas_comportamiento_table [2026-07-30 23:36:02][info ] [APLICADA] 20260703_000002_add_gestion_descuentos_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260704_000001_remove_aplica_para_from_descuentos [2026-07-30 23:36:02][info ] [APLICADA] 20260706_000001_create_excepciones_pago_table [2026-07-30 23:36:02][info ] [APLICADA] 20260706_000002_add_gestion_excepciones_pago_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260706_000003_create_configuracion_fechas_corte_table [2026-07-30 23:36:02][info ] [APLICADA] 20260706_000004_add_gestion_fechas_corte_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260708_000001_create_tarifas_reconexion_table [2026-07-30 23:36:02][info ] [APLICADA] 20260708_000002_add_gestion_tarifas_reconexion_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260709_000001_create_descuentos_pago_adelantado_table [2026-07-30 23:36:02][info ] [APLICADA] 20260709_000002_add_gestion_descuentos_adelantado_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260710_000001_create_paises_metodos_pago_table [2026-07-30 23:36:02][info ] [APLICADA] 20260710_000002_add_gestion_paises_metodos_pago_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260714_000001_create_cuentas_recaudo_table [2026-07-30 23:36:02][info ] [APLICADA] 20260714_000002_add_ide_cuenta_recaudo_to_recaudos [2026-07-30 23:36:02][info ] [APLICADA] 20260714_000003_add_gestion_cuentas_recaudo_permission [2026-07-30 23:36:02][info ] [APLICADA] 20260715_000001_migrate_payment_methods_and_accounts [2026-07-30 23:36:02][info ] [APLICADA] 20260715_000002_seed_templates_and_portfolios [2026-07-30 23:36:02] $PHP_BIN cli/migrate.php migrate [2026-07-30 23:36:03][info ] No hay migraciones pendientes. ============================================= END. Duration: 6.29s