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

Please add support for PostgreSQL 17 #5653

Open
daninus14 opened this issue Jan 23, 2025 · 2 comments
Open

Please add support for PostgreSQL 17 #5653

daninus14 opened this issue Jan 23, 2025 · 2 comments

Comments

@daninus14
Copy link

Please add support for PostgreSQL 17

 [14/27] Select postgresql_version
    1 - 16
    2 - 15
    3 - 14
    4 - 13
    5 - 12
    Choose from [1/2/3/4/5] (1): 1
@luzfcb
Copy link
Collaborator

luzfcb commented Jan 23, 2025

@daninus14 a pull request for that is welcome. If you are interested in contributing, the files you probably need to modify are

{"postgresql_version": "16"},
{"postgresql_version": "15"},
{"postgresql_version": "14"},
{"postgresql_version": "13"},
{"postgresql_version": "12"},

"postgresql_version": ["16", "15", "14", "13", "12"],

- Uses PostgreSQL everywhere: 12 - 16 ([MySQL fork](https://github.com/mabdullahadeel/cookiecutter-django-mysql) also available).

Select postgresql_version:
1 - 16
2 - 15
3 - 14
4 - 13
5 - 12

postgresql_version:
Select a PostgreSQL_ version to use. The choices are:
1. 16
2. 15
3. 14
4. 13
5. 12

@daninus14
Copy link
Author

Thanks for providing those files, that's very helpful for making a PR. I will try to see if I can get to it in the next week, though no promises

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

No branches or pull requests

2 participants