You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to determine if there is additional work to upgrade-in-place or migrate the existing Inventory production database, data.gov operator wants to test the inventory upgrade/migration with production data.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
GIVEN we restore a recent production snapshot in staging
WHEN I run through the switchover process
THEN there exists a plan with documented step-by-step instructions that can be followed to completion
GIVEN the switchover process has been executed on staging
WHEN I open the staging URL
AND I submit a new dataset
THEN I can view the new dataset's page
AND I can export a data.json file with the new dataset.
All activity will be in the staging environment. Any security concerns for the production migration will be noted as follow-on issues alongside other issues identified during the research.
Sketch
Create a new RDS instance based on a recent Inventory production database snapshot in BSP
Run the ckan db update command
Identify any issues and possible remediations
Create additional GH issues for any additional work necessary
Draft a switchover plan with any step-by-step instructions to be exceuted in order to go live with CKAN 2.8 in a GH issue
The text was updated successfully, but these errors were encountered:
User Story
In order to determine if there is additional work to upgrade-in-place or migrate the existing Inventory production database, data.gov operator wants to test the inventory upgrade/migration with production data.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
WHEN I run through the switchover process
THEN there exists a plan with documented step-by-step instructions that can be followed to completion
WHEN I open the staging URL
AND I submit a new dataset
THEN I can view the new dataset's page
AND I can export a data.json file with the new dataset.
Background
Research story should be time boxed to 1 day.
Security Considerations (required)
All activity will be in the staging environment. Any security concerns for the production migration will be noted as follow-on issues alongside other issues identified during the research.
Sketch
ckan db update
commandThe text was updated successfully, but these errors were encountered: