Go to primary content
Oracle® Communications Unified Data Repository Cloud Native Installation and Upgrade Guide
Release 1.0
F17617-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Modifying UDR DB Name

The default UDR DB name is udrdb. For using a different DB name for UDR, perform the following steps before proceeding to the helm installation of UDR.

  1. Under mysql section, modify the parameter, dbname to the desired value in ocudr_values.yaml file.
  2. Login to the NDBCLUSTER sql node and copy the udrSchema.sql file to the same.

    Note:

    The udrSchema.sql is available in the UDR Customer Documentation.
  3. Change the DB name to desired value in udrSchema.sql file in the below highlighted places.



  4. Login to MySQL console, create an empty database with the desired database name on the sql node, and then exit then MySQL console.
  5. Run the following command from the folder where the schema is present.
    mysql -h 127.0.0.1 -username -password <UDR DB_NAME TO BE USED> < udrSchema.sql

    For example,

    mysql -h 127.0.0.1 -username -password udrdb_demo < udrSchema.sql