Skip to content

Production Migration on June 10, 2025 17:00 #1812

Merged
jp-Telus merged 2 commits into
prodfrom
master
Jun 11, 2025
Merged

Production Migration on June 10, 2025 17:00 #1812
jp-Telus merged 2 commits into
prodfrom
master

Conversation

@jp-Telus

Copy link
Copy Markdown
Contributor

This Production migration have 1 tickets (1 branch)

[jp-0232] Backdate deduction for Transaction ID 12799 to 2025

image

Pre Migration Steps:

  1. Request User to setup planned maintenance schedule timeframe in Production.

Post Migration Steps:

  1. php artisan optimize:clear
  2. make sure all POD must be restarted
  3. make background queue process started on each POD (command: ps -eF )
  4. php artisan db:seed --class=DataFixFor_jp_0232_Pledge_12799

jp-Telus added 2 commits June 9, 2025 08:26
(MASTER) [jp-0232] Backdate deduction for Transaction ID 12799 to 2025
@jp-Telus jp-Telus self-assigned this Jun 10, 2025

@chriscaldwell-psa chriscaldwell-psa left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, thanks James!

@jp-Telus jp-Telus merged commit eddffd0 into prod Jun 11, 2025
3 checks passed
@jp-Telus

Copy link
Copy Markdown
Contributor Author

Migrated to Production and run the seeder

$ php artisan db:seed --class=DataFixFor_jp_0232_Pledge_12799

INFO Seeding database.

Before change:[
{
"id": 12799,
"organization_id": 5,
"emplid": "136279",
"user_id": 19353,
"pecsf_id": null,
"business_unit": "BC031",
"tgb_reg_district": "028",
"deptid": "031-7066",
"dept_name": "861 MCFD ISD Product Port Team",
"first_name": null,
"last_name": null,
"city": "Victoria",
"campaign_year_id": 22,
"type": "C",
"region_id": null,
"f_s_pool_id": 0,
"one_time_amount": 0,
"pay_period_amount": 25,
"goal_amount": 650,
"report_generated_at": null,
"cancelled": null,
"cancelled_by_id": null,
"cancelled_at": null,
"ods_export_status": null,
"ods_export_at": null,
"created_by_id": 36960,
"updated_by_id": 36960,
"created_at": "2025-06-05 13:21:46",
"updated_at": "2025-06-05 13:21:46",
"deleted_at": null
}
]

After change:[
{
"id": 12799,
"organization_id": 5,
"emplid": "136279",
"user_id": 19353,
"pecsf_id": null,
"business_unit": "BC031",
"tgb_reg_district": "028",
"deptid": "031-7066",
"dept_name": "861 MCFD ISD Product Port Team",
"first_name": null,
"last_name": null,
"city": "Victoria",
"campaign_year_id": 21,
"type": "C",
"region_id": null,
"f_s_pool_id": 0,
"one_time_amount": 0,
"pay_period_amount": 25,
"goal_amount": 650,
"report_generated_at": null,
"cancelled": null,
"cancelled_by_id": null,
"cancelled_at": null,
"ods_export_status": "C",
"ods_export_at": "2025-06-11 00:18:51",
"created_by_id": 36960,
"updated_by_id": 36960,
"created_at": "2025-06-05 13:21:46",
"updated_at": "2025-06-11 00:18:51",
"deleted_at": null
}
]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants