Re: Embedding postgresql in an application

From: David Fetter <david(at)fetter(dot)org>
To: sfpug(at)postgresql(dot)org
Subject: Re: Embedding postgresql in an application
Date: 2013-03-30 22:06:54
Message-ID: 20130330220654.GA28257@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

On Sat, Mar 30, 2013 at 09:53:30AM -0700, George Hartzell wrote:
> Joshua D. Drake writes:
> >
> > On 03/30/2013 07:38 AM, David Fetter wrote:
> > >
> > > On Fri, Mar 29, 2013 at 04:20:46PM -0700, Sam Talebbeik wrote:
> > >> Folks, I need to manually install postgresql on Ubuntu. I can not do
> > >> apt-get install.
> > >
> > > Consider embedding the entire application in a virtual machine running
> > > your choice of OS, DB version, etc. You will be able to control that
> > > and will save your end users and yourself a *lot* of grief.
> >
> > +1 and if you do it correctly, you can support multiple VM types so the
> > user can use whichever one they already have installed (KVM, VirtualBox,
> > VMWare).
>
> Hi JD,
>
> Do you have any pointers/references about "doing it [VM images] correctly"?
>
> Thanks,

Check your favorite search engine for OVF and OVA. Just about every
virtualization platform can use them, or can at least consume them.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message Nick Roosevelt 2013-03-30 22:57:38 Re: Embedding postgresql in an application
Previous Message Joshua D. Drake 2013-03-30 18:07:56 Re: Embedding postgresql in an application