Skip to content

Commit

Permalink
Update upgrading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Nov 21, 2024
1 parent f929429 commit 894c681
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

## Steps for v0.5.0

### Database Migrations
* Copy migration for `reference_types` table
* Copy migration for `documents_references` table
* Copy migration to rename `documents_references` to `document_distributions`
* Seed the `reference_types` table

### Application Changes
* Mimetypes need to be updated in the application
* New routes for reference types and documents references
* Solr schema changes - new copyfield for database index auditing
* Set env var for `GBL_ADMIN_REFERENCES_MIGRATED` to `false`
* Migrate existing `dct_reference_s` values to the new `document_reference` table
* COPY MIGRATION - Copy migration for `reference_types` table
* COPY MIGRATION - Copy migration for `documents_references` table
* COPY MIGRATION - Copy migration to rename `documents_references` to `document_distributions`
* SEED - Seed the `reference_types` table
* MIMETYPE - changes need to be updated in the application
* ROUTES - New routes for reference types and document distributions
* SOLR - Solr schema changes - new copyfield for database index auditing (?)
* ENV VAR - Set env var for `GBL_ADMIN_REFERENCES_MIGRATED` to `false`
* DB MIGRATE - Migrate existing `dct_reference_s` values to the new `document_reference` table
* `rake geoblacklight_admin:references:migrate`
* Audit the references migration
* DB AUDIT - Audit the references migration
* `rake geoblacklight_admin:references:audit`
* Set env var for `GBL_ADMIN_REFERENCES_MIGRATED` to `true`
* ENV VAR - Set env var for `GBL_ADMIN_REFERENCES_MIGRATED` to `true`
* ELEMENTS - Update the References element import/export function to distributions_json

0 comments on commit 894c681

Please sign in to comment.