Thread: No backup/restore for Linux?

No backup/restore for Linux?

From
"Mark Williamson"
Date:
Im missing the table backup/restore on PGadmin 1.6.2 in Linux


Sorry if this is a faq but a cursory look at the bug list didnt reveal anything.

Mark


Re: No backup/restore for Linux?

From
Andy Shellam
Date:
Hi Mark,

Are the options there, just disabled?  Or not there at all?
You say you're missing the "table backup/restore" - you mean when you 
right-click on a table?  Are the options there at the database level?

IIRC I had it where the backup/restore were disabled in Fedora Core 5, 
and it was because PgAdmin couldn't use the pg_dump and pg_restore 
exec's in the PgAdmin directory.  Failing that, I don't know any further.

Did you install from source/binaries/apt-get, yum or other package updater?
Have you tried v1.6.3?

Andy.

Mark Williamson wrote:
> Im missing the table backup/restore on PGadmin 1.6.2 in Linux
>
>
> Sorry if this is a faq but a cursory look at the bug list didnt reveal 
> anything.
>
> Mark
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
> !DSPAM:37,460c1de2103004269410021!
>
>



Re: No backup/restore for Linux?

From
Dave Page
Date:
Mark Williamson wrote:
> Im missing the table backup/restore on PGadmin 1.6.2 in Linux

On Linux you need to ensure pgAdmin can find pg_dump and pg_restore - 
the easiest way is to make sure they're in your path. If it can't find 
them, the backup and restore options will be unavailable.

Regards, Dave.