Re: Redundant infrastructure

2017-08-09 Thread Jon Daley

On Wed, 9 Aug 2017, Derek Atkins wrote:

All the solutions I know about are for multiple instances in the same
data center.  I have no idea how to do it in a globally distributed
manner.


Failover can be setup via DNS, to ping/check a host and then swap IPs if 
the first host doesn't respond, and theb you can decide what you want to 
do when the first host comes back up, probably auto-switching back is 
harder to setup due to changes that happen on the second server while thw 
first is down.


dnsmadeeasy.com has the cheapest (and actually best) service for this (as 
well as other things - I've used them commercially for ten years or so, 
and had almost no issues.


But, for gnucash, I'd think you don't really need a high availability 
solution like this.  I'd expect good backups to be good enough, 
particularly if it is a virtual server that can be spun back up from the 
backup.  But, even real hardware is probably good enough - there probably 
aren't that many urgent requests that come that can't wait a day or two. 
And DNS could always be manually changed in the worst case.


All that said, if you want to go that route, I have experience with this 
and can spend time or at least recommend software options.



--
Jon Daley
http://jon.limedaley.com
~~
We are trying to get unemployment to go up and
  I think we're going to succeed.
-- Ronald Reagan
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Website Platform Discussion

2017-06-16 Thread Jon Daley

On Fri, 16 Jun 2017, Jon Daley wrote:

On Fri, 16 Jun 2017, Derek Atkins wrote:

Jon Daley <gnuc...@jon.limedaley.com> writes:

How much data do you have that needs to be backed up?  I have
space that I can offer, depending on how big it is.


Right now the backup volume uses 645GB:

[root@freenas] ~# df -h /mnt/freenas-0/backups/
Filesystem   SizeUsed   Avail Capacity  Mounted on
freenas-0/backups5.3T645G4.6T12%/mnt/freenas-0/backups

Note, however, this is all my servers' backups, not just code.  Code's
backup is a fraction of this, but I couldn't tell you offhand how much
it is.


	Hm, the total number is kind of big.  At the moment I have extra disk 
space that could handle it, but if a paying customer came along, I would 
rather sell that amount of space than give it away.



What I can show you is how mych the htdocs repos take:

[root@code repositories]# du -sh gnucash-htdocs*
2.5Ggnucash-htdocs-docs.git
20M gnucash-htdocs.git


	I wasn't totally following the conversation about all of this, but if 
I can be of help with 5 or 10GB, I can do that.


And I suppose I should have said - my servers are RAID5 or 6, and also 
backed up off-site with an incremental backup every few days, full backups 
every two weeks, and it saves backups for a month or two.


If there was a way for me to get an ssh/rsync account to where the data is 
stored, then I wouldn't have to have the "extra" copy stored up on the 
web, but just kept on my backup system, which maybe would be nicer, but 
either way is okay with me.





--
Jon Daley
http://jon.limedaley.com
~~
It always takes longer than you expect, even when you take into
account Hofstadter's Law.
-- Hofstadter's Law
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Website Platform Discussion

2017-06-16 Thread Jon Daley

On Fri, 16 Jun 2017, Derek Atkins wrote:

Jon Daley <gnuc...@jon.limedaley.com> writes:

How much data do you have that needs to be backed up?  I have
space that I can offer, depending on how big it is.


Right now the backup volume uses 645GB:

[root@freenas] ~# df -h /mnt/freenas-0/backups/
Filesystem   SizeUsed   Avail Capacity  Mounted on
freenas-0/backups5.3T645G4.6T12%/mnt/freenas-0/backups

Note, however, this is all my servers' backups, not just code.  Code's
backup is a fraction of this, but I couldn't tell you offhand how much
it is.


	Hm, the total number is kind of big.  At the moment I have extra 
disk space that could handle it, but if a paying customer came along, I 
would rather sell that amount of space than give it away.



What I can show you is how mych the htdocs repos take:

[root@code repositories]# du -sh gnucash-htdocs*
2.5Ggnucash-htdocs-docs.git
20M gnucash-htdocs.git


	I wasn't totally following the conversation about all of this, but 
if I can be of help with 5 or 10GB, I can do that.



--
Jon Daley
http://jon.limedaley.com
~~
To be upset over what you don't have is to waste what you do have.
-- Unknown
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Website Platform Discussion

2017-06-16 Thread Jon Daley

On Fri, 16 Jun 2017, Adrien Monteleone wrote:

On Jun 16, 2017, at 11:54 AM, Jon Daley <gnuc...@jon.limedaley.com> wrote:
On Fri, 16 Jun 2017, Derek Atkins wrote:

Code performs a nightly mysql dump, and I have a nightly backup of all
my servers (including code) to a backup server with storage on my
FreeNAS box.  This is all completely automated.  The only thing I do not
have, yet, is a an offsite backup plan to protect against fire, tornado,
etc.

Linas and I have discussed using each other for offsite backups, but
then he disappeared for 6 weeks and we haven't returned to the topic.


	How much data do you have that needs to be backed up?  I have 
space that I can offer, depending on how big it is.


We could get the current backup size as a starting point and then add a 
blank cms install size on top of that. (content + structure) Of course, 
we won’t really know till at least a staging version is up and running 
and content has been ported over.


As with any site, images take the most room. I suspect though these will 
be limited to screen shots so I wouldn’t anticipate the requirement 
being high.


For a ballpark idea, I have backups for an e-commerce and blog site that 
has about 100 blog posts of 250+ words each and about 500 product images 
of fair quality (usually 800-1000px longest side and stored as 75% 
quality JPGs) and that db takes up 500K and the site with images takes 
up 2GB. Both backup files are tar.gz.


I have room for that, and could give you an account to copy or rsync or 
whatever.

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Website Platform Discussion

2017-06-16 Thread Jon Daley

On Fri, 16 Jun 2017, Derek Atkins wrote:

Code performs a nightly mysql dump, and I have a nightly backup of all
my servers (including code) to a backup server with storage on my
FreeNAS box.  This is all completely automated.  The only thing I do not
have, yet, is a an offsite backup plan to protect against fire, tornado,
etc.

Linas and I have discussed using each other for offsite backups, but
then he disappeared for 6 weeks and we haven't returned to the topic.


	How much data do you have that needs to be backed up?  I have 
space that I can offer, depending on how big it is.


--
Jon Daley
http://jon.limedaley.com
~~
Work is the curse of the drinking classes.
-- Rev. William Spooner
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: ofxhome.com down

2017-05-02 Thread Jon Daley
 appears ofxhome.com has been down since about April 24. Not sure
when,
or if, it will come back online. This breaks GnuCash's ability to look
up
bank information.  :(

psf
___
gnucash-user mailing list
gnucash-u...@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.




--
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-user mailing list
gnucash-u...@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.




--
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant

___
gnucash-user mailing list
gnucash-u...@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.








--
Jon Daley
http://jon.limedaley.com
~~
There is no "I" in Team, but it does contain a silent "scapegoat"
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Patch to documentation Bug777287

2017-01-15 Thread Jon Daley

Ooh - thanks - I didn't know that was possible.  That will save some time.

On Sun, 15 Jan 2017, DaveC49 wrote:


Hi all,

I have created a patch to the documentation to add tips to both the User
Guide and Help manual and attached it in Bug 777287.

The tips added describe how to check or uncheck all transaction in the
Reconcile Window Funds In/Out panes using Ctrl-A followed by a space as
conveyed to me by John Ralls when I asked for a way to do this and could
find no reference in the documentation.

Regards
David Cousens






--
Jon Daley
http://jon.limedaley.com
~~
The average woman would rather have beauty than brains,
  because the average man can see better than he can think.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Fwd: [Bug 643025] RFE: Ability to select and open multiple invoices

2016-12-08 Thread Jon Daley

I have seen spammers getting smarter like this.

On Thu, 8 Dec 2016, Geert Janssens wrote:


Hmm, this is a weird comment (see below) added to bug report
https://bugzilla.gnome.org/show_bug.cgi?id=643025

The gratuitously added promo link makes me suspect it's spam, but it would be
the first time the rest of the message is perfectly in context (albeit
clueless).

What do others think ?

Geert


--  Doorgestuurd bericht  --

Onderwerp: [Bug 643025] RFE: Ability to select and open multiple invoices
Datum: donderdag 8 december 2016, 05:40:42 CET
Van: GnuCash <bugzi...@gnome.org>
Aan: i...@kobaltwit.be

https://bugzilla.gnome.org/show_bug.cgi?id=643025

David <davidlebru...@hotmail.com> changed:

  What|Removed |Added

CC||davidlebru...@hotmail.com

--- Comment #2 from David <davidlebru...@hotmail.com> ---
I second that! I would love to be able to view and edit multiple invoices
simultaneously.

https://freesiteslike.com/free-sites-like-dropbox/




--
Jon Daley
http://jon.limedaley.com
~~
I love deadlines.  I like the whooshing sound they make as they fly by.
-- Douglas Adams
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: API for creating invoices?

2016-10-03 Thread Jon Daley

On Mon, 3 Oct 2016, Derek Atkins wrote:

gnuc...@jon.limedaley.com writes:

I browsed the docs and mailing list and see various requests about
creating/modifying an invoice from the command line, but some of the
information is out of date, and the information that might be current
is sparse, and I'm a little scared off from the various warnings from
years ago that playing with the API might break the whole database...


You can do it via C, Scheme, and/or Python.


Are there any examples or documentation?

--
Jon Daley
http://jon.limedaley.com
~~
Don't knock the weather; nine-tenths of the people couldn't
start a conversation if it didn't change once in a while.
-- Kin Hubbard
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel