ハマった割に全然情報がなさそうだったので備忘録がてらまとめておく。 Standard 環境については使ったことがないので知らない。 何が起きたかと言うと、 App Engine をバージョン停止 → 起動を行うとサーバー […]
タグ: トラブルシューティング
Rails で PG::UndefinedTable: ERROR: relation “users” does not exist が発生した
突然開発環境の Rails が起動できなくなった rake aborted! ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation “us […]
bundle exec rails server を実行したのに rails new 扱いされた
↓みたいな構成で root 直下の Gemfile には rails だけ入れてある $ gem install bundler $ bundle install –path vendor/bundle $ bundl […]
WordPress のプラグインを追加した時に Error: It seems that CURL is disabled on your server. というエラーが起きた
Error: It seems that CURL is disabled on your server. というエラーが出た。 調べたところ PHP から curl を呼び出すモジュールがないらしい。 解決方法 ※ 使 […]
Ruby on Rails 環境構築時に `require’: cannot load such file — bootsnap/setup (LoadError)
Ruby も初めてなのでお作法的なのをとりあえずメモ お作法 bundler を使って gem 管理する。 $ gem install bundler Gemfile を作成する $ bundle init 作成した G […]
GCE の debian で apt update したときのエラー
環境 Debian 9 (stretch) on GCE GCE の Debian で運用してたときに apt update したら cloud-sdk まわりでエラーがでた。 Err:6 http://packages […]
ansible で遭遇したエラー
遭遇したエラー 随時更新予定 [内容] handler から include_role を使用した時に以下のようなエラーになった @v2.5.1 ERROR! Unexpected Exception, this is […]