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.
Current Version: PostgreSQL 18.1
- 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, etc.)
- Packaged in PortableApps.com format for easy integration.
- Automatic database initialization on first run.
- Download
PostgreSQLPortable_18.1_online.paf.exe - Run the installer and choose your installation location
- The installer will automatically download and set up PostgreSQL 18.1
- MD5 hash verification ensures download integrity
- Download
PostgreSQLPortable18.1.zip - Extract to any location
- Run
PostgreSQLPortable.exe- no installation required!
- Microsoft Windows 11, 10, 8.1, 8, or 7 (64-bit)
- ~120 MB disk space for installation (additional space for databases)
- PortableApps.com Platform (Optional)
- Run
PostgreSQLPortable.exe - On first run, the database will automatically initialize
- PostgreSQL server starts and opens a
psqlsession - Type
\qto quit and shutdown the server
Default Configuration:
- Port: 5432
- Database: postgres
- Username: postgres
- Authentication: Trust (no password for local connections)
Existing databases are not automatically compatible. To upgrade:
- Backup your databases using
pg_dumpallfrom the old version - Install PostgreSQL Portable 18.1
- Restore your databases using
psqlorpg_restore
- PostgreSQL Portable is a redistribution of the PostgreSQL Database Server.
- Built using the PortableApps.com Platform.
- Portable application code released under the MIT licence.
- The PostgreSQL database is released under the PostgreSQL Licence.