Redmine and PostGres mismatch
Andrea Venturoli <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Hello.
I'm trying to upgrade www/redmine60 to 6.0.8.
Unfortunately it doesn't start:
> Puma starting in single mode...
> * Puma version: 7.1.0 ("Neon Witch")
> * Ruby version: ruby 3.3.10 (2025-10-23 revision 343ea05002) [amd64-freebsd14]
> * Min threads: 0
> * Max threads: 5
> * Environment: production
> * PID: 50524
> ! Unable to load application: Bundler::GemNotFound: Could not find gem 'pg (~> 1.5.3)' in locally installed gems.
>
> The source contains the following gems matching 'pg':
> * pg-1.6.2
> /usr/local/lib/ruby/gems/3.3/gems/bundler-2.7.2/lib/bundler/resolver.rb:356:in `raise_not_found!': Could not find gem 'pg (~> 1.5.3)' in locally installed gems. (Bundler::GemNotFound)
>
> The source contains the following gems matching 'pg':
> * pg-1.6.2
It seems it searches for pg-1.5.x, but the porttree has 1.6.x.
Do you have any planned solution?
Should I just downgrade pg locally?
bye & Thanks
av.