Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB migration postgres 11 to 14 #293

Merged
merged 36 commits into from
May 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b7de769
Update postgres version from 11 to 14
Rub21 Apr 16, 2024
f2a060f
Merge branch 'staging' into api-db/update
Rub21 Apr 18, 2024
96821a7
Update path for env vars - development
Rub21 Apr 18, 2024
48cede6
Update the EBS volume that contains the migration data
Rub21 Apr 18, 2024
6410929
Update ebs from migration
Rub21 Apr 18, 2024
5433db0
Merge pull request #291 from OpenHistoricalMap/api-db/update
Rub21 Apr 18, 2024
31b56d4
Set up settings-local.yml
Rub21 Apr 19, 2024
8f8f718
Merge pull request #292 from OpenHistoricalMap/settings/web
Rub21 Apr 19, 2024
71e84de
Update env vars for DB
Rub21 Apr 19, 2024
586e825
Add postgresql.conf to customize values in postgres
Rub21 Apr 22, 2024
4119092
Update osm-seed version
Rub21 Apr 22, 2024
fd3cb84
Update ebs staging disk
Rub21 Apr 23, 2024
286e95c
Update cronjob for taginfo
Rub21 Apr 23, 2024
cd6f4ed
Merge branch 'main' into staging
Rub21 Apr 24, 2024
900cb82
Test replication files from new API DB
Rub21 Apr 25, 2024
642ea2e
Update tiler EBS - staging, to test new API DB
Rub21 Apr 25, 2024
039c4d7
Update postgres config for staging and production
Rub21 Apr 26, 2024
3ed7e4c
Update osm-seed version and env vars
Rub21 Apr 26, 2024
fa126f6
Update ebs for tiler and use prod replication files
Rub21 Apr 26, 2024
8db15a2
Disable osmcha - staging
Rub21 Apr 26, 2024
7d4e6f8
Test PBF planet files from latest api-db
Rub21 Apr 26, 2024
a9f0f0c
Update imposm SEQUENCE_NUMBER - staging
Rub21 Apr 26, 2024
5488b1e
Update resources for staging tiler
Rub21 Apr 29, 2024
92d19d0
Update Dockerfile
erictheise Apr 29, 2024
6496b14
Update osm-seed version taginfo
Rub21 Apr 30, 2024
737d571
Merge from main
Rub21 Apr 30, 2024
2fe67a0
Update tiler to displaywaterbody in lower zoom
Rub21 Apr 30, 2024
efd9625
Add natural earth - water lakes for tiler
Rub21 Apr 30, 2024
90f7fb0
Natural Earth provider/water-areas zoom 0-10
Rub21 May 1, 2024
ce2ebce
Update cronjob resource for taginfo-staging
Rub21 May 1, 2024
ac4f051
Update osm-seed version
Rub21 May 2, 2024
402e4c9
Set read_only mode for website - staging
Rub21 May 2, 2024
053ffea
Update settings.yml for key oauth - staging
Rub21 May 2, 2024
c4aa185
Set WEBSITE_STATUS in settings.yml
Rub21 May 2, 2024
eefcb00
Update setting-local website status
Rub21 May 2, 2024
daa10f4
Update EBS volume id for production api
Rub21 May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tiler EBS - staging, to test new API DB
  • Loading branch information
Rub21 committed Apr 25, 2024
commit 642ea2e6515a30e56f5d606fe9e9d55cae9f3ecc
8 changes: 4 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-0d2e86b6b7c8f530e
AWS_ElasticBlockStore_size: 100Gi
AWS_ElasticBlockStore_volumeID : vol-0040b8dd143c850ba
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
requests:
Expand All @@ -396,7 +396,7 @@ osm-seed:
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
REPLICATION_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute/
SEQUENCE_NUMBER: "675000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
Expand All @@ -405,7 +405,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-07750985d43369b63
AWS_ElasticBlockStore_volumeID: vol-00b9ffae1cef059bd
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand Down
Loading