Skip to content

Commit

Permalink
Remove the configuration archive.
Browse files Browse the repository at this point in the history
We do not want to work with old configurations until the beta release.
  • Loading branch information
SamirTalwar committed Feb 14, 2024
1 parent c67f61d commit 610290c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2,999 deletions.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ test *args: start-dependencies create-aurora-ndc-metadata

# re-generate the NDC metadata configuration file
generate-chinook-configuration: build start-dependencies
./scripts/archive-old-ndc-metadata.sh '{{POSTGRES_V3_CHINOOK_NDC_METADATA}}'
# right now, we are breaking things, so archiving old configuration is meaningless
# ./scripts/archive-old-ndc-metadata.sh '{{POSTGRES_V3_CHINOOK_NDC_METADATA}}'
./scripts/generate-chinook-configuration.sh 'ndc-postgres' '{{POSTGRESQL_CONNECTION_STRING}}' '{{POSTGRES_V3_CHINOOK_NDC_METADATA}}'
./scripts/generate-chinook-configuration.sh 'ndc-postgres' '{{CITUS_CONNECTION_STRING}}' '{{CITUS_V3_CHINOOK_NDC_METADATA}}'
./scripts/generate-chinook-configuration.sh 'ndc-postgres' '{{COCKROACH_CONNECTION_STRING}}' '{{COCKROACH_V3_CHINOOK_NDC_METADATA}}'
Expand Down
Loading

0 comments on commit 610290c

Please sign in to comment.