-
Notifications
You must be signed in to change notification settings - Fork 103
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
Not able to run with pgsql and docker #155
Comments
No urge to fix this, I gave up and use a standalone MySql instead, which btw worked like a charm :) |
My feeling is that the type of database is kind of an internal detail to Quepid... Kind of like when Solr went from a WAR deployable in Tomcat or Jetty to the servlet container being a internal detail to Solr. Supporting multiple databases would require a much more comprehensive CI process than we have today ;-) |
Ok, that can be a choice you make. If so, I'd document it clearly and remove Where I'm coming from is we plan to deploy Quepid as a container in our environment, but at the same time we don't want to keep the DB on the same host where it can get lost. We use ECS for containers and RDS for databases. It worked fine once I provisioned a MySql RDS db. |
I’d love any tips on the https://github.com/o19s/quepid/wiki/Installation-Guide page for what you did to get it working with RDS, and that is a good suggestion on changing up the DB_ADAPTER.
Let me reopen this ticket to make sure we actually get that change done ;-)
… On Jun 10, 2020, at 7:40 AM, Jan Høydahl ***@***.***> wrote:
Closed #155 <#155>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#155 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAFO6YAINZ77BJRLYQIPXLRV5WJPANCNFSM4N2HTRLQ>.
_______________________
Eric Pugh | Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com <http://www.opensourceconnections.com/> | My Free/Busy <http://tinyurl.com/eric-cal>
Co-Author: Apache Solr Enterprise Search Server, 3rd Ed <https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw>
This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such.
|
Keep ticket open till we update the documentation etc. |
My feedback on installation guide wiki is:
The only thing I did to talk to RDS in AWS was to change |
Interesting on the DATABASE_URL versus teh DB_HOST etc.. I don't know why it's like that, though I think it's a pattern that I've seen... not sure why! |
…around. Also can reduce number of parameters in the production setup. fixes #155
Added a comment about AWS RDS to https://github.com/o19s/quepid/wiki/Installation-Guide#docker-compose-based-install |
Describe the bug
Trying to use a Postgres DB for docker-compose is hard and fails.
To Reproduce
Steps to reproduce the behavior:
o19s/quepid
Dockerfile.prod
,Gemfile
andconfig
locally, addpg ~> 0.18
to Gemfile (and Gemfile.lock) and modify docker-compose file accordingly (see Dockerfile)db:setup
is runExpected behavior
schema.rb
and migrations should work across different databasesThe text was updated successfully, but these errors were encountered: