Skip to main content

PostgreSQL

How To Backup PostgreSQL Databases on an Ubuntu VPS
Tutorials Backups PostgreSQL Ubuntu
What is PostgreSQL?> What is PostgreSQL? # PostgreSQL is a modern database management system. It is frequently used to store and manipulate information related to websites and applications. As with any kind of valuable data, it is important to implement a backup scheme to protect against data loss.
How To Install and Use PostgreSQL on CentOS 7
Tutorials CentOS Databases PostgreSQL
Introduction> Introduction # Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language.
How To Set Up Ruby on Rails with Postgres
Tutorials Development PostgreSQL Ruby Ruby on Rails
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained. Reason> Reason # We now provide up to date tutorials for using Rails with Postgres that are tailored to individual platforms.
How To Create, Remove & Manage Tables in PostgreSQL on a Cloud Server
Tutorials PostgreSQL Ubuntu
What is PostgreSQL?> What is PostgreSQL? # PostgreSQL is a database management system that uses the SQL querying language. It is a very stable and feature-rich database system that can be used to store the data from other applications on your VPS.
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04
Tutorials Django Nginx PostgreSQL Python Python Frameworks Ubuntu Ubuntu 16.04
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Deploy a Rails App with Puma and Nginx on Ubuntu 14.04
Tutorials Deployment Nginx PostgreSQL Ruby Ruby on Rails Ubuntu
Introduction> Introduction # When you are ready to deploy your Ruby on Rails application, there are many valid setups to consider. This tutorial will help you deploy the production environment of your Ruby on Rails application, with PostgreSQL as the database, using Puma and Nginx on Ubuntu 14.
How To Install and Use PostgreSQL on Ubuntu 12.04
Tutorials PostgreSQL Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Use PostgreSQL on Ubuntu 14.04
Tutorials PostgreSQL Ubuntu
Introduction> Introduction # Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language.
How To Install PostgreSQL on Ubuntu 20.04 [Quickstart]
Tutorials Databases PostgreSQL Quickstart Ubuntu Ubuntu 20.04
Introduction> Introduction # PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It’s standards-compliant and has many advanced features like reliable transactions and concurrency without read locks.
SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems
Tutorials Conceptual Databases MySQL PostgreSQL SQLite
Introduction> Introduction # The relational data model, which organizes data in tables of rows and columns, predominates in database management tools. Today there are other data models, including NoSQL and NewSQL, but relational database management systems (RDBMSs) remain dominant for storing and managing data worldwide.
How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS
Tutorials Backups Load Balancing PostgreSQL Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Use Roles and Manage Grant Permissions in PostgreSQL on a VPS
Tutorials PostgreSQL Ubuntu
Introduction> Introduction # PostgreSQL, or Postgres, is an open-source relational database management system. As with other relational databases, PostgreSQL stores data in tables made up of rows and columns. Users can define, manipulate, control, and query data using Structured Query Language, more commonly known as SQL.
How To Install and Configure pgAdmin 4 in Server Mode on Ubuntu 18.04
Tutorials Apache Databases PostgreSQL Python Ubuntu Ubuntu 18.04
Introduction> Introduction # pgAdmin is an open-source administration and development platform for PostgreSQL and its related database management systems. Written in Python and jQuery, it supports all the features found in PostgreSQL.
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04
Tutorials Databases Django Nginx PostgreSQL Python Python Frameworks Ubuntu 18.04
Introduction> Introduction # Django is a powerful web framework that can help get your Python application or website off the ground. Django includes a simplified development server for testing your code locally.
How To Back Up, Restore, and Migrate PostgreSQL Databases with Barman on CentOS 7
Tutorials Backups CentOS PostgreSQL
Introduction> Introduction # PostgreSQL is an open-source database platform quite popular with web and mobile application developers for its ease of maintenance, cost effectiveness, and simple integration with other open-source technologies.
How To Move a PostgreSQL Data Directory to a New Location on Ubuntu 16.04
Tutorials Block Storage PostgreSQL Storage Ubuntu Ubuntu 16.04
Introduction> Introduction # Databases grow over time, sometimes outgrowing the space on their original file system. You can also run into I/O contention when they’re located on the same partition as the rest of the operating system.
How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 14.04
Tutorials PostgreSQL Ruby Ruby on Rails Ubuntu
Introduction> Introduction # Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that is provided by a client/server SQL database, such as PostgreSQL or MySQL, you will need to perform a few additional steps to get it up and running.
How To Deploy a Rails App with Unicorn and Nginx on Ubuntu 14.04
Tutorials Deployment Nginx PostgreSQL Ruby on Rails Ubuntu
Introduction> Introduction # When you are ready to deploy your Ruby on Rails application, there are many valid setups to consider. This tutorial will help you deploy the production environment of your Ruby on Rails application, with PostgreSQL as the database, using Unicorn and Nginx on Ubuntu 14.
How To Set Up a Postfix Email Server with Dovecot: Dynamic Maildirs and LMTP
Tutorials Debian Email PostgreSQL Ubuntu
Preface> Preface # This tutorial is based on How To Set Up a Postfix E-Mail Server with Dovecot and picks up where the first part ended. Please go through that tutorial first.
How To Install and Use PostgreSQL 9.4 on Debian 8
Tutorials Debian PostgreSQL
Introduction> Introduction # Relational databases are the cornerstone of data organization for a multitude of needs. They power everything from online shopping to rocket launches. A database that is both venerable but very much still in the game is PostgreSQL.