Actions
Task #11614
closedCreate two new backup serviceEndpoint for ckan catalogue
Start date:
Apr 11, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
In order to provide a way to perform the ckan catalogue context switch, it's needed to create two new "backup" service endpoints:
<Category>Application</Category> <Name>CKanDataCatalogue_bck</Name>
<Category>Database</Category> <Name>CKanDatabase_bck</Name>
filled with the same scopes of the following originals service endpoints:
<Category>Application</Category> <Name>CKanDataCatalogue</Name>
<Category>Database</Category> <Name>CKanDatabase</Name>
When a context switch is needed, the backup service ednpoints will be renamed as the original service endpoints and viceversa, as tested in #11483
Related issues
Updated by Roberto Cirillo about 7 years ago
- Blocked by Task #11615: Restore original context of ckan data catalogue on TabularDataLab VRE added
Updated by Roberto Cirillo about 7 years ago
I've added "bb" to the "_bck" suffix in order to distinguishing them from the other ckan instances. The backup resources names are going to be:
- CKanDatabase_bb_bck
- CKanDataCatalogue_bck
Updated by Roberto Cirillo about 7 years ago
- Status changed from New to In Progress
Updated by Roberto Cirillo about 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Now the backup resources match the scopes of the original resources. This operation has been executed by a script.
Actions