Skip to content

Commit

Permalink
Retire Mapit
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Oct 24, 2022
1 parent 459b8c4 commit 625c310
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 124 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ task :verify_deployable_apps do
sidekiq-monitoring

manuals-frontend
mapit
]

missing_apps = (deployable_applications - (our_applications + intentionally_missing)).uniq
Expand Down
1 change: 0 additions & 1 deletion config/tech-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ redirects:
/apps/local-links-manager.html: /repos/local-links-manager.html
/apps/locations-api.html: /repos/locations-api.html
/apps/manuals-publisher.html: /repos/manuals-publisher.html
/apps/mapit.html: /repos/mapit.html
/apps/maslow.html: /repos/maslow.html
/apps/metadata-api.html: /repos/metadata-api.html
/apps/multipage-frontend.html: /repos/multipage-frontend.html
Expand Down
6 changes: 6 additions & 0 deletions data/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -832,15 +832,21 @@
production_hosted_on: aws

- repo_name: mapit
retired: true
type: APIs
team: "#govuk-platform-reliability-team"
api_docs_url: https://mapit.mysociety.org/docs/
production_hosted_on: aws
description: |
Used to do postcode lookups for Imminence and Frontend (now
replaced by locations-api)
- repo_name: mapit-scripts
retired: true
type: Utilities
team: "#govuk-platform-reliability-team"
production_hosted_on: aws
description: Scripts used by mapit (now retired)

- repo_name: maslow
type: Publishing apps
Expand Down
57 changes: 0 additions & 57 deletions source/manual/alerts/unknown-error-with-postgresql-mapit.html.md

This file was deleted.

4 changes: 2 additions & 2 deletions source/manual/howto-copy-postgresql-between-machines.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sudo chown postgres:postgres /var/lib/postgresql/name_of_database.bak
Stop any services that are relying on the database, e.g.:

```sh
sudo service mapit stop
sudo service unknown-govuk-service stop
```

Assume the PostgreSQL user role:
Expand Down Expand Up @@ -122,7 +122,7 @@ sudo service postgresql restart
Restart whatever services you stopped, e.g.:

```sh
sudo service mapit start
sudo service unknown-govuk-service start
```

Tidy up after yourself:
Expand Down
37 changes: 0 additions & 37 deletions source/manual/mapit-caches.html.md

This file was deleted.

27 changes: 0 additions & 27 deletions source/manual/scale-mapit.html.md

This file was deleted.

0 comments on commit 625c310

Please sign in to comment.