How to Access Linux PostgreSQL Remotely
1. Login to your Linux box as user postgres. 2. If needed, create the user that needs remote access. 3. Edit the PostgreSQL pg_hba.conf file. In our system, it's under…
1. Login to your Linux box as user postgres. 2. If needed, create the user that needs remote access. 3. Edit the PostgreSQL pg_hba.conf file. In our system, it's under…
Here's how to delete files older than N days. We are using N = 7. Linux You can test the command by removing "-delete". Windows 7 You can test by…