We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove python2.7 install, uplift to use latest psycogpg2 as postgres 15 enforces ssl and python2 (last version) does not support it.
https://github.com/qld-gov-au/opswx-ckan-cookbook/blob/master/templates/default/installdatastore.py.erb#L7
sys.path.append("/usr/lib/ckan/default/lib/python2.7/site-packages") import psycopg2 from psycopg2.extensions import ISOLATION_LEVEL_AUTOCOMMIT try: conn = psycopg2.connect("dbname='postgres' user='ckan_dba' host='<%= node['datashades']['version'] %>pg.<%= node['datashades']['tld'] %>' password='<%= node['datashades']['postgres']['password'] %>'") except: sys.exit(1)
The text was updated successfully, but these errors were encountered:
We don't run the installdatastore recipe.
installdatastore
Sorry, something went wrong.
https://github.com/search?q=repo%3Aqld-gov-au%2Fopswx-ckan-cookbook%20python2.7&type=code Also
opswx-ckan-cookbook/templates/default/installckandbuser.py.erb
Line 7 in 387b5f3
opswx-ckan-cookbook/templates/default/installpostgis.py.erb
drop Python 2 support, GitHub #468
3870b69
ThrawnCA
No branches or pull requests
Remove python2.7 install, uplift to use latest psycogpg2 as postgres 15 enforces ssl and python2 (last version) does not support it.
https://github.com/qld-gov-au/opswx-ckan-cookbook/blob/master/templates/default/installdatastore.py.erb#L7
The text was updated successfully, but these errors were encountered: