Trellis を使用して wordpress サイトをセットアップしました。最初に、vault.yml を暗号化せずにサーバーをセットアップしてデプロイしました。すべてが正常に機能したら、vault.yml のパスワードを変更し、ファイルを暗号化しました。しかし、私の展開は今失敗します。そして、次のエラーが表示されます-
TASK [deploy : WordPress Installed?]
**************************
System info:
Ansible 2.6.3; Darwin
Trellis version (per changelog): "Allow customizing Nginx `worker_connections`"
---------------------------------------------------
non-zero return code
Error: Error establishing a database connection. This either means that
the username and password information in your `wp-config.php` file is
incorrect or we can’t contact the database server at `localhost`. This
could mean your host’s database server is down.
fatal: [mysite.org]: FAILED! => {"changed": false,
"cmd": ["wp", "core", "is-installed", "--skip-plugins", "--skip-
themes", "--require=/srv/www/mysite.org/shared/tmp_multisite_constants.php"], "delta":
"0:00:00.224955", "end": "2019-01-04 16:59:01.531111",
"failed_when_result": true, "rc": 1, "start": "2019-01-04
16:59:01.306156", "stderr_lines": ["Error: Error establishing a
database connection. This either means that the username and password
information in your `wp-config.php` file is incorrect or we can’t
contact the database server at `localhost`. This could mean your host’s
database server is down."], "stdout": "", "stdout_lines": []}
to retry, use: --limit
@/Users/praneethavelamuri/Desktop/path/to/my/project/trellis/deploy.retry
見逃したステップはありますか?私はこれらの手順に従いました-
- ansible-playbook server.yml -e env=ステージング
- ./bin/deploy.sh ステージング mysite.org
- staging/vault.yml でパスワードを変更します
- 金庫のパスワードを設定
- ansible にパスワードを通知する
- ファイルを暗号化する
- ファイルをコミットしてレポをプッシュする
- 再デプロイすると、エラーが発生します!