Confusion about PostgreSQL database size limit in Hobby vs Pro plan
ad-itya-8788
HOBBYOP

a year ago

I want to understand how to check the actual size of my PostgreSQL database and what is the maximum storage capacity a PostgreSQL database can handle. Can someone explain the methods to check database size and the limits of data storage?

Solved$10 Bounty

3 Replies

Railway
BOT

a year ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


ad-itya-8788
HOBBYOP

a year ago

I want to understand how to check the actual size of my PostgreSQL database and what is the maximum storage capacity a PostgreSQL database can handle. Can someone explain the methods to check database size and the limits of data storage?


ad-itya-8788

I want to understand how to check the actual size of my PostgreSQL database and what is the maximum storage capacity a PostgreSQL database can handle. Can someone explain the methods to check database size and the limits of data storage?

a year ago

Hey, you can get the Postgres database's size by running the SELECT pg_size_pretty (pg_database_size('railway')); query. The hobby plan volume's limit is 5GB, which is the total space your Postgres database can use (including the database and file system overhead itself).


Status changed to Solved uxuz 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...