All public logs

From Notes_Wiki

Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:42, 16 August 2025 Rohith talk contribs created page Steps to resend helpdesk emails for past 3-4 days updates using script (Created page with "=== '''Steps to initiate the emails of past 2-3 updates on helpdesk''' === === 1. Locate Redmine Gemfile === <pre> sudo find / -name "Gemfile" | grep redmine </pre> === 2. Navigate to Redmine Directory === <pre> cd /opt/redmine/ </pre> === 3. Start Redmine Console in Production Mode === <pre> RAILS_ENV=production bundle exec rails console </pre> Once the above command is executed, you should see the following result: <pre> root@helpdesk:/opt/redmine# RAILS_ENV=prod...")