Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgeSQL10に対応 #3401

Merged
merged 14 commits into from Jul 27, 2018
Merged

Conversation

chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Jul 25, 2018

概要(Overview・Refs Issue)

  • Doctrine DBALを2.5.x -> 2.8.xに更新
  • 上記に伴いPostgreSQL10に対応しています

方針(Policy)

システム要件が以下のように更新されます。

  • PHP: 7.1.3以上
  • DB: PostgreSQL 10に対応

主要なライブラリのバージョンは以下の通りです。

  • Symfony 3.4.x
  • Doctrine DBAL: 2.8.x
  • Doctrine ORM: 2.6.x
  • Twig: 2.5.x
  • SwiftMailer: 6.1.x

実装に関する補足(Appendix)

PostgreSQL10を使う場合は、.envのDATABASE_SERVER_VERSION10に設定する必要があります。

インストールコマンドを実行する際に、以下のようにバージョンを指定してください

bin/console eccube:install

...

Database Server version [auto]:
 > 10 <- 10を指定

テスト(Test)

  • 既存のテストにパスすることを確認

備考

EC-CUBE/ec-cube.github.io#177

@chihiro-adachi
Copy link
Contributor Author

#2603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
document Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants