Code Monkey home page Code Monkey logo

postgres2ramdisk's Introduction

postgres2ramdisk

Run your PostgreSQL in RAM

These utilities allow you to run Postgres in a ram disk. It's main purpose is to speed up test in environments like Rails.

For the moment only Mac OS is supported (either via macports or homebrew postgresql installs.)

DISCLAIMER: THIS IS NOT INTENDED TO BE RUN ON PRODUCTION ENVIRONMENTS
IF YOU RUIN (YOUR) IMPORTANT DATA, IT'S YOUR FAULT

Installation

Prerequisites

These install instructions assume you have:

  1. ~/bin and ~/opt dirs with ~/bin already in your PATH.
  2. An already working PostgreSQL install in either macports or homebrew.

Install

(This are plain and overly simplistic instructions, you may want to customize this even further)

mkdir ~/opt
cd ~/opt
git clone https://github.com/luismreis/postgres2ramdisk
cd ~/bin
ln -s ~/opt/postgres2ramdisk/bin/* .

cp ~/opt/postgres2ramdisk/etc/postgres-common{.sample,}

Open the file ~/opt/postgres2ramdisk/etc/postgres-common in your favorite editor and tune it according to your preferences (ramdisk size, macports vs homebrew, postgresql version.)

Caveat Emptor

Please Backup your database before running the following steps for the first time.

Usage

To copy your current running PostgreSQL database to ramdisk:

postgres2ramdisk

Note that parts of this script are run with sudo, so, your password may be asked.

To get back to regular storage:

unmount-postgres

This script copies the database back. You can easily comment the code on unmount-postgres to prevent it. The same note about password requests above also applies here.

Other Tricks

Your new shiny ramdisk will be shown on your desktop. To use a custom icon:

  1. Get an .icns file

  2. Copy it to $MOUNTPOINT

    1. E.g., sudo cp PostgreSQL.icns /opt/local/var/db/postgresql9x/.VolumeIcon.icns

Reference

Several articles, blog posts and man pages were consulted to produce these scripts. Here are the most relevant:

License

(The MIT License)

Copyright (c) 2013 Luis Reis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

postgres2ramdisk's People

Contributors

brunocruzcoelho avatar eendeego avatar trodrigues avatar

Watchers

 avatar

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.