I'm using jumpbox redmine 1.1.10. I got problem with backing up.
My share drive is on Windows 2008 Standard edition. At first it working fine for 8 or six backups but after awhile the backup stop working. And now it even shutdown itself when I tried to backup. After checking I thought it because of my hard disk size since in your support document mentions it needs quite large space for backup.
I follow 'Manual Disk Swap Method' in http://wiki.jumpbox.com/doc/runtime/faq/larger_storage_disk and successfully increase storage drive to 75 GB and to make sure I increase memory to 2 GB.
I tried backup on web again. this times it not shutdown itself anymore but it still not work then I ssh and use 'sudo ruby /jumpbox/application_portal/privileged_scripts/ubuntu/app.rb start_backup_real' to manually start it and it show error in the picture (http://202.29.88.250/RedmineBackupErrorCapture.JPG)
Pleae let me know how to backup in my case because I want to upgrade to newer version of jumpbox redmine.
Regards,
Kittivong S.
Redmine 1.1.10 backup error
Sounds like you are running out of memory or disk space.
During the backup, on a different console, run:
The first is shows memory usage, the next shows disk usage. Have you expanded the memory allocated to the JumpBox at all or are you still using the default?
Austin
More info.
my backup drive has 100 GB free space
here memory and hdd info.
root@clearskyrm:/home/admin# free -m
total used free shared buffers cached
Mem: 2027 275 1751 0 12 75
-/+ buffers/cache: 187 1839
Swap: 549 0 549
root@clearskyrm:/home/admin# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 965M 603M 314M 66% /
varrun 1014M 176K 1014M 1% /var/run
varlock 1014M 0 1014M 0% /var/lock
udev 1014M 48K 1014M 1% /dev
devshm 1014M 0 1014M 0% /dev/shm
/dev/sdc1 70G 1.5G 65G 3% /storage
here the error messages
* Dumped revision 70.
tar: Removing leading `/' from member names
gzip: /var/data/backup/jb-redmine-1.1.10-clearskyrm-2b3b486e477a11deb6f2af96dd5e31e6-20100901230152: Input/output error
/usr/lib/ruby/1.8/fileutils.rb:505:in `rename': No such file or directory - /var/data/backup/jb-redmine-1.1.10-clearskyrm-2b3b486e477a11deb6f2af96dd5e31e6-20100901230152.gz or /var/data/backup/jb-redmine-1.1.10-clearskyrm-2b3b486e477a11deb6f2af96dd5e31e6-20100901230152.tgz (Errno::ENOENT)
from /usr/lib/ruby/1.8/fileutils.rb:505:in `mv'
from /usr/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest'
from /usr/lib/ruby/1.8/fileutils.rb:1411:in `fu_each_src_dest0'
from /usr/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest'
from /usr/lib/ruby/1.8/fileutils.rb:494:in `mv'
from /jumpbox/application_portal/privileged_scripts/ubuntu/lib/backup.rb:826:in `run_backup_real'
from /jumpbox/application_portal/privileged_scripts/ubuntu/lib/backup.rb:269:in `start_backup_real'
from /jumpbox/application_portal/privileged_scripts/ubuntu/lib/utils.rb:176:in `send'
from /jumpbox/application_portal/privileged_scripts/ubuntu/lib/utils.rb:176:in `execute_method'
from /jumpbox/application_portal/privileged_scripts/ubuntu/app.rb:160