Krzysztof K
- Login: devurandom232554364564
- Registered on: 2021-02-11
- Last connection: 2022-04-08
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
2022-04-11
- 12:36 Redmine Help: RE: redmine:email:receive_pop3 uses 100% cpu
- It turned out there was a problem with the VPS instance itself. After it was resolved the e-mail reciving task takes ...
2022-04-08
- Hi,
The command below create issues in the Redmine using fetched e-mail messages. The problem is this process uses...
2022-03-02
- 10:41 Redmine Help: RE: How to make multiple Redmine instances work on the same server
- I think the easiest would be to use Docker contenerization https://docs.docker.com/get-started/overview/. You can fin...
2022-02-13
- 09:28 Redmine Help: RE: Automatically delete closed issues older than 365 days
- Luis, my knowlege of RoR is very limited, so please test it in rails console without _each(&:destroy)_ action to be s...
2022-02-11
- 09:00 Redmine Help: RE: Automatically delete closed issues older than 365 days
- It was not easy but it seems to work...
the command to put in the cron:...
2022-02-08
- 13:48 Redmine Help: RE: Automatically delete closed issues older than 365 days
- Jim Lee wrote:
> One modification to the above suggestion...
>
> You can use #Destroy to make sure that all callb...
2021-08-27
- 11:30 Redmine Help: RE: Automatically delete closed issues older than 365 days
- cd /opt/bitnami/redmine/bin
./rails c production
Issue.where("closed_on < '#{365.days.ago}'").delete
2021-02-11
- Hi, I need to automatically delete all closed issues from all projects older than 365 days from redmine. I need help ...
Also available in: Atom