差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
softwares:fluent_bit:fluent_bit_pgsql [2024/03/15 12:41] – 作成 kobayash | softwares:fluent_bit:fluent_bit_pgsql [2024/03/15 12:50] (現在) – kobayash | ||
---|---|---|---|
行 4: | 行 4: | ||
=== PostgreSQL インストール === | === PostgreSQL インストール === | ||
* 参考: PostgreSQL を Ubuntu に普通にインストール https:// | * 参考: PostgreSQL を Ubuntu に普通にインストール https:// | ||
- | * < | + | * apt コマンドで PostgreSQL をインストール |
+ | * インストールされたか確認。なんか走っている?< | ||
+ | could not change directory to "/ | ||
+ | psql (14.11 (Ubuntu 14.11-0ubuntu0.22.04.1)) | ||
+ | Type " | ||
+ | |||
+ | postgres=# select version(); | ||
+ | version | ||
+ | ---------------------------------------------------------------------------------------------------------------------------------------- | ||
+ | | ||
+ | (1 row) | ||
+ | |||
+ | < q でコマンドプロンプト的なところに戻る > | ||
+ | postgres-# \q | ||
+ | $ | ||
+ | </ | ||
+ | * / | ||
+ | # - Connection Settings - | ||
+ | |||
+ | # | ||
+ | # comma-separated list of addresses; | ||
+ | # defaults to ' | ||
+ | all | ||
+ | # (change requires restart) | ||
+ | port = 5432 # (change requires restart) | ||
+ | |||
+ | | | | | ||
+ | V V V | ||
+ | |||
+ | # - Connection Settings - | ||
+ | |||
+ | listen_addresses = ' | ||
+ | # comma-separated list of addresses; | ||
+ | # defaults to ' | ||
+ | all | ||
+ | # (change requires restart) | ||
+ | port = 5432 # (change requires restart) | ||
+ | </ | ||
+ | |||
+ |