25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# AC-24.4-Post-Upgrade-Steps_688983025
|
|
**1\. AC Data Maintenance Jobs - Remove the older Postgres Procedue for purge of the AC services**
|
|
|
|
As part of ' [Issue 2348102 - \[AC\]: The tasks records for AC services (DataSync & VPS) are not purged, as part of daily maintenance jobs.](https://internal.almoctane.com/ui/entity-navigation?p=97002/32001&entityType=work_item&id=2348102)' we've some changes to the database procedures. Hence we need to delete the existing 'create\_procedues.dlm' file from the below location to have the Data-Maintenance cronjob working as expected.
|
|
Steps:
|
|
|
|
1\. Login the bastion host where the K8s is running.
|
|
|
|
2\. Goto File Loation: /efs/var/vols/itom/itsma/logging-volume/ac/data-maintenance/logs/itsma-eks/maintenance
|
|
|
|
(i.e. the NFS mounted patch for data-minaternance\]
|
|
3\. Remove the file 'create\_procedures.dlm
|
|
rm -r create\_procedures.dlm
|
|
|
|
File Name: create\_procedures.dlm
|
|
Note: Here after the deletion, the file get created newly with the latest changes, once the cron job is scheduled to run next time.
|
|
|
|
Sample of file path and file name (highlighted)
|
|
|
|

|
|
|
|
## Attachments:
|
|
|
|
[image2024-9-20\_17-4-41.png](attachments/688983025/688983024.png) (image/png)
|