Next Steps

Things to do after setting up PostgreSQL server

You now have a brand new PostgreSQL server! Some things to do next would be to...

(1) create users to access the server and databases,

(2) create tables and insert data into your databases, either using Python's API or pgadmin4 interface,

(3) increase your server's security by specifying which IP addresses have access to the server,

... and much more!

As I said in the introduction, feel free to reach out to me with any questions or concerns about the documentation!

Email: belicia.taylor@gmail.com

Twitter: @beliciataylor

Last updated