-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2180 from GSA-TTS/main
- Loading branch information
Showing
61 changed files
with
1,494 additions
and
2,812 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
--- | ||
# Because cf is using jammy jellyfish, and this https://packages.ubuntu.com/jammy/amd64/database/ | ||
# does not actually have postgresql-client-15 natively (only goes to 14), | ||
# we are having to source the version from apt.postgresql.org. This however, | ||
# eliminates the need to run v14 for load_data.sh, and can be run on v15. | ||
# With v15, we are also able to run python manage.py dbbackup to backup the database | ||
# to a defined s3 bucket. Running v15 also matches the client and server database versions. | ||
cleancache: true | ||
keys: | ||
- https://www.postgresql.org/media/keys/ACCC4CF8.asc | ||
repos: | ||
- deb https://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main | ||
packages: | ||
- postgresql-client | ||
- postgresql-client-15 |
This file contains 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
Oops, something went wrong.