Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        1. SSH to login.terena.org
        2. Connect to db:  sudo -u postgres psql
        3. (Optional): "\l" lists all databases
        4. Connect to account_linker_dev1: "\connect account_linker_dev1;"
        5. (Optional): "\d" describes the database (account_linker_dev1)
        6. run this query: select * from vw_attributes_new where user_id=1398; ### this is the user_id we receive by email when a user requests access

...