START: 2026-05-27 21:17:10 +---------------------------------------------+ [TASK]: Ser vars [CMD]: export HOME=/home/qasenseibackwebc STDOUT: STDERR: EXIT: 0 [CMD]: SCRIPTS_PATH=/home/qasenseibackwebc/scripts STDOUT: STDERR: EXIT: 0 [CMD]: COMPOSER_PATH=$SCRIPTS_PATH/composer STDOUT: STDERR: EXIT: 0 [CMD]: PHP_BIN=/usr/local/bin/php STDOUT: STDERR: EXIT: 0 [CMD]: REPO_PATH=/home/qasenseibackwebc/repositories/sensei-citrine-backend STDOUT: STDERR: EXIT: 0 [CMD]: DOTFILES_PATH=/home/qasenseibackwebc/repositories/sensei-citrine-backend-dotfiles STDOUT: STDERR: EXIT: 0 [CMD]: PROJECT_PATH=/home/qasenseibackwebc/public_html STDOUT: STDERR: EXIT: 0 +---------------------------------------------+ [TASK]: Check composer [CMD]: 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 STDOUT: Composer already exists in this directory. STDERR: EXIT: 0 +---------------------------------------------+ [TASK]: Check repo [CMD]: cd $REPO_PATH STDOUT: STDERR: EXIT: 0 [CMD]: git fetch --all STDOUT: Fetching origin STDERR: From gitlab.com:metalmessiah87/sensei-citrine-backend d7c9394..d7f0cf6 development -> origin/development EXIT: 0 [CMD]: git pull STDOUT: Fetching origin Updating d7c9394..d7f0cf6 Fast-forward STDERR: From gitlab.com:metalmessiah87/sensei-citrine-backend d7c9394..d7f0cf6 development -> origin/development EXIT: 0 [CMD]: git checkout development STDOUT: Fetching origin Updating d7c9394..d7f0cf6 Fast-forward STDERR: From gitlab.com:metalmessiah87/sensei-citrine-backend d7c9394..d7f0cf6 development -> origin/development Already on 'development' EXIT: 0 +---------------------------------------------+ [TASK]: Remove old content [CMD]: cd $PROJECT_PATH STDOUT: STDERR: EXIT: 0 [CMD]: rm -rf ./* ./.??* STDOUT: STDERR: EXIT: 0 +---------------------------------------------+ [TASK]: Copy entire content [CMD]: cd $REPO_PATH STDOUT: STDERR: EXIT: 0 [CMD]: echo "Start copy" STDOUT: Start copy STDERR: EXIT: 0 [CMD]: 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/" STDOUT: Start copy STDERR: EXIT: 0 +---------------------------------------------+ [TASK]: Change permissions [CMD]: cd $PROJECT_PATH STDOUT: STDERR: EXIT: 0 [CMD]: chmod -R 755 ./ STDOUT: STDERR: EXIT: 0 +---------------------------------------------+ [TASK]: Install dependencies [CMD]: cd $PROJECT_PATH STDOUT: STDERR: EXIT: 0 [CMD]: $PHP_BIN $COMPOSER_PATH i --no-dev --optimize-autoloader STDOUT: STDERR: Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Package operations: 11 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing psr/http-message (1.1): Extracting archive - Installing psr/container (1.1.2): Extracting archive - Installing pimple/pimple (v3.6.2): Extracting archive - Installing nikic/fast-route (v1.3.0): Extracting archive - Installing slim/slim (3.12.5): Extracting archive - Installing symfony/polyfill-php80 (v1.37.0): Extracting archive - Installing symfony/polyfill-mbstring (v1.37.0): Extracting archive - Installing symfony/polyfill-ctype (v1.37.0): Extracting archive - Installing phpoption/phpoption (1.9.5): Extracting archive - Installing graham-campbell/result-type (v1.1.4): Extracting archive - Installing vlucas/phpdotenv (v5.6.3): Extracting archive 0/11 [>---------------------------] 0% 11/11 [============================] 100% Generating optimized autoload files 7 packages you are using are looking for funding. Use the `composer fund` command to find out more! EXIT: 0 [CMD]: echo "ALL DONE" STDOUT: ALL DONE STDERR: Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Package operations: 11 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing psr/http-message (1.1): Extracting archive - Installing psr/container (1.1.2): Extracting archive - Installing pimple/pimple (v3.6.2): Extracting archive - Installing nikic/fast-route (v1.3.0): Extracting archive - Installing slim/slim (3.12.5): Extracting archive - Installing symfony/polyfill-php80 (v1.37.0): Extracting archive - Installing symfony/polyfill-mbstring (v1.37.0): Extracting archive - Installing symfony/polyfill-ctype (v1.37.0): Extracting archive - Installing phpoption/phpoption (1.9.5): Extracting archive - Installing graham-campbell/result-type (v1.1.4): Extracting archive - Installing vlucas/phpdotenv (v5.6.3): Extracting archive 0/11 [>---------------------------] 0% 11/11 [============================] 100% Generating optimized autoload files 7 packages you are using are looking for funding. Use the `composer fund` command to find out more! EXIT: 0 +---------------------------------------------+ [TASK]: Copy the dotfiles [CMD]: cd $DOTFILES_PATH STDOUT: STDERR: EXIT: 0 [CMD]: cp -r ./ $PROJECT_PATH STDOUT: STDERR: EXIT: 0 +---------------------------------------------+ [TASK]: Run migrations [CMD]: cd $PROJECT_PATH STDOUT: STDERR: EXIT: 0 [CMD]: $PHP_BIN cli/migrate.php status STDOUT: [APLICADA] 20260224_000001_seed_two_records [APLICADA] 20260303_000001_add_mutable_column_to_vistas [APLICADA] 20260310_000001_add_suspension_masiva_permission [APLICADA] 20260316_000001_add_suspension_masiva_filtrada_permission [APLICADA] 20260408_000001_add_acciones_masivas_and_activacion_masiva_permission [APLICADA] 20260414_000001_add_historico_suspension_permission [APLICADA] 20260415_000001_create_suspension_masiva_history_tables [APLICADA] 20260416_000002_add_historico_activacion_permission [APLICADA] 20260417_000001_create_activacion_masiva_history_tables [APLICADA] 20260428_000001_create_modulos_descripcion_table [APLICADA] 20260428_000002_seed_modulos_descripcion_catalog [APLICADA] 20260430_000001_add_fecha_nacimiento_to_personas [APLICADA] 20260504_000001_fix_fecha_nacimiento_column_size [APLICADA] 20260519_000001_add_reportes_clientes_permission [APLICADA] 20260522_000001_add_comparar_idapps_excel_permission [APLICADA] 20260525_000001_increase_url_documentos_cliente_size STDERR: EXIT: 0 [CMD]: $PHP_BIN cli/migrate.php migrate STDOUT: [APLICADA] 20260224_000001_seed_two_records [APLICADA] 20260303_000001_add_mutable_column_to_vistas [APLICADA] 20260310_000001_add_suspension_masiva_permission [APLICADA] 20260316_000001_add_suspension_masiva_filtrada_permission [APLICADA] 20260408_000001_add_acciones_masivas_and_activacion_masiva_permission [APLICADA] 20260414_000001_add_historico_suspension_permission [APLICADA] 20260415_000001_create_suspension_masiva_history_tables [APLICADA] 20260416_000002_add_historico_activacion_permission [APLICADA] 20260417_000001_create_activacion_masiva_history_tables [APLICADA] 20260428_000001_create_modulos_descripcion_table [APLICADA] 20260428_000002_seed_modulos_descripcion_catalog [APLICADA] 20260430_000001_add_fecha_nacimiento_to_personas [APLICADA] 20260504_000001_fix_fecha_nacimiento_column_size [APLICADA] 20260519_000001_add_reportes_clientes_permission [APLICADA] 20260522_000001_add_comparar_idapps_excel_permission [APLICADA] 20260525_000001_increase_url_documentos_cliente_size No hay migraciones pendientes. STDERR: EXIT: 0 ============================================= END. Duration: 6.32s