chore(db): update database backup with new logical file names#5342
Merged
randywoods merged 2 commits intodevelopfrom Feb 3, 2026
Merged
chore(db): update database backup with new logical file names#5342randywoods merged 2 commits intodevelopfrom
randywoods merged 2 commits intodevelopfrom
Conversation
Update the CSET database backup files and restore script: - Update restoredb.sql to use 'CSET' and 'CSET_log' logical file names instead of 'CSETWeb' and 'CSETWeb_Log' - Consolidate backup from 4 parts to 2 parts (reduced file size) - Remove obsolete backup file parts (part_ac, part_ad) This aligns with the database naming standardization to use CSET consistently throughout the project.
- Rename task names to use colon convention for consistency (split-bak → split:bak, create-bak → create:bak, load-bak → load:bak) - Fix sqlcmd path from mssql-tools18 to mssql-tools for compatibility with the SQL Server container image - Update sql:query command quoting
randywoods
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the CSET database backup files and restore script to use standardized logical file names, aligning with the database naming convention used throughout the project.
Changes
restoredb.sqlto useCSETandCSET_loglogical file names instead of legacyCSETWebandCSETWeb_LognamesCSET.bak.part_ac,CSET.bak.part_ad)Breaking Changes
None - This change only affects the development database restore process. Existing databases are not impacted.
Test Plan
task launch:dbto start SQL Server containertask load-bakto restore the database backuptask sql:query -- "SELECT name FROM sys.databases WHERE name = 'CSET'"to confirm database existsRelated Issues
N/A
Release Notes
Updated database backup files and restore script to use standardized CSET naming convention.
Checklist