Skip to content

Commit

Permalink
Bytt til postgres15 i prod (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
hestad authored Jan 11, 2024
1 parent a7a5d92 commit f983162
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ kjøre `./resetdb.sh`
2. Legg inn følgende:
```
# NAV POSTGRES PREPROD URL
10.183.160.87 b27dbvl030.preprod.local
10.53.17.46 b27dbvl030.preprod.local
# NAV POSTGRES PROD URL
10.53.20.112 A01DBVL011.adeo.no
10.53.15.186 A01DBVL036.adeo.no
```
3. lagre
Expand Down Expand Up @@ -282,9 +282,9 @@ Denne vil opprette PRs en gang i uka på dependencies som ikke kjører siste ver
1. `vault read postgresql/preprod-fss/creds/supstonad-db-15-dev-readonly`
2. `vault read postgresql/preprod-fss/creds/supstonad-db-15-dev-user`
3. `vault read postgresql/preprod-fss/creds/supstonad-db-15-dev-admin`
4. `vault read postgresql/prod-fss/creds/supstonad-db-prod-readonly`
5. `vault read postgresql/prod-fss/creds/supstonad-db-prod-user`
6. `vault read postgresql/prod-fss/creds/supstonad-db-prod-admin`
4. `vault read postgresql/prod-fss/creds/supstonad-db-15-prod-readonly`
5. `vault read postgresql/prod-fss/creds/supstonad-db-15-prod-user`
6. `vault read postgresql/prod-fss/creds/supstonad-db-15-prod-admin`

## Migrere data fra/til postgres on-prem
Se også https://github.com/navikt/utvikling/blob/main/docs/teknisk/PostgreSQL.md
Expand Down
4 changes: 2 additions & 2 deletions datapakker/soknad/nais-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env": {
"GCP_PROJECT": "supstonad-prod-9599",
"VAULT_MOUNTPATH": "postgresql/prod-fss/",
"DATABASE_NAME": "supstonad-db-prod",
"DATABASE_JDBC_URL": "jdbc:postgresql://A01DBVL011.adeo.no:5432/supstonad-db-prod"
"DATABASE_NAME": "supstonad-db-15-prod",
"DATABASE_JDBC_URL": "jdbc:postgresql://A01DBVL036.adeo.no:5432/supstonad-db-15-prod"
}
}
4 changes: 2 additions & 2 deletions nais-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"AZURE_GROUP_SAKSBEHANDLER": "654d28c0-b02b-4c50-86a0-896cf64e79f0",
"AZURE_GROUP_DRIFT": "6c5cb261-d91e-40a8-a925-458bfdd9d033",
"VAULT_MOUNTPATH": "postgresql/prod-fss/",
"DATABASE_NAME": "supstonad-db-prod",
"DATABASE_JDBC_URL": "jdbc:postgresql://A01DBVL011.adeo.no:5432/supstonad-db-prod",
"DATABASE_NAME": "supstonad-db-15-prod",
"DATABASE_JDBC_URL": "jdbc:postgresql://A01DBVL036.adeo.no:5432/supstonad-db-15-prod",
"DOKARKIV_URL": "http://dokarkiv.teamdokumenthandtering.svc.nais.local",
"OPPGAVE_URL": "http://oppgave.oppgavehandtering.svc.nais.local",
"OPPGAVE_CLIENT_ID": "50346823-61a0-49e7-ad89-ea2b1a0e90f8",
Expand Down

0 comments on commit f983162

Please sign in to comment.