Implement rollback functionality for MARS-956:

- Added script to delete exported CSV files from DATA bucket.
- Enhanced rollback file registrations script with improved error handling and success messages.
- Updated process logs cleanup script to include error handling and success messages.
- Modified rollback verification script for clearer success and warning messages.
- Removed outdated README.md file and updated installation script to reflect schema changes.
- Adjusted rollback master script to streamline execution steps and improve clarity.
This commit is contained in:
Grzegorz Michalski
2026-02-13 07:50:54 +01:00
parent a3ec31341b
commit 3b7ce7de97
11 changed files with 586 additions and 489 deletions

View File

@@ -47,19 +47,25 @@ WHENEVER SQLERROR CONTINUE
PROMPT
PROMPT =========================================================================
PROMPT Step 1: Delete File Registrations
PROMPT Step 1: Delete Exported CSV Files from DATA Bucket
PROMPT =========================================================================
@@90_MARS_956_rollback_delete_csv_files.sql
PROMPT
PROMPT =========================================================================
PROMPT Step 2: Delete File Registrations
PROMPT =========================================================================
@@91_MARS_956_rollback_file_registrations.sql
PROMPT
PROMPT =========================================================================
PROMPT Step 2: Clean Process Logs
PROMPT Step 3: Clean Process Logs
PROMPT =========================================================================
@@92_MARS_956_rollback_process_logs.sql
PROMPT
PROMPT =========================================================================
PROMPT Step 3: Verify Rollback Completion
PROMPT Step 4: Verify Rollback Completion
PROMPT =========================================================================
@@99_MARS_956_verify_rollback.sql