Requirements

  • The below information is valid in Strawberry version 6.4.28 or newer versions.

Usage

1. SSH login to the Strawberry Linux server as root.

2. Type sb console and press Enter.
This will load the Rails environment.

3. Type Project.online.normal.find_each { |p| p.rescan } and press Enter.
This will rescan all projects on the shared storage. Please take note that this operation can take a while, meaning you should wait until it has been completed before proceeding with the next step. You can monitor the progress of the jobs from the Sidekiq web UI.

4. Finally, type Project.online.find_each {|p| ProjectSizeCalculationJob.perform_async(p.id) }. This will recalculate the sizes of all online projects on the shared storage. You can monitor the progress of the job from the Sidekiq web UI.

Last modified: Feb 28, 2024

Need more help with this?
Visit the Projective Support Websites

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.