Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Dryga
18cb7c147b chore(portal): Upgrade Postgres to 17 (#5442)
### Pre-upgrade TODO

- [ ] Update firezone.statuspage.io with planned maintenance status

### Performing the upgrade

- [ ] Upgrade in place using the GCP UI
- [ ] Run `ANALYZE;`
- [ ] Run `REINDEX DATABASE firezone;`
- [ ] When complete, deploy production via Terraform with new version
selected

### Post-upgrade TODO

- [ ] Test application connectivity
- [ ] Monitor Cloud SQL logs for any issues
- [ ] Unmark the planned maintenance window in firezone.statuspage.io

Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>
2025-05-23 14:02:38 -07:00
Jamil
09fb5f9274 chore(infra): Enable pgaudit on master instance (#8434)
This is [step
1](https://cloud.google.com/sql/docs/postgres/pg-audit#set-pgaudit-flag-values)
of enabling `pgaudit` logs. We'll also need to `CREATE EXTENSION` which
will need to happen in a migration. I'll make a separate PR for that.

Supersedes: #5442
2025-03-14 20:14:23 +00:00
Jamil
5fc45b1a7e chore(infra): Increase PG backups to 30 days (#8433)
These are currently 7. It would be good to have more retention here.
2025-03-13 19:24:01 +00:00
Andrew
4037a7bdd3 Provision and read-only DB replica in Europe 2024-07-04 13:00:55 -06:00
Andrew Dryga
114696c0ba chore(infra): Split terraform files into folders and add domain to production app (#4172) 2024-03-16 11:54:06 -06:00