Announcements

Tip of the Day: Using the CLI to Change the Database User Password

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Using the CLI to Change the Database User Password

    Posted 11-17-2014 06:41:00 PM
    No replies, thread closed.
    1. ssh into your engine using Admin privileges
    ssh delphix_admin@delphixengine
    2. Go to sourceconfig and find the database that you need to update the password on
    delphix > sourceconfig
    delphix sourceconfig > ls
    3. Select database and update password
    delphix sourceconfig > select "yourdatabase"
    delphix sourceconfig "yourdatabase" > update
    delphix sourceconfig "yourdatabase" update *> credentials.password="new password"
    4. Commit the change
    delphix sourceconfig "yourdatabase" update *> commit
    #Tip