Changes

Jump to: navigation, search

Addon:PostgreSQL

25 bytes added, 22:44, 22 February 2018
no edit summary
{{Third-party plugin}}
{{man warn|For Experts only!|Gramps is not designed to be used by multiple users at the same time. While using a PostgreSQL server remotely allows multiple users to connect to a db, doing so simultaneously WILL cause database corruption and loss of data. If you chose to set up for multiple user access, please backup frequently, and set up a system of your own to make sure that only one person is using Gramps at one time. Gramps or the family tree MUST be closed before allowing another user to access the database.}}
 
PostgreSQL is a powerful open source relational database frequently used to create, read, update and delete Python web application data. Psycopg2 is a PostgreSQL database driver that serves as a Python client for access to the PostgreSQL server. This post explains how to install and use PostgreSQL on Ubuntu.
{{man warn|For Experts only!|Gramps is not designed to be used by multiple users at the same time. While using a PostgreSQL server remotely allows multiple users to connect to a db, doing so simultaneously WILL cause database corruption and loss of data. If you chose to set up for multiple user access, please backup frequently, and set up a system of your own to make sure that only one person is using Gramps at one time. Gramps or the family tree MUST be closed before allowing another user to access the database.}}
== Prerequisites ==
sudo apt-get install postgresql libpq-dev postgresql-client postgresql-client-common

Navigation menu