This documentation describes the usage of a previous web hosting offer proposed by Online.net.
Refer to the Scaleway Web Hosting documentation for information about the current web hosting product.
How to create a PostgreSQL database
Reviewed on 19 August 2024 • Published on 05 August 2021
Important
PostgreSQL is an object-relational database management system that uses the SQL language. It is open source and well known for its stability, reliability and strong community.
Compared with MySQL, PostgreSQL has the following advantages:
- Better compliance with SQL standards,
- Stricter data integrity,
- More native data types,
- Much more customizable/extensible (define custom data types and functions),
- More advanced support of transactions, stored procedures, triggers, and views,
- Asynchronous notifications and treatments,
- Better scalability.
However, it has the following limitations:
- More complex to understand,
- Replication is harder to implement,
- Generally less well-supported than MySQL in current projects (CMS, for example).
Before you start
To complete the actions presented below, you must have:
- A Dedibox account logged into the console
- Created a Webhosting Classic
- Created a PostgreSQL database
- From your Dedibox console, click Hosting. A list of your webhosting accounts displays.
- Click Manage next to the hosting you want to configure. The webhosting overview page displays.
- Click PostgreSQL databases in the side menu. The list of your databases displays.
- Click Add database. A pop-up displays.
- Enter the database name, the database password, and its confirmation. Then click Create PostgreSQL database.
Tip
For a strong password, combine lowercase, uppercase, numbers, and special characters.
Your database is being created and displays in the list of your PostgreSQL databases.
Was this page helpful?