mosquito / pypi-server

Tornado based server like pypi.python.org. With caching from pypi.
MIT License
120 stars 38 forks source link

[Fix] Postgres and MySQL tried to use default port instead of the provided one in uri #38

Closed yitsushi closed 5 years ago

yitsushi commented 5 years ago

With managed databases (AWS, DigitalOcean, etc) it's not able to execute migration/init_db. check_port uses the right port, but init_* does not.