Re: [Dhis2-devs] [Dhis2-users] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Guy Ekani
Hello, try to see with the features of this hoster : Why BAO Hosting? | BAO Systems |   | |   |   |   |   |   | | Why BAO Hosting? | BAO SystemsDHIS 2 hosting in the cloud | | | | Afficher sur www.baosystems.com | Aperçu par Yahoo | | | |   |   Sincerely= EKANI Guy 

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Bob Jolliffe
Hi Gerald We tested this when I was in Sierra Leone and we were finding serious problems with bandwidth getting the data back to Sierra Leone. So you are going to have to think carefully about when and how often to synch. Currently your database files are very small as you don't have much data

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17726: move the User-group-managemen user interface from dashboard module to dhis-web-maintenance-user m...

2014-12-18 Thread noreply
revno: 17726 committer: Tran Chautran.hispviet...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 18:41:20 +0700 message: move the User-group-managemen user interface from dashboard module to dhis-web-maintenance-user module.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17727: typo fix in number validation directive; labels for ou tree and meta-data download progress indic...

2014-12-18 Thread noreply
revno: 17727 committer: Abyot Asalefew Gizaw aby...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 12:50:32 +0100 message: typo fix in number validation directive; labels for ou tree and meta-data download progress indicator

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread gerald thomas
Bob, My Suggestion: All local servers must be on 2.15 war file then we create a SFTP account on cloud server then we can use filezilla from the local server to download the backup from the cloud server. I know it is crude but that help for now. What is your take Bob. On 12/18/14, Bob Jolliffe

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Bob Jolliffe
I wouldn't do it that way. I think filezilla is a gui app. You need to have something automated if you are to rely on the offsite backup. If you want to use a gui now you could already use winscp on windows for example or an ssh location in nautilus file browser on linux so no need for sftp.

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Steffen Tengesdal
We’ve set it up for clients where we can script a DB moving automatically from one server to another and it is automated entirely. Typically we have scripts that will do a dump without analytics (e.g. pg_dump -T analytics* -T completeness* dhis2 | /usr/bin/gzip -c /tmp/dhis2.backup.gz), so

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Bob Jolliffe
Hi Steffen That makes sense and is pretty close to what I am suggesting as well. Do you have any thoughts about taking incremental backups of the datavalues tables? Even with the analytics and the like removed, some of these databases start to get quite big. Bob On 18 December 2014 at 12:27,

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread gerald thomas
Bob, My Suggestion: All local servers must be on 2.15 war file then we create a SFTP account on cloud server then we can use filezilla from the local server to download the backup from the cloud server. I know it is crude but that help for now. What is your take Bob. On 12/18/14, Bob Jolliffe

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Steffen Tengesdal
Hi Gerald, As Bob pointed out, filezilla is a GUI tool and it does not support scheduling of downloads. Your local server should not have a GUI on it if it is a production system. If your local host a Linux system? If so, you can create a simple bash script on the localhost system that uses

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Dan Cocos
Hi All, I think there are two concerns being discussed here. 1) Making sure there is a reliable backup in case something goes wrong. The first problem is pretty straight forward, one can create another instance in another region, another provider or locally. Then schedule a regular backup to

Re: [Dhis2-devs] [Dhis2-users] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread Bob Jolliffe
I think Steffen put his finger on it when he said that the backup should be restored (and hence tested) as part of the same scripted operation. But you make a good point about not having a dhis2 instance running live against that database as it would disturb the integrity of the backup. Its also

Re: [Dhis2-devs] [Dhis2-users] Creating Sync betweenLinode(External Server) and Local Server

2014-12-18 Thread gerald thomas
Bob, Sorry about the GUI application I recommend. I was only trying to make a point to explain my idea and also thinking of those regional servers (because they are using desktop Ubuntu) . Bob, Your account is still there and you can ssh . Sorry all for my late responses but I will be giving more

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17728: Removed unused method

2014-12-18 Thread noreply
revno: 17728 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 18:04:15 +0100 message: Removed unused method modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/datavalue/DataValue.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17729: Deprecation fix, changed from Objects to MoreObjects

2014-12-18 Thread noreply
revno: 17729 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 18:08:59 +0100 message: Deprecation fix, changed from Objects to MoreObjects modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17730: Removed code for detecting whether password had changed for user credentials that simply did not ...

2014-12-18 Thread noreply
revno: 17730 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 20:29:39 +0100 message: Removed code for detecting whether password had changed for user credentials that simply did not

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17731: update passwordLastUpdated when password is set, not ideal (since password might be the same), bu...

2014-12-18 Thread noreply
revno: 17731 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 20:55:42 +0100 message: update passwordLastUpdated when password is set, not ideal (since password might be the same), but

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17732: User credentials, removed tmp fix

2014-12-18 Thread noreply
revno: 17732 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 21:01:47 +0100 message: User credentials, removed tmp fix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17733: Fixed bug related to user invite and validation. Removed cascading from the usercredentials use...

2014-12-18 Thread noreply
revno: 17733 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Thu 2014-12-18 21:59:57 +0100 message: Fixed bug related to user invite and validation. Removed cascading from the usercredentials

Re: [Dhis2-devs] Creating Sync between Linode(External Server) and Local Server

2014-12-18 Thread gerald thomas
Sorry about the previous mail Dear Bob, I want to setup a Test Server so that we can do test on the various scenarios highlighted and see which one will work best for Sierra Leone. Basically the Test Server, will be acting as our Central Server for this test case. I will be sending you all the