Optional: Deleting object stores post-deployment
You can delete extra object stores post-deployment by deleting it from the ACCE and
updating the custom resource file to remove the extra data source configuration from Content
Platform Engine pod.
Procedure
- Determine the database or table space that you want to delete by reviewing the data source's information in the custom resource YAML used for your deployment, backup the database if necessary.
- Delete the object store. For more information, see Deleting an object store.
- Modify the custom resource to remove the deleted object store's related data source
information from the
datasource_configuration.dc_os_datasources
section. - If the deleted object store has initialization information in the
initialize_configuration.ic_obj_store_creation.object_stores
section, modify the custom resource to remove the related initialization information. - If the deleted object store has credential information in the
ibm-fncm-secret
, modify the secret to remove the deleted object store's related credential information. - Apply the updated custom resource and allow the operator to remove that data source information from Content Platform Engine pod.