Closed (fixed)
Project:
Hosting
Version:
6.x-0.4-alpha3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 22:15 UTC
Updated:
12 Jun 2014 at 08:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedPatch for provision and hostmaster
Remember to run update.php to apply the database change.
Comment #2
Anonymous (not verified) commentedP.S I can't think of a good way to use hook_update() to fetch and update the file size of *existing* backups for existing users.
Because even though we store the filename in the database, the /var/aegir/backups dir is owned by the aegir user and the www-data user (executing the hook_update) can't stat the files inside it to get a filesize() of them.
So I think we'll just have to live with that, and people should probably rotate out old backups anyway. Besides, this isn't really crucial information, it's just nice to have.
Comment #3
realityloop commentedagreed, we're still using betas anyway.. if it's working from 1.0 release then I think it's all gravy :)
Comment #4
Anonymous (not verified) commentedAlrighty, committed, thanks!