Re: Redmine and PostGres mismatch
Xin Li <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Organization | The FreeBSD Project |
| Message-ID | <[email protected]> |
On 2026-02-17 08:26, Andrea Venturoli wrote:
> 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?
Could you please try updating the port to the latest version and see if
that would fix the issue?
Cheers,