LoginSignup
3
3

More than 5 years have passed since last update.

HerokuのポスグレにpgAdminやその他ツールから接続する

Posted at

メモ的に。

接続URLを取得して読み解く

接続URLを取得する。

heroku config

postgres://ではじまるURLが取得できるのでURLから情報を抜く。

postgres://<接続ユーザー>:<パスワード>@<ホスト名>:<ポート>/<DB名>

各ツールの接続設定に情報を入力して完了。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3