Sunday, July 5, 2015

How to know the postgresql data directory

If you want to know, the path of postgresql's data, just login to psql cli, and run this command:
    SHOW data_directory;
and then you can get the path.

No comments:

Post a Comment