Skip to content
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

Bitnami Redmine: Is it possible to Upgrade to Apache version 2.4.59 or later? #1633

Closed
yhn-ncs opened this issue Aug 21, 2024 · 7 comments
Closed
Assignees
Labels
how-to How to issues reported by users redmine solved stale 15 days without activity triage Triage is needed

Comments

@yhn-ncs
Copy link

yhn-ncs commented Aug 21, 2024

Describe your issue as much as you can

Hi Bitnami Redmine Support,

Currently we are using the below production version.

Environment:
Redmine version 5.1.0.stable
Ruby version 3.0.6-p216 (2023-03-30) [x86_64-linux]
Rails version 6.1.7.6
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::InlineAdapter

SCM:
Subversion 1.14.2
Git 2.30.2
Filesystem
Redmine plugins:
no plugin installed

From VMS scanning report, we need to upgrade Apache version 2.4.59 or later. I come across the below URL. Is it possible to upgrade? Could current Redmine be crashed? Kindly help.

https://linuxcapable.com/how-to-install-apache-on-debian-linux/

Thanks & Regards,
Ye

@yhn-ncs yhn-ncs added the how-to How to issues reported by users label Aug 21, 2024
@github-actions github-actions bot added the triage Triage is needed label Aug 21, 2024
@yhn-ncs
Copy link
Author

yhn-ncs commented Aug 23, 2024

Upgrading Apache to version 2.4.59 or later is definitely possible, and it should not crash your current Redmine setup if done correctly. Here are the steps you can follow to upgrade Apache on your Debian-based system:

Backup Your Current Configuration: Before making any changes, ensure you have a backup of your current Apache configuration and Redmine data . Update Package Lists: Run the following commands to update your package lists: sudo apt update

Install Apache 2.4.59 or Later: Use the following commands to install the latest version of Apache: sudo apt install apache2

Verify Apache Version: After installation, verify the Apache version to ensure it has been updated: apache2 -v

Restart Apache: Restart the Apache service to apply the changes: sudo systemctl restart apache2

Check Redmine Configuration: Ensure that your Redmine configuration is still intact and that the site is accessible. Check the Apache error logs if you encounter any issues: sudo tail -f /var/log/apache2/error.log

Potential Issues and Solutions Module Compatibility: Ensure that all Apache modules you are using are compatible with the new version. Some modules might need to be re-enabled or reconfigured. Configuration Changes: Review any changes in Apache configuration syntax or directives between versions. You can refer to the Apache upgrade documentation for detailed information

Thank you so much for your helpful comments. I will try in UAT.

Regards,
Ye

@yhn-ncs
Copy link
Author

yhn-ncs commented Aug 23, 2024

Hi @gongomgra

Do you have also any comment?

Thanks & Regards,
Ye

@gongomgra
Copy link
Collaborator

Hi @yhn-ncs,

Thanks for using Bitnami. As mentioned in other tickets of this forum, updating base components of our assets is not possible. Also note that the Apache server in our images is not installed from system repositories but built from source code, so you can not update it that way either. You will need to launch a new instance with the updated components and then migrate the app data there. Hope it helps!

@yhn-ncs
Copy link
Author

yhn-ncs commented Aug 29, 2024

Hi @gongomgra

Thank you for your comment. I will update you back.

Regards
Ye

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Sep 14, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how-to How to issues reported by users redmine solved stale 15 days without activity triage Triage is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@gongomgra @bitnami-bot @yhn-ncs and others