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

Upgrade to Ubuntu 18.04 LTS #2616

Open
hackdna opened this issue Feb 22, 2018 · 2 comments
Open

Upgrade to Ubuntu 18.04 LTS #2616

hackdna opened this issue Feb 22, 2018 · 2 comments

Comments

@hackdna
Copy link
Member

hackdna commented Feb 22, 2018

Currently used version 16.04 LTS has end of life date April 2021
Ubuntu 18.04 LTS has end of life date April 2023
https://wiki.ubuntu.com/Releases

Python 3.5 (included in Ubuntu 16.04 LTS) end-of-life is 2020-09-13
Ubuntu 18.04 LTS comes with Python 3.6
https://devguide.python.org/#status-of-python-branches

Considerations:

  • Travis CI support (replace with AWS CodeBuild?)
  • OS service management (systemd)
  • System package compatibility with Refinery dependencies
  • Going from Python 3.5 (standard on 16.04) to Python 3.6

Resources:

Requires: upgrade to Django 1.11 (#2572)

@drj11
Copy link
Contributor

drj11 commented Feb 23, 2018

Apparently Travis CI only support Precise, 12.04, and Trusty, 14.04.

Should we have separate a separate issue for that?

@hackdna
Copy link
Member Author

hackdna commented Feb 23, 2018

All three environments (dev: Vagrant, prod: AWS, CI: Travis) should be updated in sync. We may have to replace Travis with another CI system but I don't think it's necessary to have a separate issue for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Technical Debt
  
Dependencies
Development

No branches or pull requests

2 participants