Documentation
Changelogs
User Guides
Technical Docs
API Docs
API Docs
Technical Docs
User Guides
Changelogs
Versions
3.0 (edge)
2.7
2.6 (stable)
2.5
2.4
2.3
2.2
#
How to use Peatio with PostgreSQL
Ensure your PostgreSQL version is 10.2.x.
Replace
mysql2
Gem with
pg
, lock version range to
~> 0.21
.
Replace adapter name in config/database.yml:
mysql2
to
postgresql
.
Remove
config/initializers/abstract_mysql2_adapter.rb
Run
bundle install
.