がじぇ

お金と家電とプログラミングのブログ

エラー対応

Terraformで"Error deleting S3 notification configuration: OperationAborted"エラーが出力された時の対応

こんにちわ がじぇったー (@hackmylife7) | Twitter です。 Terraformでちょっとハマったので対応方法をメモに残しておきます。 TL;DR(要約) Before(エラーが発生していたS3のリソース定義) After

PostgreSQLのエラー対応方法(could not write to file "pg_xlog/xlogtemp.28545": No space left on device)

がじぇったー (@hackmylife7) | Twitter です。 /pgsql/data/pg_log/配下のログファイルに以下のエラーが出力された場合の対応方法についてまとめます。 could not write to file "pg_xlog/xlogtemp.28545": No space left on device 環境は以下の通りです。…