How to Install PostgreSQL on FreeBSD

1. Update all available repository and upgrade all packages to the latest

2. Install PostgreSQL 13

3. Add the PostgreSQL to the system boot:

4. Initialize the PostgreSQL database

5. Start the PostgreSQL service and check its status

-EOF-