From: | Tino Schwarze <postgresql(at)tisc(dot)de> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: installing without shell access |
Date: | 2008-11-10 19:22:07 |
Message-ID: | 20081110192207.GA3045@easy2.in-chemnitz.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Mon, Nov 10, 2008 at 10:54:57AM -0700, Scott Marlowe wrote:
> > Is it at all possible to get pgsql installed on a system without access to a
> > shell? A friend is wanting me to install a particular bulletin board system
> > on her website; however, her hosting plan only provides the MySQL database -
> > the bulletin board requires pgsql. And her hosting plan has no ssh access.
> >
> > So, is it possible to install the database with only ftp access to the
> > account?
>
> most web languanges ala php allow you to execute arbitrary commands
> (using back ticks in php) so theoretically she could probably do it.
While that might somehow work it's most probably something the hosting
provider won't like to see. PHP scripts are not expected to launch
persistent server processes. Better get a dedicated server for that
purpose.
Tino.
--
"What we nourish flourishes." - "Was wir nähren erblüht."
From | Date | Subject | |
---|---|---|---|
Next Message | Dilek Küçük | 2008-11-11 12:10:06 | Re: max_files_per_process limit |
Previous Message | Scott Marlowe | 2008-11-10 18:55:04 | Re: installing without shell access |