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

Stable Versions for carto, SQL-API, Windshaft-cartodb #33

Open
enriquetuya opened this issue Jun 4, 2018 · 4 comments
Open

Stable Versions for carto, SQL-API, Windshaft-cartodb #33

enriquetuya opened this issue Jun 4, 2018 · 4 comments

Comments

@enriquetuya
Copy link

enriquetuya commented Jun 4, 2018

Hi all, I'm trying to move away from cloning the master branches of al repos: cartodb, cartodb-postgresql, Windshaft-cartodb, CartoDB-SQL-API and start using some fixed tags so I can guarantee that on each build I have the same results. I was wondering if anyone has done the same in the past few months. I've seen a couple of comments on some issues about Windshaft version but that's it. I've already tried using the latest versions on each repo but that does not work.

Thanks to Everyone.

@sabman
Copy link
Collaborator

sabman commented Jun 20, 2018

I'm running into similar problems. How are your efforts going?

@enriquetuya
Copy link
Author

@sabman I had to pause them, I may have some news later next week. If you manage to work on this yourself, please let me know.

@enriquetuya
Copy link
Author

enriquetuya commented Jun 27, 2018

Experiment 1 (Failure)

ENV cartodb_postgresql_version=0.21.0
ENV cartodb_version=v4.11.59
ENV cartodb_windshaft_version=5.0.0
ENV cartodb_sql_api_version=2.1.0

Results:

  • Build success
  • Try out builder

Errors:

When trying to see the dataset rows:
/user/admin/api/v2/sql?sort_order=asc&rows_per_page=0&page=0&api_key=68b96c0f27375f2d74fc270eb8b8315005bf96f5&q=SELECT+*+FROM+(SELECT+*+FROM+table_182anp_geo_itrf08_noviembre_2017)+__wrapped
I get {"error":["Unauthorized"]}

Experiment 2 (Success)

Using versions from Jan 2018:

ENV cartodb_postgresql_version=0.21.0
ENV cartodb_version=v4.11.59
ENV cartodb_windshaft_version=5.0.0
ENV cartodb_sql_api_version=1.48.1

Results:

  • Build success
  • Try out builder
  • Try uploading a dataset.

enriquetuya added a commit to GlobalFishingWatch/docker-cartodb that referenced this issue Jun 27, 2018
* Modify order of the Docker file so it runs faster on version change iteration.
* Set versions to early Jan 2018.
Relates to:
chriswhong#33
@enriquetuya
Copy link
Author

@sabman @Prindle19 I've tried out the versions I mention above and work. You can also find some changes on the Dockerfile that allow quicker iteration over version changes here: GlobalFishingWatch@d4288b1

If you get latest versions working properly, please let me know.

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