Giter VIP home page Giter VIP logo

postgresql-portable's Introduction

PostgreSQL Portable

PostgreSQLPortable is an open source database packaged as a portable app, so you can run a full PostgreSQL database on your iPod, USB flash drive, portable hard drive, etc. It has all the same features as PostgreSQL, plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go.

Features

  • No installation required. Simply download, extract and run!
  • Runs a complete PostgreSQL Server instance.
  • Does not require a local "postgres" user account or administrator privileges, works for any user.
  • Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive,
  • Packaged in PortableApps.com format for easy integration.

System Requirements

Credits

Licence

postgresql-portable's People

Contributors

garethflowers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

postgresql-portable's Issues

Postgre SQL 9.6

Hi.

As the portable pgAdmin 3 currently works only up tp pgsql v9.6, when I download v9.6 and run it:

  1. paf - gives an error saying that the format is incorrect. Tried downloading many times but same result.
  2. zip - installed and ran it but just a momentary flash of the windows cmd window and exits.

I'm running Win10 64-bit

Alternatively, is there a portable version of pgAdmin that will work with pgs 10.x?

Appreciate your help.

Linux binaries

Hi,

I suggest to support a distro for Linux (ex. Ubuntu)

password?

what's the password set to by default?

Add feature for the PG open hidden without prompt window

Read that the issue session isn't only for issues but for ideas as well. I've been using this portable version of PG for my personal project. Would be nice if it could be started without any windows showing completely hidden. For my application this would be nice because i'm developing a content manager that works directly from an usb drive for my use only and i don't want the prompt window showing alongside with my main app, anyway, it is just an idea. Congratulations for this awesome portable version of PG.

Request for Running instructions

Great work on making this portable!

Would you be able to add instructions on how to run it? I've looked through the help documents and read me and can't figure out how to launch the process or specify a port.

Existing PG database into Portable

Just came across this. If I have a database already on a server can I restore it or copy it into the Portable version? THis is an awesome project. I normally use Embedded FirebirdSQL for certain apps,but this may change that for me.

Stop Gracefully on windows

When we forcefully close using taskkill /F /IM PostgreSQLPortable.exe /t it don't start next time and ask for cleanup

is there any command which can be run from windows terminal to close this gracefully ?

How it do the cleanup can't we manually clear files ?

PG v 11

Hi
any chance for v 11 portable?
thanks

How to make PostgreSQL Portable listen on more than localhost?

Hello,

How do I make PostgreSQLPortable listen on more than just 127.0.0.1? I tried updating the pg_hba.conf to the following:

host all all 0.0.0.0/0 @authmethodhost@

Uncommented in postgresql.conf:

hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
listen_addresses = '*'

Restarted, and it still doesn't work. My firewall is set to allow the port to go through as well.

Thanks!

Is postgresql-portable a 32-bit or 64-bit ?

Hello,

I have some problems to start Postresql portable. I'm not sure where it might come from, but I would like to know if it is a 32-bit or 64-bit version ?

On the official Postgresql website, both versions are available.

Regards,
Nicolas.

Missing MSVCR120.DLL

In v9.6+ you can get the following error if the Visual C++ redistributables aren't installed.

image

Not able to run on win 10

Hi, I am trying to run PostgreSQLPortable.exe - nothing happens.
For cmd file it says

\postgresql-portable-9.6\PostgreSQLPortable\App\PgSQL\bin\psql.exe"' is not recognized as an internal or external command,
operable program or batch file.
\postgresql-portable-9.6\PostgreSQLPortable\App\PgSQL\bin\pg_ctl"' is not recognized as an internal or external command,
operable program or batch file.

data migration

what would be the easieast way of migrating full data to newer portable version?
exmaple 9.3.5 to 9.5 ?
basically wahts the easieast , that preserve all data, roles, constraints etc..

unable to use pl/python

Hi,
first of all let me thank you very, very, very much for this portable edition:
thank you again!

Now the issue: I'm using the latest release PostgreSQLPortable_10.4.1_online.paf.exe,
along with a binary distribution of python for win-32 bit from anaconda:
https://anaconda.org/anaconda/python/3.4.4/download/win-32/python-3.4.4-5.tar.bz2

but when I try to create a function in python, the db backend drops.


(user) =# create extension plpython3u;
CREATE EXTENSION
(user )=# CREATE FUNCTION pymax (a integer, b integer)
(user) -# RETURNS integer
(user) -# AS $$
(user) $# if a > b:
(user) $# return a
(user) $# return b
(user) $# $$ LANGUAGE plpython3u;
il server ha chiuso la connessione inaspettatamente
Questo probabilmente indica che il server ha terminato in modo anormale
prima o durante l'elaborazione della richiesta.
Connessione al server persa. Tentativo di reset: Fallito.

May you please be so kind to point me to which binary python distro should I use (with no admin right required for installing, of course)?

With kindly regards,
/gp

How to change default postgres password?

How can I change default postgres password.
I tried from console "\password postgres" but not working.

I would like to block user connection without password.
How to do that?

Thanks advance.

Create a db for a project on a Windows PC from a portable postgreSQL on an external disk

I downloaded PostgreSQLPortable_10.4.1.zip and unzipped it on my portable disk in a subdir named pgsql.
The psql opens and prompts okay.
How can I create a database for a project on a Windows machine in a directory, say, on disk D: somedir/somesubdir/someproject?
Shall I add the pgsql dir to the Windows Path on that PC?
Must I place the pgsql directory on the root of my portable disk as I had to for xampp?
(edited Jan 26, 2019)
I also saw your comment at SourceForge on the repository of the pgAdmin portable repository saying that you "use it extensively to control my PostgreSQL Portable instance - and it works great".
Can you please explain me how?

Thank you.

P.S: Almost all programmer/support tools I use are portable versions on a portable disk.
Even my Git install, for example, is a portable, and I managed to configure it to open the git-bash anywhere from the command line (on Windows I have to put it on the Path). And also my xampp, although I had to unzip it on the root of the disk to make it work.

Windows 10

The application appears to be fairly up to date, but no mention is made of Windows 10 support.

Is that an oversight?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.