0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PostgreSQL実験室

0
Last updated at Posted at 2025-11-02

私が勉強中のLinuxサーバー実験室PostgreSQLについてのメモです。

PostgreSQL実験室/環境構築

  • Rockey Linux 10.xPostgreSQL17のセットアップ手順です.

PostgreSQL実験室/データベースクラスタ初期設定

  • ユーザー(ロール)作成, テーブル空間作成等, 実験用の環境設定を行います.

PostgreSQL実験室/OSユーザー初期設定

  • psqlコマンドを実行するOSユーザー用の環境設定を行います.

PostgreSQL実験室/データベース作成

  • データベース作成, 各種拡張機能の有効化等の設定を行います.

PostgreSQL実験室/データベースオブジェクト作成

  • 実験データ用スキーマ作成, テーブル作成, オブジェクト権限付与等の設定を行います.

PostgreSQL実験室/データ投入

  • 実験用テーブルに対してデータを投入する方法を確認します.

PostgreSQL実験室 / レプリケーション

  • ストリーミングレプリケーション, ロジカルレプリケーションの設定を行います.

PostgreSQL実験室 / バックアップ・リストア

  • pg_dump, pg_dumpall, pg_resotreコマンドを使用したバックアップ, リストアを行います.ストリーミングレプリケーション, ロジカルレプリケーションの設定を行います.

PostgreSQL実験室 / Pgool-II動作確認

  • Pgpool-II環境での自動フェイルオーバー, 手動スイッチオーバー, オンラインリカバリの動作確認を行います.
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?